Home
last modified time | relevance | path

Searched refs:getDeclaredBuiltIn (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h236 TBuiltInVariable getDeclaredBuiltIn() const { return type->getQualifier().declaredBuiltIn; } in getDeclaredBuiltIn() function
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp2164 if (param.getDeclaredBuiltIn() == EbvInputPatch) in transformEntryPoint()
2238 if (param.getDeclaredBuiltIn() == EbvGsOutputStream) { in transformEntryPoint()
9748 if (function[p].getDeclaredBuiltIn() != EbvNone) in addPatchConstantInvocation()
9749 … builtIns.insert(HlslParseContext::tInterstageIoData(function[p].getDeclaredBuiltIn(), storage)); in addPatchConstantInvocation()
9778 const TBuiltInVariable biType = patchConstantFunction[param].getDeclaredBuiltIn(); in addPatchConstantInvocation()
9840 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation()
9907 const TBuiltInVariable biType = patchConstantFunction[p].getDeclaredBuiltIn(); in addPatchConstantInvocation()
9993 if ((*entryPointFunction)[i].getDeclaredBuiltIn() == EbvInvocationId) { in addPatchConstantInvocation()