Home
last modified time | relevance | path

Searched refs:surface_state_pool (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/intel/vulkan/
Danv_image.c868 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
1261 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
1266 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
1271 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
1276 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
1368 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
1372 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
1376 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
Danv_batch_chain.c455 .bo = &cmd_buffer->device->surface_state_pool.block_pool.bo, in anv_cmd_buffer_surface_base_address()
622 struct anv_state_pool *state_pool = &cmd_buffer->device->surface_state_pool; in anv_cmd_buffer_alloc_binding_table()
661 struct anv_state_pool *state_pool = &cmd_buffer->device->surface_state_pool; in anv_cmd_buffer_new_binding_table_block()
743 anv_state_pool_free(&cmd_buffer->device->surface_state_pool, *bt_block); in anv_cmd_buffer_fini_batch_bo_chain()
775 anv_state_pool_free(&cmd_buffer->device->surface_state_pool, *bt_block); in anv_cmd_buffer_reset_batch_bo_chain()
1273 &cmd_buffer->device->surface_state_pool.block_pool.bo, in relocate_cmd_buffer()
1298 &cmd_buffer->device->surface_state_pool; in setup_execbuf_for_cmd_buffer()
DgenX_blorp_exec.c72 .buffer = &cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
Danv_descriptor_set.c350 &device->surface_state_pool, 4096); in anv_CreateDescriptorPool()
385 &device->surface_state_pool, 4096); in anv_ResetDescriptorPool()
Danv_device.c1185 queue->pool = &device->surface_state_pool; in anv_queue_init()
1454 result = anv_state_pool_init(&device->surface_state_pool, device, 4096, in anv_CreateDevice()
1507 anv_state_pool_finish(&device->surface_state_pool); in anv_CreateDevice()
1556 anv_state_pool_finish(&device->surface_state_pool); in anv_DestroyDevice()
Danv_cmd_buffer.c208 &device->surface_state_pool, 4096); in anv_create_cmd_buffer()
301 &cmd_buffer->device->surface_state_pool, 4096); in anv_cmd_buffer_reset()
DgenX_cmd_buffer.c545 &cmd_buffer->device->surface_state_pool.block_pool.bo; in genX()
1121 &primary->device->surface_state_pool.block_pool.bo; in genX()
Danv_private.h870 struct anv_state_pool surface_state_pool; member