Home
last modified time | relevance | path

Searched refs:fbFetchNeedsCustomOutput (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp28 if (shaderCaps->fbFetchNeedsCustomOutput()) { in dstColor()
/third_party/skia/src/sksl/ir/
DSkSLSetting.cpp85 CAP(Bool, fbFetchNeedsCustomOutput), in caps_lookup_table()
/third_party/skia/src/gpu/
DGrShaderCaps.h60 bool fbFetchNeedsCustomOutput() const { return fFBFetchNeedsCustomOutput; } in fbFetchNeedsCustomOutput() function
/third_party/skia/src/sksl/
DSkSLUtil.h98 bool fbFetchNeedsCustomOutput() const { in fbFetchNeedsCustomOutput() function