Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h256 EbvObjectRayDirection, enumerator
460 case EbvObjectRayDirection: return "ObjectRayDirectionNV"; in GetBuiltInVariableString()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp8507 BuiltInVariable("gl_ObjectRayDirectionNV", EbvObjectRayDirection, symbolTable);
8508 BuiltInVariable("gl_ObjectRayDirectionEXT", EbvObjectRayDirection, symbolTable);
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1002 case glslang::EbvObjectRayDirection: in TranslateBuiltInDecoration()