Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h267 EbvObjectRayDirection, enumerator
495 case EbvObjectRayDirection: return "ObjectRayDirectionNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp9079 BuiltInVariable("gl_ObjectRayDirectionNV", EbvObjectRayDirection, symbolTable); in identifyBuiltIns()
9080 BuiltInVariable("gl_ObjectRayDirectionEXT", EbvObjectRayDirection, symbolTable); in identifyBuiltIns()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp975 case glslang::EbvObjectRayDirection: in TranslateBuiltInDecoration()