Home
last modified time | relevance | path

Searched refs:EbvObjectToWorld (Results 1 – 3 of 3) sorted by relevance

/third_party/glslang/glslang/Include/
DBaseTypes.h273 EbvObjectToWorld, enumerator
501 case EbvObjectToWorld: return "ObjectToWorldNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp9090 BuiltInVariable("gl_ObjectToWorldNV", EbvObjectToWorld, symbolTable); in identifyBuiltIns()
9091 BuiltInVariable("gl_ObjectToWorldEXT", EbvObjectToWorld, symbolTable); in identifyBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1001 case glslang::EbvObjectToWorld: in TranslateBuiltInDecoration()