Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrShaderCaps.cpp38 writer->appendBool("FB Fetch Support", fFBFetchSupport); in dumpJSON()
128 fFBFetchSupport = false; in applyOptionsOverrides()
/external/skia/src/sksl/
DSkSLUtil.h66 bool fbFetchSupport() const { return fFBFetchSupport; } in fbFetchSupport()
200 bool fFBFetchSupport = false; member
299 result->fFBFetchSupport = true; in FramebufferFetchSupport()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp811 shaderCaps->fDstReadInShaderSupport = shaderCaps->fFBFetchSupport; in init()
905 shaderCaps->fFBFetchSupport = true; in initGLSL()
912 shaderCaps->fFBFetchSupport = true; in initGLSL()
919 shaderCaps->fFBFetchSupport = true; in initGLSL()
928 shaderCaps->fFBFetchSupport = true; in initGLSL()
3946 shaderCaps->fFBFetchSupport = false; in applyDriverCorrectnessWorkarounds()
3990 if (shaderCaps->fFBFetchSupport && ctxInfo.vendor() == GrGLVendor::kQualcomm) { in applyDriverCorrectnessWorkarounds()
/external/skia/experimental/graphite/src/mtl/
DMtlCaps.mm254 shaderCaps->fFBFetchSupport = true;
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm507 shaderCaps->fFBFetchSupport = true;
512 shaderCaps->fDstReadInShaderSupport = shaderCaps->fFBFetchSupport;