Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Duniform_query.cpp1317 bool ctx_flushed = false; in _mesa_uniform() local
1332 offset, components, basicType, !ctx_flushed)) in _mesa_uniform()
1333 ctx_flushed = true; in _mesa_uniform()
1338 offset, components, basicType, !ctx_flushed)) { in _mesa_uniform()
1340 ctx_flushed = true; in _mesa_uniform()
1346 if (!ctx_flushed && !(uni->type->is_sampler() && uni->is_bindless)) in _mesa_uniform()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c294 bool *ctx_flushed) in si_eliminate_fast_color_clear() argument
312 if (ctx_flushed) in si_eliminate_fast_color_clear()
313 *ctx_flushed = flushed; in si_eliminate_fast_color_clear()
Dsi_pipe.h1528 bool *ctx_flushed);