Searched refs:writeBinaryOperationComponentwiseIfMatrix (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 447 SpvId writeBinaryOperationComponentwiseIfMatrix(const Type& resultType, const Type& operandType, 3653 SpvId SPIRVCodeGenerator::writeBinaryOperationComponentwiseIfMatrix(const Type& resultType, in writeBinaryOperationComponentwiseIfMatrix() function in SkSL::SPIRVCodeGenerator 4026 return this->writeBinaryOperationComponentwiseIfMatrix(resultType, *operandType, in writeBinaryExpression() 4030 return this->writeBinaryOperationComponentwiseIfMatrix(resultType, *operandType, in writeBinaryExpression() 4044 return this->writeBinaryOperationComponentwiseIfMatrix(resultType, *operandType, in writeBinaryExpression() 4303 SpvId result = this->writeBinaryOperationComponentwiseIfMatrix(type, type, in writePrefixExpression() 4315 SpvId result = this->writeBinaryOperationComponentwiseIfMatrix(type, type, in writePrefixExpression() 4351 SpvId temp = this->writeBinaryOperationComponentwiseIfMatrix(type, type, result, one, in writePostfixExpression() 4359 SpvId temp = this->writeBinaryOperationComponentwiseIfMatrix(type, type, result, one, in writePostfixExpression()
|