search for: _ballot

Displaying 2 results from an estimated 2 matches for "_ballot".

Did you mean: ballot
2017 Jun 14
0
Implementing cross-thread reduction in the AMDGPU backend
...how to implement the more advanced Shader >>>>>> Model >>>>>> 6 reduction operations in radv (and obviously most of the work >>>>>> would be useful for radeonsi too). They're explained in the spec >>>>>> for GL_AMD_shader_ballot at >>>>>> https://www.khronos.org/registry/OpenGL/extensions/AMD/AMD_shader >>>>>> _ballot.txt, but I'll summarize them here. There are two types of >>>>>> operations: >>>>>> reductions that always return a uniform value,...
2017 Jun 14
5
Implementing cross-thread reduction in the AMDGPU backend
...I've been looking into how to implement the more advanced Shader Model >>>>>> 6 reduction operations in radv (and obviously most of the work would >>>>>> be useful for radeonsi too). They're explained in the spec for >>>>>> GL_AMD_shader_ballot at >>>>>> https://www.khronos.org/registry/OpenGL/extensions/AMD/AMD_shader_ballot.txt, >>>>>> but I'll summarize them here. There are two types of operations: >>>>>> reductions that always return a uniform value, and prefix scan >>&gt...