Home
last modified time | relevance | path

Searched refs:EOpConvUint64ToAccStruct (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/Include/
Dintermediate.h290 EOpConvUint64ToAccStruct, enumerator
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp410 case EOpConvUint64ToAccStruct: out.debug << "Convert uint64_t to acceleration structure"; break; in visitUnary()
DParseHelper.cpp8178 … return intermediate.addBuiltInFunctionCall(node->getLoc(), EOpConvUint64ToAccStruct, true, node, in constructBuiltIn()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6896 case glslang::EOpConvUint64ToAccStruct: in createUnaryOperation()