Searched refs:gl_HelperInvocation (Results 1 – 25 of 32) sorted by relevance
12
| /third_party/glslang/Test/baseResults/ |
| D | spv.1.6.helperInvocation.frag.out | 13 Name 8 "gl_HelperInvocation" 15 Decorate 8(gl_HelperInvocation) BuiltIn HelperInvocation 16 Decorate 8(gl_HelperInvocation) Volatile 22 8(gl_HelperInvocation): 7(ptr) Variable Input 30 9: 6(bool) Load 8(gl_HelperInvocation)
|
| D | spv.1.6.helperInvocation.memmodel.frag.out | 20 Name 14 "gl_HelperInvocation" 25 Decorate 14(gl_HelperInvocation) BuiltIn HelperInvocation 36 14(gl_HelperInvocation): 13(ptr) Variable Input 43 15: 12(bool) Load 14(gl_HelperInvocation) Volatile
|
| D | 450.frag.out | 71 0:21 'gl_HelperInvocation' ( in bool HelperInvocation) 326 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
|
| D | 310.frag.out | 313 0:47 'gl_HelperInvocation' ( in bool HelperInvocation)
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/ |
| D | helper-invocation.msl21.frag | 19 float4 foo(thread bool& gl_HelperInvocation, thread texture2d<float> uSampler, thread const sampler… 22 if (!gl_HelperInvocation) 36 bool gl_HelperInvocation = simd_is_helper_thread(); 37 out.FragColor = foo(gl_HelperInvocation, uSampler, uSamplerSmplr, in.vUV);
|
| /third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/ |
| D | helper-invocation.msl21.frag | 19 bool gl_HelperInvocation = simd_is_helper_thread(); 21 if (!gl_HelperInvocation)
|
| /third_party/glslang/Test/ |
| D | spv.1.6.helperInvocation.frag | 7 if (gl_HelperInvocation)
|
| D | spv.1.6.helperInvocation.memmodel.frag | 15 o = gl_HelperInvocation ? 1.0 : 0.0;
|
| D | 450.frag | 21 if (gl_HelperInvocation)
|
| D | 310.frag | 47 if (gl_HelperInvocation)
|
| /third_party/skia/third_party/externals/spirv-cross/shaders/frag/ |
| D | helper-invocation.frag | 11 if (!gl_HelperInvocation)
|
| /third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/ |
| D | helper-invocation.frag | 13 if (!gl_HelperInvocation)
|
| /third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/ |
| D | helper-invocation.msl21.frag | 11 if (!gl_HelperInvocation)
|
| /third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/ |
| D | helper-invocation.frag | 13 if (!gl_HelperInvocation)
|
| /third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/draw/shader_invocation/ |
| D | helper_invocation_volatile_mem_model.amber | 38 v = (gl_HelperInvocation ? 8.0 : roundEven(v));
|
| D | helper_invocation_volatile.amber | 37 v = (gl_HelperInvocation ? 8.0 : roundEven(v));
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | ES31StatusOnD3D11.md | 19 …anguage only) | Hard to implement | The equivalent of gl_HelperInvocation is WaveIsHe…
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
| D | ARB_ES3_1_compatibility.txt | 64 - a new GLSL built-in fragment shader input, gl_HelperInvocation, that 321 in bool gl_HelperInvocation; 325 "The value gl_HelperInvocation is true if the fragment shader invocation is
|
| D | ARB_gl_spirv.txt | 259 in gl_HelperInvocation
|
| /third_party/openGLES/extensions/ARB/ |
| D | ARB_ES3_1_compatibility.txt | 74 - a new GLSL built-in fragment shader input, gl_HelperInvocation, that 331 in bool gl_HelperInvocation; 335 "The value gl_HelperInvocation is true if the fragment shader invocation is
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_shader_framebuffer_fetch.txt | 182 derivative of gl_HelperInvocation in order to determine whether any of the 186 if either dFdx(float(gl_HelperInvocation)) or 187 dFdy(float(gl_HelperInvocation)) is zero, the corresponding derivative of
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_shader_framebuffer_fetch.txt | 182 derivative of gl_HelperInvocation in order to determine whether any of the 186 if either dFdx(float(gl_HelperInvocation)) or 187 dFdy(float(gl_HelperInvocation)) is zero, the corresponding derivative of
|
| /third_party/mesa3d/docs/ |
| D | features.txt | 269 gl_HelperInvocation support DONE (i965, r600, panfrost)
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| D | BuiltIn_ESSL_autogen.h | 2851 static constexpr const TSymbolUniqueId gl_HelperInvocation = TSymbolUniqueId(4899); variable 2972 const TVariable *gl_HelperInvocation();
|
| D | BuiltIn_complete_autogen.h | 4810 static constexpr const TSymbolUniqueId gl_HelperInvocation = TSymbolUniqueId(2965); variable 4931 const TVariable *gl_HelperInvocation();
|
12