Searched refs:writeComponentwiseMatrixBinary (Results 1 – 4 of 4) sorted by relevance
| /external/skqp/src/sksl/ |
| D | SkSLSPIRVCodeGenerator.h | 218 SpvId writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs,
|
| D | SkSLSPIRVCodeGenerator.cpp | 1919 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/ |
| D | SkSLSPIRVCodeGenerator.h | 340 SpvId writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs,
|
| D | SkSLSPIRVCodeGenerator.cpp | 1110 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()
|