Searched refs:gl_HelperInvocation (Results 1 – 25 of 28) sorted by relevance
12
13 Name 8 "gl_HelperInvocation"15 Decorate 8(gl_HelperInvocation) BuiltIn HelperInvocation16 Decorate 8(gl_HelperInvocation) Volatile22 8(gl_HelperInvocation): 7(ptr) Variable Input30 9: 6(bool) Load 8(gl_HelperInvocation)
20 Name 14 "gl_HelperInvocation"25 Decorate 14(gl_HelperInvocation) BuiltIn HelperInvocation36 14(gl_HelperInvocation): 13(ptr) Variable Input43 15: 12(bool) Load 14(gl_HelperInvocation) Volatile
71 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)326 0:21 'gl_HelperInvocation' ( in bool HelperInvocation)
313 0:47 'gl_HelperInvocation' ( in bool HelperInvocation)
7 if (gl_HelperInvocation)
15 o = gl_HelperInvocation ? 1.0 : 0.0;
21 if (gl_HelperInvocation)
47 if (gl_HelperInvocation)
37 v = (gl_HelperInvocation ? 8.0 : roundEven(v));
38 v = (gl_HelperInvocation ? 8.0 : roundEven(v));
39 const uvec4 nonHelperBallot = subgroupBallot( ! gl_HelperInvocation );
19 …anguage only) | Hard to implement | The equivalent of gl_HelperInvocation is WaveIsHe…
2996 static constexpr const TSymbolUniqueId gl_HelperInvocation = TSymbolUniqueId(1915); variable3120 const TVariable *gl_HelperInvocation();
269 gl_HelperInvocation support DONE (r600, panfrost, crocus)
3456 some of the logic in those cases. See ``gl_HelperInvocation`` documentation.
121 constexpr const ImmutableString gl_HelperInvocation("gl_HelperInvocation"); variable462 BuiltInId::gl_HelperInvocation,463 BuiltInName::gl_HelperInvocation,1333 const TVariable *gl_HelperInvocation() in gl_HelperInvocation() function
803 - v3d: Add support for gl_HelperInvocation.