Searched refs:bind_stages (Results 1 – 7 of 7) sorted by relevance
84 unsigned bind_stages; member
2735 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()
2493 const uint64_t stages = res->bind_stages; in iris_dirty_for_history()
115 unsigned bind_stages; member
3073 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)))
1806 stage_dirty |= ((uint64_t)res->bind_stages) << CROCUS_SHIFT_FOR_STAGE_DIRTY_CONSTANTS; in crocus_dirty_for_history()
3138 - zink: use bind_stages for pipeline barrier generation3141 - zink: remove bind_stages and bind_history from zink_resource