Lines Matching refs:SpvOpCompositeExtract
1180 this->writeInstruction(SpvOpCompositeExtract, srcColumnType, srcColumn, src, i, out); in writeMatrixCopy()
1284 … this->writeInstruction(SpvOpCompositeExtract, componentType, v[i], arguments[0], i, out); in writeMatrixConstructor()
1314 this->writeInstruction(SpvOpCompositeExtract, componentType, swizzle, in writeMatrixConstructor()
1408 this->writeInstruction(SpvOpCompositeExtract, this->getType(src), swizzle, vec, j, in writeVectorConstructor()
1809 this->writeInstruction(SpvOpCompositeExtract, this->getType(*fContext.fFloat_Type), xId, in writeVariableReference()
1823 this->writeInstruction(SpvOpCompositeExtract, this->getType(*fContext.fFloat_Type), rawYId, in writeVariableReference()
1832 this->writeInstruction(SpvOpCompositeExtract, this->getType(*fContext.fFloat_Type), wId, in writeVariableReference()
1877 this->writeInstruction(SpvOpCompositeExtract, this->getType(swizzle.fType), result, base, in writeSwizzle()
1968 this->writeInstruction(SpvOpCompositeExtract, columnType, columnL, lhs, i, out); in writeMatrixComparison()
1970 this->writeInstruction(SpvOpCompositeExtract, columnType, columnR, rhs, i, out); in writeMatrixComparison()
1999 this->writeInstruction(SpvOpCompositeExtract, columnType, columnL, lhs, i, out); in writeComponentwiseMatrixBinary()
2001 this->writeInstruction(SpvOpCompositeExtract, columnType, columnR, rhs, i, out); in writeComponentwiseMatrixBinary()