Home
last modified time | relevance | path

Searched refs:EbvHelperInvocation (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/Include/
DBaseTypes.h229 EbvHelperInvocation, enumerator
461 case EbvHelperInvocation: return "HelperInvocation"; in GetBuiltInVariableString()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp795 case glslang::EbvHelperInvocation: return spv::BuiltInHelperInvocation; in TranslateBuiltInDecoration()
5070 if (type.getQualifier().builtIn == glslang::EbvHelperInvocation && in accessChainLoad()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8255 SpecialQualifier("gl_HelperInvocation", EvqVaryingIn, EbvHelperInvocation, symbolTable); in identifyBuiltIns()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp9523 case EbvHelperInvocation: in isInputBuiltIn()