Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DContext11.h237 angle::Result triggerDispatchCallProgramRecompilation(const gl::Context *context);
DContext11.cpp917 angle::Result Context11::triggerDispatchCallProgramRecompilation(const gl::Context *context) in triggerDispatchCallProgramRecompilation() function in rx::Context11
DStateManager11.cpp2957 ANGLE_TRY(context11->triggerDispatchCallProgramRecompilation(context)); in syncProgramForCompute()