Home
last modified time | relevance | path

Searched refs:general_state_pool (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c126 &device->general_state_pool, 16384); in anv_create_cmd_buffer()
222 &cmd_buffer->device->general_state_pool, 16384); in anv_cmd_buffer_reset()
Danv_device.c3331 result = anv_state_pool_init(&device->general_state_pool, device, in anv_CreateDevice()
3547 anv_state_pool_finish(&device->general_state_pool); in anv_CreateDevice()
3633 anv_state_pool_finish(&device->general_state_pool); in anv_DestroyDevice()
Danv_batch_chain.c1784 pool = &device->general_state_pool.block_pool; in setup_execbuf_for_cmd_buffers()
Danv_private.h1188 struct anv_state_pool general_state_pool; member