Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp28 if (shaderCaps->fbFetchNeedsCustomOutput()) { in dstColor()
/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h59 bool fbFetchNeedsCustomOutput() const { return fFBFetchNeedsCustomOutput; } in fbFetchNeedsCustomOutput() function
/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
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h83 bool fbFetchNeedsCustomOutput() const { in fbFetchNeedsCustomOutput() function
DSkSLIRGenerator.cpp127 CAP(fbFetchNeedsCustomOutput); in fill_caps()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp189 if (shaderCaps->fbFetchNeedsCustomOutput()) { in dstColor()