Home
last modified time | relevance | path

Searched refs:bind_stages (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.h84 unsigned bind_stages; member
Diris_state.c2735 res->bind_stages |= 1 << stage; in iris_set_shader_images()
2851 view->res->bind_stages |= 1 << stage; in iris_set_sampler_views()
3257 res->bind_stages |= 1 << stage; in iris_set_constant_buffer()
3399 res->bind_stages |= 1 << stage; in iris_set_shader_buffers()
7306 if (!(res->bind_stages & (1 << s))) in iris_rebind_buffer()
Diris_resource.c2493 const uint64_t stages = res->bind_stages; in iris_dirty_for_history()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.h115 unsigned bind_stages; member
Dcrocus_state.c3073 res->bind_stages |= 1 << stage; in crocus_set_shader_images()
3170 view->res->bind_stages |= 1 << stage; in crocus_set_sampler_views()
3514 res->bind_stages |= 1 << stage; in crocus_set_constant_buffer()
3634 res->bind_stages |= 1 << stage; in crocus_set_shader_buffers()
8370 if (!(res->bind_stages & (1 << s)))
Dcrocus_resource.c1806 stage_dirty |= ((uint64_t)res->bind_stages) << CROCUS_SHIFT_FOR_STAGE_DIRTY_CONSTANTS; in crocus_dirty_for_history()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3138 - zink: use bind_stages for pipeline barrier generation
3141 - zink: remove bind_stages and bind_history from zink_resource