Home
last modified time | relevance | path

Searched refs:gl_GlobalInvocationID (Results 1 – 25 of 61) sorted by relevance

123

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/shaders/src/
DBufferUtils.comp66 if (gl_GlobalInvocationID.x >= params.size)
70 int destIndex = int(params.destOffset.x + gl_GlobalInvocationID.x);
71 int srcIndex = int(params.srcOffset.x + gl_GlobalInvocationID.x);
DBlitResolveStencilNoExport.comp73 ivec2 destSubImageCoords = ivec2(gl_GlobalInvocationID.x * 4, gl_GlobalInvocationID.y);
125 destData[gl_GlobalInvocationID.y * params.destPitch + gl_GlobalInvocationID.x] = outStencils;
DConvertIndex.comp114 uint index = ((gl_GlobalInvocationID.x + (firstIndex >> 1)) << 1);
137 dstIndexBuf[dstIndexBufOffsetDiv4 + gl_GlobalInvocationID.x] = dstValue;
149 if (gl_GlobalInvocationID.x == 0)
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/shaders/gen/
DBufferUtils.comp.00000008.inc82 // if(gl_GlobalInvocationID . x >= params . size)
85 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
86 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.00000004.inc82 // if(gl_GlobalInvocationID . x >= params . size)
85 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
86 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.00000000.inc82 // if(gl_GlobalInvocationID . x >= params . size)
85 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
86 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.00000002.inc88 // if(gl_GlobalInvocationID . x >= params . size)
91 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
92 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.00000006.inc88 // if(gl_GlobalInvocationID . x >= params . size)
91 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
92 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.0000000A.inc88 // if(gl_GlobalInvocationID . x >= params . size)
91 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
92 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.00000009.inc77 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
78 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.00000005.inc77 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
78 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.00000001.inc77 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
78 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBlitResolveStencilNoExport.comp.00000003.inc169 // ivec2 destSubImageCoords = ivec2(gl_GlobalInvocationID . x * 4, gl_GlobalInvocationID . y);
204 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
DBlitResolveStencilNoExport.comp.00000002.inc165 // ivec2 destSubImageCoords = ivec2(gl_GlobalInvocationID . x * 4, gl_GlobalInvocationID . y);
200 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
DBufferUtils.comp.00000007.inc83 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
84 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.0000000B.inc83 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
84 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBufferUtils.comp.00000003.inc83 // int destIndex = int(params . destOffset . x + gl_GlobalInvocationID . x);
84 // int srcIndex = int(params . srcOffset . x + gl_GlobalInvocationID . x);
DBlitResolveStencilNoExport.comp.00000000.inc174 // ivec2 destSubImageCoords = ivec2(gl_GlobalInvocationID . x * 4, gl_GlobalInvocationID . y);
211 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
DBlitResolveStencilNoExport.comp.00000001.inc179 // ivec2 destSubImageCoords = ivec2(gl_GlobalInvocationID . x * 4, gl_GlobalInvocationID . y);
216 // destData[gl_GlobalInvocationID . y * params . destPitch + gl_GlobalInvocationID . x]= outSte…
/device/generic/vulkan-cereal/stream-servers/vulkan/
DEacR11Snorm.comp27 ivec3 pos = ivec3(gl_GlobalInvocationID.xyz);
DEacR11Unorm.comp27 ivec3 pos = ivec3(gl_GlobalInvocationID.xyz);
DEacRG11Snorm.comp27 ivec3 pos = ivec3(gl_GlobalInvocationID.xyz);
DEtc2RGB8.comp27 ivec3 pos = ivec3(gl_GlobalInvocationID.xyz);
DEtc2RGBA8.comp27 ivec3 pos = ivec3(gl_GlobalInvocationID.xyz);
DEacRG11Unorm.comp27 ivec3 pos = ivec3(gl_GlobalInvocationID.xyz);

123