Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/
D450.frag21 if (gl_HelperInvocation)
D310.frag47 if (gl_HelperInvocation)
/external/angle/third_party/vulkan-deps/glslang/src/Test/
D450.frag21 if (gl_HelperInvocation)
D310.frag47 if (gl_HelperInvocation)
/external/angle/doc/
DES31StatusOnD3D11.md19 …anguage only) | Hard to implement | The equivalent of gl_HelperInvocation is WaveIsHe…
/external/deqp-deps/glslang/Test/baseResults/
D450.frag.out67 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
234 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
D310.frag.out313 0:47 'gl_HelperInvocation' ( in bool HelperInvocation)
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
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)
/external/mesa3d/docs/
Dfeatures.txt271 gl_HelperInvocation support DONE (i965, r600)
/external/angle/src/compiler/translator/tree_util/
DBuiltIn_ESSL_autogen.h2836 static constexpr const TSymbolUniqueId gl_HelperInvocation = TSymbolUniqueId(4881); variable
2952 const TVariable *gl_HelperInvocation();
DBuiltIn_complete_autogen.h4809 static constexpr const TSymbolUniqueId gl_HelperInvocation = TSymbolUniqueId(2964); variable
4925 const TVariable *gl_HelperInvocation();
/external/mesa3d/docs/gallium/
Dtgsi.rst3426 some of the logic in those cases. See ``gl_HelperInvocation`` documentation.
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp1767 constexpr const TSymbolUniqueId BuiltInId::gl_HelperInvocation; member in sh::BuiltInId
1950 constexpr const ImmutableString gl_HelperInvocation("gl_HelperInvocation"); variable
2268 BuiltInId::gl_HelperInvocation,
2269 BuiltInName::gl_HelperInvocation,
3162 const TVariable *gl_HelperInvocation() in gl_HelperInvocation() function
DSymbolTable_autogen.cpp2919 constexpr const TSymbolUniqueId BuiltInId::gl_HelperInvocation; member in sh::BuiltInId
3123 constexpr const ImmutableString gl_HelperInvocation("gl_HelperInvocation"); variable
3472 BuiltInId::gl_HelperInvocation,
3473 BuiltInName::gl_HelperInvocation,
4504 const TVariable *gl_HelperInvocation() in gl_HelperInvocation() function
/external/mesa3d/docs/relnotes/
D19.0.0.rst803 - v3d: Add support for gl_HelperInvocation.
D19.1.0.rst3705 - nir: optimize gl_SampleMaskIn to gl_HelperInvocation for radeonsi