Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp889 bool recompilePS = !programD3D->hasPixelExecutableForCachedOutputLayout(); in triggerDrawCallProgramRecompilation()
930 if (!programD3D->hasPixelExecutableForCachedOutputLayout()) in triggerDrawCallProgramRecompilation()
DStateManager11.cpp2942 ASSERT(mProgramD3D->hasPixelExecutableForCachedOutputLayout()); in syncProgram()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.h327 bool hasPixelExecutableForCachedOutputLayout();
DProgramD3D.cpp3258 bool ProgramD3D::hasPixelExecutableForCachedOutputLayout() in hasPixelExecutableForCachedOutputLayout() function in rx::ProgramD3D