Searched refs:scratch_surface_state_pool (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_va.c | 57 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 D | anv_device.c | 132 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 D | anv_allocator.c | 1331 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 D | anv_private.h | 1153 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 D | anv_batch_chain.c | 390 result = pin_state_pool(device, execbuf, &device->scratch_surface_state_pool); in setup_execbuf_for_cmd_buffers()
|