Searched refs:hasComputeExecutableForCachedImage2DBindLayout (Results 1 – 4 of 4) sorted by relevance
1034 bool recompileCS = !programD3D->hasComputeExecutableForCachedImage2DBindLayout(); in triggerDispatchCallProgramRecompilation()1049 if (!programD3D->hasComputeExecutableForCachedImage2DBindLayout()) in triggerDispatchCallProgramRecompilation()
3050 ASSERT(mProgramD3D->hasComputeExecutableForCachedImage2DBindLayout()); in syncProgramForCompute()
339 bool hasComputeExecutableForCachedImage2DBindLayout();
3329 bool ProgramD3D::hasComputeExecutableForCachedImage2DBindLayout() in hasComputeExecutableForCachedImage2DBindLayout() function in rx::ProgramD3D