Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp982 bool recompilePS = !executableD3D->hasPixelExecutableForCachedOutputLayout(); in triggerDrawCallProgramRecompilation()
1026 if (!executableD3D->hasPixelExecutableForCachedOutputLayout()) in triggerDrawCallProgramRecompilation()
H A DStateManager11.cpp3023 ASSERT(mExecutableD3D->hasPixelExecutableForCachedOutputLayout()); in syncProgram()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.h316 bool hasPixelExecutableForCachedOutputLayout();
H A DProgramExecutableD3D.cpp1137 bool ProgramExecutableD3D::hasPixelExecutableForCachedOutputLayout() in hasPixelExecutableForCachedOutputLayout() function in rx::ProgramExecutableD3D