Searched refs:writeComponentwiseMatrixBinary (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 444 SpvId writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, SpvId rhs, 2406 result = this->writeComponentwiseMatrixBinary(callType, lhs, rhs, SpvOpFMul, out); in writeSpecialIntrinsic() 3646 return this->writeComponentwiseMatrixBinary(resultType, lhs, rhs, op, out); in writeBinaryOperation() 3733 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary() function in SkSL::SPIRVCodeGenerator
|