Home
last modified time | relevance | path

Searched refs:fEmulateAbsIntFunction (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrShaderCaps.cpp55 writer->appendBool("Emulate abs(int) function", fEmulateAbsIntFunction); in dumpJSON()
106 SkASSERT(!fEmulateAbsIntFunction); in applyOptionsOverrides()
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLUtil.h131 bool fEmulateAbsIntFunction = false; member
/aosp_15_r20/external/skia/tools/skslc/
H A DMain.cpp149 caps->fEmulateAbsIntFunction = true; in EmulateAbsIntFunction()
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp710 if (!fCaps.fEmulateAbsIntFunction) in writeFunctionCall()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.cpp4396 shaderCaps->fEmulateAbsIntFunction = true; in applyDriverCorrectnessWorkarounds()