/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/ |
H A 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)
|
H A 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
|
H A D | 450.frag.out | 71 0:21 'gl_HelperInvocation' ( in bool HelperInvocation) 326 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
|
H A D | 310.frag.out | 313 0:47 'gl_HelperInvocation' ( in bool HelperInvocation)
|
/aosp_15_r20/external/deqp-deps/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)
|
/aosp_15_r20/external/angle/third_party/glslang/src/Test/ |
H A D | spv.1.6.helperInvocation.frag | 7 if (gl_HelperInvocation)
|
H A D | spv.1.6.helperInvocation.memmodel.frag | 15 o = gl_HelperInvocation ? 1.0 : 0.0;
|
H A D | 450.frag | 21 if (gl_HelperInvocation)
|
H A D | 310.frag | 47 if (gl_HelperInvocation)
|
/aosp_15_r20/external/deqp-deps/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)
|
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/draw/shader_invocation/ |
H A D | helper_invocation_volatile.amber | 37 v = (gl_HelperInvocation ? 8.0 : roundEven(v));
|
H A D | helper_invocation_volatile_mem_model.amber | 38 v = (gl_HelperInvocation ? 8.0 : roundEven(v));
|
/aosp_15_r20/external/deqp/external/vulkancts/data/vulkan/amber/reconvergence/maximal/fragment/ |
H A D | terminate_invocation.amber | 39 const uvec4 nonHelperBallot = subgroupBallot( ! gl_HelperInvocation );
|
/aosp_15_r20/external/angle/doc/ |
H A D | ES31StatusOnD3D11.md | 19 …anguage only) | Hard to implement | The equivalent of gl_HelperInvocation is WaveIsHe…
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/ |
H A D | BuiltIn_autogen.h | 3623 static constexpr const TSymbolUniqueId gl_HelperInvocation = TSymbolUniqueId(2233); variable 3747 const TVariable *gl_HelperInvocation();
|
/aosp_15_r20/external/mesa3d/docs/ |
H A D | features.txt | 269 gl_HelperInvocation support DONE (r600, panfrost, crocus)
|
/aosp_15_r20/external/mesa3d/docs/gallium/ |
H A D | tgsi.rst | 3456 some of the logic in those cases. See ``gl_HelperInvocation`` documentation.
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 19.0.0.rst | 803 - v3d: Add support for gl_HelperInvocation.
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | SymbolTable_autogen.cpp | 121 constexpr const ImmutableString gl_HelperInvocation("gl_HelperInvocation"); variable 462 BuiltInId::gl_HelperInvocation, 463 BuiltInName::gl_HelperInvocation, 1381 const TVariable *gl_HelperInvocation() in gl_HelperInvocation() function
|