Home
last modified time | relevance | path

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

/external/skia/src/sksl/
Dspirv.h647 SpvOpCompositeExtract = 81, enumerator
DSkSLSPIRVCodeGenerator.cpp328 case SpvOpCompositeExtract: in opcode_text()
1944 this->writeInstruction(SpvOpCompositeExtract, this->getType(*fContext.fFloat_Type), xId, in writeVariableReference()
1958 this->writeInstruction(SpvOpCompositeExtract, this->getType(*fContext.fFloat_Type), rawYId, in writeVariableReference()
1993 this->writeInstruction(SpvOpCompositeExtract, this->getType(swizzle.fType), result, base, in writeSwizzle()
2073 this->writeInstruction(SpvOpCompositeExtract, rowType, rowL, lhs, 0, out); in writeMatrixComparison()
2075 this->writeInstruction(SpvOpCompositeExtract, rowType, rowR, rhs, 0, out); in writeMatrixComparison()
/external/mesa3d/src/compiler/spirv/
Dspirv.h647 SpvOpCompositeExtract = 81, enumerator
Dspirv_to_nir.c1178 case SpvOpCompositeExtract: in vtn_handle_constant()
1183 if (opcode == SpvOpCompositeExtract) { in vtn_handle_constant()
1233 if (opcode == SpvOpCompositeExtract) { in vtn_handle_constant()
2456 case SpvOpCompositeExtract: in vtn_handle_composite()
3158 case SpvOpCompositeExtract: in vtn_handle_body_instruction()