Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c64 anv_state_pool_alloc(&device->instruction_state_pool, kernel_size, 64); in anv_shader_bin_create()
91 anv_state_pool_free(&device->instruction_state_pool, shader->kernel); in anv_shader_bin_destroy()
Danv_device.c1449 result = anv_state_pool_init(&device->instruction_state_pool, device, 16384, in anv_CreateDevice()
1509 anv_state_pool_finish(&device->instruction_state_pool); in anv_CreateDevice()
1557 anv_state_pool_finish(&device->instruction_state_pool); in anv_DestroyDevice()
Danv_private.h869 struct anv_state_pool instruction_state_pool; member
DgenX_cmd_buffer.c103 (struct anv_address) { &device->instruction_state_pool.block_pool.bo, 0 }; in genX()