Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h218 SpvId writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs,
DSkSLSPIRVCodeGenerator.cpp1919 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary() function in SkSL::SPIRVCodeGenerator
2115 return this->writeComponentwiseMatrixBinary(b.fLeft->fType, lhs, rhs, in writeBinaryExpression()
2124 return this->writeComponentwiseMatrixBinary(b.fLeft->fType, lhs, rhs, in writeBinaryExpression()
2168 result = this->writeComponentwiseMatrixBinary(b.fLeft->fType, lhs, rhs, in writeBinaryExpression()
2184 result = this->writeComponentwiseMatrixBinary(b.fLeft->fType, lhs, rhs, in writeBinaryExpression()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h340 SpvId writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs,
DSkSLSPIRVCodeGenerator.cpp1110 result = this->writeComponentwiseMatrixBinary(callType, lhs, rhs, SpvOpFMul, SpvOpUndef, in writeSpecialIntrinsic()
2262 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary() function in SkSL::SPIRVCodeGenerator
2476 return this->writeComponentwiseMatrixBinary(leftType, lhs, rhs, in writeBinaryExpression()
2484 return this->writeComponentwiseMatrixBinary(leftType, lhs, rhs, in writeBinaryExpression()