Searched refs:useHWDerivatives (Results 1 – 2 of 2) sorted by relevance
301 bool useHWDerivatives = (proc.fFlags & Flags::kUseHWDerivatives); in onEmitCode() local381 GrGLSLVarying arcCoord(useHWDerivatives ? kFloat2_GrSLType : kFloat4_GrSLType); in onEmitCode()395 if (!useHWDerivatives) { in onEmitCode()412 if (useHWDerivatives) { in onEmitCode()
492 bool useHWDerivatives = (proc.fFlags & ProcessorFlags::kUseHWDerivatives); in onEmitCode() local619 GrGLSLVarying arcCoord(useHWDerivatives ? kFloat2_GrSLType : kFloat4_GrSLType); in onEmitCode()634 if (!useHWDerivatives) { in onEmitCode()649 if (useHWDerivatives) { in onEmitCode()