Searched refs:bound_image_views (Results 1 – 6 of 6) sorted by relevance
421 uint32_t bound_image_views; member
136 uint32_t views = shs->bound_image_views; in resolve_image_views()
3064 shs->bound_image_views &= ~u_bit_consecutive(start_slot, count); in crocus_set_shader_images()3075 shs->bound_image_views |= 1 << (start_slot + i); in crocus_set_shader_images()8425 uint32_t bound_image_views = shs->bound_image_views; local8426 while (bound_image_views) {8427 const int i = u_bit_scan(&bound_image_views);
568 uint32_t bound_image_views; member
124 uint32_t views = info ? (shs->bound_image_views & info->images_used[0]) : 0; in resolve_image_views()
2866 shs->bound_image_views &= in iris_set_shader_images()2878 shs->bound_image_views |= 1 << (start_slot + i); in iris_set_shader_images()7591 uint32_t bound_image_views = shs->bound_image_views; in iris_rebind_buffer() local7592 while (bound_image_views) { in iris_rebind_buffer()7593 const int i = u_bit_scan(&bound_image_views); in iris_rebind_buffer()