Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h299 virtual TBuiltInVariable getDeclaredBuiltInType() const { return declaredBuiltIn; } in getDeclaredBuiltInType() function
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp10033 if (patchConstantFunction.getDeclaredBuiltInType() != EbvNone) in addPatchConstantInvocation()
10034 outType.getQualifier().builtIn = patchConstantFunction.getDeclaredBuiltInType(); in addPatchConstantInvocation()