Lines Matching refs:SpvOpCompositeExtract
1155 this->writeInstruction(SpvOpCompositeExtract, srcColumnType, srcColumn, src, i, out); in writeMatrixCopy()
1231 … this->writeInstruction(SpvOpCompositeExtract, componentType, v[i], arguments[0], i, out); in writeMatrixConstructor()
1259 this->writeInstruction(SpvOpCompositeExtract, componentType, swizzle, in writeMatrixConstructor()
1367 this->writeInstruction(SpvOpCompositeExtract, this->getType(src), swizzle, vec, j, in writeVectorConstructor()
1750 this->writeInstruction(SpvOpCompositeExtract, this->getType(*fContext.fFloat_Type), xId, in writeVariableReference()
1764 this->writeInstruction(SpvOpCompositeExtract, this->getType(*fContext.fFloat_Type), rawYId, in writeVariableReference()
1773 this->writeInstruction(SpvOpCompositeExtract, this->getType(*fContext.fFloat_Type), wId, in writeVariableReference()
1818 this->writeInstruction(SpvOpCompositeExtract, this->getType(swizzle.fType), result, base, in writeSwizzle()
1900 this->writeInstruction(SpvOpCompositeExtract, columnType, columnL, lhs, i, out); in writeMatrixComparison()
1902 this->writeInstruction(SpvOpCompositeExtract, columnType, columnR, rhs, i, out); in writeMatrixComparison()
1931 this->writeInstruction(SpvOpCompositeExtract, columnType, columnL, lhs, i, out); in writeComponentwiseMatrixBinary()
1933 this->writeInstruction(SpvOpCompositeExtract, columnType, columnR, rhs, i, out); in writeComponentwiseMatrixBinary()