Searched refs:SpvOpFDiv (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/sksl/
H A Dspirv.h699 SpvOpFDiv = 136, enumerator in enum:SpvOp_
H A DSkSLSPIRVCodeGenerator.cpp435 case SpvOpFDiv:
2152 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFDiv,
2186 SpvId result = this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpFDiv,

Completed in 61 milliseconds