Searched refs:surface_state_pool (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 868 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()
|
D | anv_batch_chain.c | 455 .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()
|
D | genX_blorp_exec.c | 72 .buffer = &cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
|
D | anv_descriptor_set.c | 350 &device->surface_state_pool, 4096); in anv_CreateDescriptorPool() 385 &device->surface_state_pool, 4096); in anv_ResetDescriptorPool()
|
D | anv_device.c | 1185 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()
|
D | anv_cmd_buffer.c | 208 &device->surface_state_pool, 4096); in anv_create_cmd_buffer() 301 &cmd_buffer->device->surface_state_pool, 4096); in anv_cmd_buffer_reset()
|
D | genX_cmd_buffer.c | 545 &cmd_buffer->device->surface_state_pool.block_pool.bo; in genX() 1121 &primary->device->surface_state_pool.block_pool.bo; in genX()
|
D | anv_private.h | 870 struct anv_state_pool surface_state_pool; member
|