Home
last modified time | relevance | path

Searched refs:gl_WorkGroupSize (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_cs_derived.cpp57 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/
D420.comp13 sfoo = vec3(gl_WorkGroupSize.x, gl_WorkGroupSize.y, gl_WorkGroupSize.z);
14 …sfoo += gl_WorkGroupSize + gl_NumWorkGroups + gl_WorkGroupID + gl_LocalInvocationID + gl_GlobalInv…
Dremap.specconst.comp5 shared int foo[gl_WorkGroupSize.x + gl_WorkGroupSize.y * gl_WorkGroupSize.z];
Dspv.specConstant.comp12 bi.a = gl_WorkGroupSize.x * gl_WorkGroupSize.y * gl_WorkGroupSize.z;
Dspv.atomic.comp10 int arrX[gl_WorkGroupSize.x];
11 int arrY[gl_WorkGroupSize.y];
12 int arrZ[gl_WorkGroupSize.z];
D430.comp53 int arrX[gl_WorkGroupSize.x];
54 int arrY[gl_WorkGroupSize.y];
55 int arrZ[gl_WorkGroupSize.z];
Dvulkan.comp9 gl_WorkGroupSize;
D310.comp49 int arrX[gl_WorkGroupSize.x];
50 int arrY[gl_WorkGroupSize.y];
51 int arrZ[gl_WorkGroupSize.z];
/external/deqp-deps/glslang/Test/baseResults/
D420.comp.out2 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)
D430.comp.out126 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
187 0:? 'gl_WorkGroupSize' ( const 3-component vector of uint WorkGroupSize)
D310.comp.out460 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/
Dhs_glsl_macros.h322 const uint span_stride = gl_NumWorkGroups.x * gl_WorkGroupSize.x; \
/external/skia/src/compute/hs/vk/
Dhs_glsl_macros.h322 const uint span_stride = gl_NumWorkGroups.x * gl_WorkGroupSize.x; \