| /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/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | RewriteCubeMapSamplersAs2DArray.cpp | 66 TIntermTyped *gl_HelperInvocation) in IsNeighborNonHelper() argument 72 TIntermAggregate::CreateConstructor(*floatType, new TIntermSequence({gl_HelperInvocation})); in IsNeighborNonHelper() 96 TIntermSymbol *gl_HelperInvocation = new TIntermSymbol(gl_HelperInvocationVar); in GetLayerFromNonHelperInvocation() local 142 symbolTable, body, quadSwapHorizontalBool, gl_HelperInvocation->deepCopy(), boolType); in GetLayerFromNonHelperInvocation() 144 symbolTable, body, quadSwapVerticalBool, gl_HelperInvocation->deepCopy(), boolType); in GetLayerFromNonHelperInvocation() 169 new TIntermTernary(gl_HelperInvocation->deepCopy(), CreateZeroNode(*floatType), l); in GetLayerFromNonHelperInvocation() 187 IsNeighborNonHelper(symbolTable, body, dFdxFineBool, gl_HelperInvocation->deepCopy()); in GetLayerFromNonHelperInvocation() 189 IsNeighborNonHelper(symbolTable, body, dFdyFineBool, gl_HelperInvocation->deepCopy()); in GetLayerFromNonHelperInvocation() 198 TIntermIfElse *ifHelper = new TIntermIfElse(gl_HelperInvocation, helperBody, nullptr); in GetLayerFromNonHelperInvocation()
|
| /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/glslang/Test/ |
| D | 450.frag | 21 if (gl_HelperInvocation)
|
| D | 310.frag | 47 if (gl_HelperInvocation)
|
| /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/glslang/Test/baseResults/ |
| D | 450.frag.out | 67 0:21 'gl_HelperInvocation' ( in bool HelperInvocation) 234 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
|
| D | 310.frag.out | 309 0:47 'gl_HelperInvocation' ( in bool HelperInvocation)
|
| /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
|
| D | ARB_gl_spirv.txt | 270 in gl_HelperInvocation
|
| /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/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/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();
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | SymbolTable_ESSL_autogen.cpp | 1774 constexpr const TSymbolUniqueId BuiltInId::gl_HelperInvocation; member in sh::BuiltInId 1963 constexpr const ImmutableString gl_HelperInvocation("gl_HelperInvocation"); variable 2288 BuiltInId::gl_HelperInvocation, 2289 BuiltInName::gl_HelperInvocation, 3228 const TVariable *gl_HelperInvocation() in gl_HelperInvocation() function
|
| D | SymbolTable_autogen.cpp | 2920 constexpr const TSymbolUniqueId BuiltInId::gl_HelperInvocation; member in sh::BuiltInId 3130 constexpr const ImmutableString gl_HelperInvocation("gl_HelperInvocation"); variable 3485 BuiltInId::gl_HelperInvocation, 3486 BuiltInName::gl_HelperInvocation, 4528 const TVariable *gl_HelperInvocation() in gl_HelperInvocation() function
|
| /third_party/mesa3d/docs/gallium/ |
| D | tgsi.rst | 3429 some of the logic in those cases. See ``gl_HelperInvocation`` documentation.
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 19.0.0.rst | 803 - v3d: Add support for gl_HelperInvocation.
|