Searched refs:shader_block_obj_pool (Results 1 – 2 of 2) sorted by relevance
1059 if (!list_is_empty(&device->shader_block_obj_pool)) { in alloc_block_obj()1061 list_first_entry(&device->shader_block_obj_pool, union radv_shader_arena_block, pool); in alloc_block_obj()1072 list_add(&block->pool, &device->shader_block_obj_pool); in free_block_obj()1272 list_inithead(&device->shader_block_obj_pool); in radv_init_shader_arenas()1280 list_for_each_entry_safe(union radv_shader_arena_block, block, &device->shader_block_obj_pool, in radv_destroy_shader_arenas()
777 struct list_head shader_block_obj_pool; member