Lines Matching refs:arith
48 const GrArithmeticFP& arith = args.fFp.cast<GrArithmeticFP>(); in emitCode() local
64 arith.enforcePMColor()); in emitCode()
68 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); in GenKey() local
69 uint32_t key = arith.enforcePMColor() ? 1 : 0; in GenKey()
75 const GrArithmeticFP& arith = proc.cast<GrArithmeticFP>(); in onSetData() local
76 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4()); in onSetData()
191 const ArithmeticXP& arith = processor.cast<ArithmeticXP>(); in GenKey() local
192 uint32_t key = arith.enforcePMColor() ? 1 : 0; in GenKey()
219 const ArithmeticXP& arith = processor.cast<ArithmeticXP>(); in onSetData() local
220 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4()); in onSetData()
221 fEnforcePMColor = arith.enforcePMColor(); in onSetData()