Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp1052 bool recompileCS = !executableD3D->hasComputeExecutableForCachedImage2DBindLayout(); in triggerDispatchCallProgramRecompilation()
1067 if (!executableD3D->hasComputeExecutableForCachedImage2DBindLayout()) in triggerDispatchCallProgramRecompilation()
H A DStateManager11.cpp3076 ASSERT(mExecutableD3D->hasComputeExecutableForCachedImage2DBindLayout()); in syncProgramForCompute()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.h317 bool hasComputeExecutableForCachedImage2DBindLayout();
H A DProgramExecutableD3D.cpp1142 bool ProgramExecutableD3D::hasComputeExecutableForCachedImage2DBindLayout() in hasComputeExecutableForCachedImage2DBindLayout() function in rx::ProgramExecutableD3D