Home
last modified time | relevance | path

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

12

/third_party/glslang/Test/baseResults/
Dspv.1.6.helperInvocation.frag.out13 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)
Dspv.1.6.helperInvocation.memmodel.frag.out20 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
D450.frag.out71 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
326 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
D310.frag.out313 0:47 'gl_HelperInvocation' ( in bool HelperInvocation)
/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/glslang/Test/
Dspv.1.6.helperInvocation.frag7 if (gl_HelperInvocation)
Dspv.1.6.helperInvocation.memmodel.frag15 o = gl_HelperInvocation ? 1.0 : 0.0;
D450.frag21 if (gl_HelperInvocation)
D310.frag47 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/shaders/frag/
Dhelper-invocation.frag11 if (!gl_HelperInvocation)
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
Dhelper-invocation.frag13 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/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();

12