Home
last modified time | relevance | path

Searched refs:syncProgramForCompute (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.h363 angle::Result syncProgramForCompute(const gl::Context *context);
H A DStateManager11.cpp934 ANGLE_TRY(syncProgramForCompute(context)); in updateStateForCompute()
3068 angle::Result StateManager11::syncProgramForCompute(const gl::Context *context) in syncProgramForCompute() function in rx::StateManager11