Searched refs:instruction_state_pool (Results 1 – 4 of 4) sorted by relevance
64 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()
1449 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()
869 struct anv_state_pool instruction_state_pool; member
103 (struct anv_address) { &device->instruction_state_pool.block_pool.bo, 0 }; in genX()