Home
last modified time | relevance | path

Searched refs:triggerDispatchCallProgramRecompilation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.h257 angle::Result triggerDispatchCallProgramRecompilation(const gl::Context *context);
H A DContext11.cpp1044 angle::Result Context11::triggerDispatchCallProgramRecompilation(const gl::Context *context) in triggerDispatchCallProgramRecompilation() function in rx::Context11
H A DStateManager11.cpp3071 ANGLE_TRY(context11->triggerDispatchCallProgramRecompilation(context)); in syncProgramForCompute()