Home
last modified time | relevance | path

Searched refs:EOpCreateTensorLayoutNV (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A DintermOut.cpp497 case EOpCreateTensorLayoutNV: out.debug << "createTensorLayoutNV"; break; in visitUnary()
996 case EOpCreateTensorLayoutNV: out.debug << "createTensorLayout"; break; in visitAggregate()
H A DParseHelper.cpp1621 fnCandidate->getBuiltInOp() == EOpCreateTensorLayoutNV || in handleCoopMat2FunctionCall()
1632 if (fnCandidate->getBuiltInOp() == EOpCreateTensorLayoutNV) { in handleCoopMat2FunctionCall()
H A DInitialize.cpp10303 symbolTable.relateToOperator("createTensorLayoutNV", EOpCreateTensorLayoutNV); in identifyBuiltIns()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h458 EOpCreateTensorLayoutNV, enumerator
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp2823 case glslang::EOpCreateTensorLayoutNV: in visitUnary()
9319 case glslang::EOpCreateTensorLayoutNV: in createMiscOperation()