Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.cpp859 bool recompilePS = !programD3D->hasPixelExecutableForCachedOutputLayout(); in triggerDrawCallProgramRecompilation()
900 if (!programD3D->hasPixelExecutableForCachedOutputLayout()) in triggerDrawCallProgramRecompilation()
DStateManager11.cpp2912 ASSERT(mProgramD3D->hasPixelExecutableForCachedOutputLayout()); in syncProgram()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h327 bool hasPixelExecutableForCachedOutputLayout();
DProgramD3D.cpp3258 bool ProgramD3D::hasPixelExecutableForCachedOutputLayout() in hasPixelExecutableForCachedOutputLayout() function in rx::ProgramD3D