Home
last modified time | relevance | path

Searched refs:scratch_surface_state_pool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A Danv_va.c57 PRINT_HEAP(scratch_surface_state_pool); in anv_device_print_vas()
116 va_at(&device->va.scratch_surface_state_pool, in anv_physical_device_init_va_ranges()
H A Danv_device.c132 if (get_bo_from_pool(&ret_bo, &device->scratch_surface_state_pool.block_pool, address)) in decode_get_bo()
568 result = anv_state_pool_init(&device->scratch_surface_state_pool, device, in anv_CreateDevice()
571 … .base_address = device->physical->va.scratch_surface_state_pool.addr, in anv_CreateDevice()
573 … .max_size = device->physical->va.scratch_surface_state_pool.size, in anv_CreateDevice()
582 … .start_offset = device->physical->va.scratch_surface_state_pool.size, in anv_CreateDevice()
1043 anv_state_pool_finish(&device->scratch_surface_state_pool); in anv_CreateDevice()
1175 anv_state_pool_finish(&device->scratch_surface_state_pool); in anv_DestroyDevice()
H A Danv_allocator.c1331 anv_state_pool_free(&device->scratch_surface_state_pool, in anv_scratch_pool_finish()
1424 anv_state_pool_alloc(&device->scratch_surface_state_pool, in anv_scratch_pool_get_surf()
1443 anv_state_pool_free(&device->scratch_surface_state_pool, state); in anv_scratch_pool_get_surf()
H A Danv_private.h1153 struct anv_va_range scratch_surface_state_pool; member
1845 struct anv_state_pool scratch_surface_state_pool; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan/i915/
H A Danv_batch_chain.c390 result = pin_state_pool(device, execbuf, &device->scratch_surface_state_pool); in setup_execbuf_for_cmd_buffers()