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.c2881 res->bind_stages |= 1 << stage; in iris_set_shader_images()
3005 view->res->bind_stages |= 1 << stage; in iris_set_sampler_views()
3422 res->bind_stages |= 1 << stage; in iris_set_constant_buffer()
3564 res->bind_stages |= 1 << stage; in iris_set_shader_buffers()
7537 if (!(res->bind_stages & (1 << s))) in iris_rebind_buffer()
Diris_resource.c2623 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.c3078 res->bind_stages |= 1 << stage; in crocus_set_shader_images()
3175 view->res->bind_stages |= 1 << stage; in crocus_set_sampler_views()
3519 res->bind_stages |= 1 << stage; in crocus_set_constant_buffer()
3639 res->bind_stages |= 1 << stage; in crocus_set_shader_buffers()
8377 if (!(res->bind_stages & (1 << s)))
Dcrocus_resource.c1819 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