Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrShaderCaps.cpp23 fFBFetchSupport = false; in GrShaderCaps()
107 writer->appendBool("FB Fetch Support", fFBFetchSupport); in dumpJSON()
198 fFBFetchSupport = false; in applyOptionsOverrides()
DGrShaderCaps.h58 bool fbFetchSupport() const { return fFBFetchSupport; } in fbFetchSupport()
279 bool fFBFetchSupport : 1; variable
/third_party/skia/src/sksl/
DSkSLUtil.h92 bool fFBFetchSupport = false; variable
94 return fFBFetchSupport; in fbFetchSupport()
344 result->fFBFetchSupport = true; in FramebufferFetchSupport()
/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h57 bool fbFetchSupport() const { return fFBFetchSupport; } in fbFetchSupport()
247 bool fFBFetchSupport : 1; variable
DGrShaderCaps.cpp25 fFBFetchSupport = false; in GrShaderCaps()
102 writer->appendBool("FB Fetch Support", fFBFetchSupport); in dumpJSON()
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h326 result->fFBFetchSupport = false; in VariousCaps()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp717 shaderCaps->fDstReadInShaderSupport = shaderCaps->fFBFetchSupport; in init()
811 shaderCaps->fFBFetchSupport = true; in initGLSL()
818 shaderCaps->fFBFetchSupport = true; in initGLSL()
825 shaderCaps->fFBFetchSupport = true; in initGLSL()
3320 shaderCaps->fFBFetchSupport = false; in applyDriverCorrectnessWorkarounds()
3362 if (shaderCaps->fFBFetchSupport && kQualcomm_GrGLVendor == ctxInfo.vendor()) { in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp783 shaderCaps->fDstReadInShaderSupport = shaderCaps->fFBFetchSupport; in init()
877 shaderCaps->fFBFetchSupport = true; in initGLSL()
884 shaderCaps->fFBFetchSupport = true; in initGLSL()
891 shaderCaps->fFBFetchSupport = true; in initGLSL()
900 shaderCaps->fFBFetchSupport = true; in initGLSL()
3844 shaderCaps->fFBFetchSupport = false; in applyDriverCorrectnessWorkarounds()
3892 if (shaderCaps->fFBFetchSupport && ctxInfo.vendor() == GrGLVendor::kQualcomm) { in applyDriverCorrectnessWorkarounds()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm385 shaderCaps->fFBFetchSupport = true;
390 shaderCaps->fDstReadInShaderSupport = shaderCaps->fFBFetchSupport;
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm506 shaderCaps->fFBFetchSupport = true;
511 shaderCaps->fDstReadInShaderSupport = shaderCaps->fFBFetchSupport;