Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h256 EbvObjectRayDirection, enumerator
460 case EbvObjectRayDirection: return "ObjectRayDirectionNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8432 BuiltInVariable("gl_ObjectRayDirectionNV", EbvObjectRayDirection, symbolTable);
8433 BuiltInVariable("gl_ObjectRayDirectionEXT", EbvObjectRayDirection, symbolTable);
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp967 case glslang::EbvObjectRayDirection: in TranslateBuiltInDecoration()