Home
last modified time | relevance | path

Searched refs:EbvInvocationId (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h201 EbvInvocationId, enumerator
376 case EbvInvocationId: return "InvocationID"; in GetBuiltInVariableString()
/external/deqp-deps/glslang/hlsl/
DhlslScanContext.cpp433 (*SemanticMap)["SV_OUTPUTCONTROLPOINTID"] = EbvInvocationId; in fillInKeywordMap()
437 (*SemanticMap)["SV_GSINSTANCEID"] = EbvInvocationId; in fillInKeywordMap()
DhlslParseHelper.cpp2107 TIntermSymbol* invocationIdSym = findTessLinkageSymbol(EbvInvocationId); in transformEntryPoint()
2113 invocationIdType.getQualifier().builtIn = EbvInvocationId; in transformEntryPoint()
9229 case EbvInvocationId: in isInputBuiltIn()
9623 TIntermSymbol* invocationIdSym = findTessLinkageSymbol(EbvInvocationId); in addPatchConstantInvocation()
9690 invocationIdType.getQualifier().builtIn = EbvInvocationId; in addPatchConstantInvocation()
9802 if ((*entryPointFunction)[i].getDeclaredBuiltIn() == EbvInvocationId) { in addPatchConstantInvocation()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp8003 BuiltInVariable("gl_InvocationID", EbvInvocationId, symbolTable); in add2ndGenerationSamplingImaging()
DParseHelper.cpp2359 if (! rightSymbol || rightSymbol->getQualifier().builtIn != EbvInvocationId) in lValueErrorCheck()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp715 case glslang::EbvInvocationId: return spv::BuiltInInvocationId; in TranslateBuiltInDecoration()