Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DBaseTypes.h266 EbvObjectRayDirection, enumerator
491 case EbvObjectRayDirection: return "ObjectRayDirectionNV"; in GetBuiltInVariableString()
/third_party/glslang/glslang/MachineIndependent/
DInitialize.cpp8871 BuiltInVariable("gl_ObjectRayDirectionNV", EbvObjectRayDirection, symbolTable); in add2ndGenerationSamplingImaging()
8872 BuiltInVariable("gl_ObjectRayDirectionEXT", EbvObjectRayDirection, symbolTable); in add2ndGenerationSamplingImaging()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1007 case glslang::EbvObjectRayDirection: in TranslateBuiltInDecoration()