Searched refs:general_state_pool (Results 1 – 4 of 4) sorted by relevance
126 &device->general_state_pool, 16384); in anv_create_cmd_buffer()222 &cmd_buffer->device->general_state_pool, 16384); in anv_cmd_buffer_reset()
3331 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()
1784 pool = &device->general_state_pool.block_pool; in setup_execbuf_for_cmd_buffers()
1188 struct anv_state_pool general_state_pool; member