Searched refs:gl_WorkGroupSize (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | lower_cs_derived.cpp | 57 gl_WorkGroupSize(NULL), in lower_cs_derived_visitor() 82 ir_rvalue *gl_WorkGroupSize; member in __anon156390390111::lower_cs_derived_visitor 110 if (gl_WorkGroupSize != NULL) in find_sysvals() 119 gl_WorkGroupSize = new(shader) ir_dereference_variable(WorkGroupSize); in find_sysvals() 138 gl_WorkGroupSize = new(shader) ir_dereference_variable( in find_sysvals() 147 gl_WorkGroupSize = new(shader) ir_constant(glsl_type::uvec3_type, &data); in find_sysvals() 169 add(mul(gl_WorkGroupID, gl_WorkGroupSize->clone(shader, NULL)), in make_gl_GlobalInvocationID() 192 mul(mul(swizzle_z(gl_LocalInvocationID), swizzle_x(gl_WorkGroupSize->clone(shader, NULL))), in make_gl_LocalInvocationIndex() 193 swizzle_y(gl_WorkGroupSize->clone(shader, NULL))); in make_gl_LocalInvocationIndex() 195 mul(swizzle_y(gl_LocalInvocationID), swizzle_x(gl_WorkGroupSize->clone(shader, NULL))); in make_gl_LocalInvocationIndex()
|
/external/deqp-deps/glslang/Test/ |
D | 420.comp | 13 sfoo = vec3(gl_WorkGroupSize.x, gl_WorkGroupSize.y, gl_WorkGroupSize.z); 14 …sfoo += gl_WorkGroupSize + gl_NumWorkGroups + gl_WorkGroupID + gl_LocalInvocationID + gl_GlobalInv…
|
D | remap.specconst.comp | 5 shared int foo[gl_WorkGroupSize.x + gl_WorkGroupSize.y * gl_WorkGroupSize.z];
|
D | spv.specConstant.comp | 12 bi.a = gl_WorkGroupSize.x * gl_WorkGroupSize.y * gl_WorkGroupSize.z;
|
D | spv.atomic.comp | 10 int arrX[gl_WorkGroupSize.x]; 11 int arrY[gl_WorkGroupSize.y]; 12 int arrZ[gl_WorkGroupSize.z];
|
D | 430.comp | 53 int arrX[gl_WorkGroupSize.x]; 54 int arrY[gl_WorkGroupSize.y]; 55 int arrZ[gl_WorkGroupSize.z];
|
D | vulkan.comp | 9 gl_WorkGroupSize;
|
D | 310.comp | 49 int arrX[gl_WorkGroupSize.x]; 50 int arrY[gl_WorkGroupSize.y]; 51 int arrZ[gl_WorkGroupSize.z];
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 420.comp.out | 2 ERROR: 0:3: 'gl_WorkGroupSize' : not supported for this version or the enabled extensions 56 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize) 116 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
|
D | 430.comp.out | 126 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize) 187 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
|
D | 310.comp.out | 460 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize) 554 0:? 'gl_WorkGroupSize' ( const highp 3-component vector of uint WorkGroupSize)
|
/external/skqp/src/compute/hs/vk/ |
D | hs_glsl_macros.h | 322 const uint span_stride = gl_NumWorkGroups.x * gl_WorkGroupSize.x; \
|
/external/skia/src/compute/hs/vk/ |
D | hs_glsl_macros.h | 322 const uint span_stride = gl_NumWorkGroups.x * gl_WorkGroupSize.x; \
|