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.cpp968 bool recompilePS = !programD3D->hasPixelExecutableForCachedOutputLayout(); in triggerDrawCallProgramRecompilation()
1009 if (!programD3D->hasPixelExecutableForCachedOutputLayout()) in triggerDrawCallProgramRecompilation()
DStateManager11.cpp3000 ASSERT(mProgramD3D->hasPixelExecutableForCachedOutputLayout()); in syncProgram()
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h338 bool hasPixelExecutableForCachedOutputLayout();
DProgramD3D.cpp3324 bool ProgramD3D::hasPixelExecutableForCachedOutputLayout() in hasPixelExecutableForCachedOutputLayout() function in rx::ProgramD3D