Home
last modified time | relevance | path

Searched refs:gl_HelperInvocation (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dhelper-invocation.msl21.frag19 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/
Dhelper-invocation.msl21.frag19 bool gl_HelperInvocation = simd_is_helper_thread();
21 if (!gl_HelperInvocation)
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp66 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/
Dhelper-invocation.frag11 if (!gl_HelperInvocation)
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/
Dhelper-invocation.frag13 if (!gl_HelperInvocation)
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dhelper-invocation.msl21.frag11 if (!gl_HelperInvocation)
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
Dhelper-invocation.frag13 if (!gl_HelperInvocation)
/third_party/glslang/Test/
D450.frag21 if (gl_HelperInvocation)
D310.frag47 if (gl_HelperInvocation)
/third_party/skia/third_party/externals/angle2/doc/
DES31StatusOnD3D11.md19 …anguage only) | Hard to implement | The equivalent of gl_HelperInvocation is WaveIsHe…
/third_party/glslang/Test/baseResults/
D450.frag.out67 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
234 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
D310.frag.out309 0:47 'gl_HelperInvocation' ( in bool HelperInvocation)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_ES3_1_compatibility.txt64 - 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
DARB_gl_spirv.txt259 in gl_HelperInvocation
/third_party/openGLES/extensions/ARB/
DARB_ES3_1_compatibility.txt74 - 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
DARB_gl_spirv.txt270 in gl_HelperInvocation
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_shader_framebuffer_fetch.txt182 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/
DEXT_shader_framebuffer_fetch.txt182 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/
Dfeatures.txt269 gl_HelperInvocation support DONE (i965, r600, panfrost)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DBuiltIn_ESSL_autogen.h2851 static constexpr const TSymbolUniqueId gl_HelperInvocation = TSymbolUniqueId(4899); variable
2972 const TVariable *gl_HelperInvocation();
DBuiltIn_complete_autogen.h4810 static constexpr const TSymbolUniqueId gl_HelperInvocation = TSymbolUniqueId(2965); variable
4931 const TVariable *gl_HelperInvocation();
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1774 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
DSymbolTable_autogen.cpp2920 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/
Dtgsi.rst3429 some of the logic in those cases. See ``gl_HelperInvocation`` documentation.
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst803 - v3d: Add support for gl_HelperInvocation.

12