Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h359 angle::Result syncTexturesForCompute(const gl::Context *context);
DStateManager11.cpp933 ANGLE_TRY(syncTexturesForCompute(context)); in updateStateForCompute()
936 ANGLE_TRY(syncTexturesForCompute(context)); in updateStateForCompute()
2871 angle::Result StateManager11::syncTexturesForCompute(const gl::Context *context) in syncTexturesForCompute() function in rx::StateManager11