Lines Matching refs:vk_free
288 vk_free(&instance->vk.alloc, (void *)device->name); in tu_physical_device_init()
304 vk_free(&device->instance->vk.alloc, (void *)device->name); in tu_physical_device_finish()
361 vk_free(pAllocator, instance); in tu_CreateInstance()
408 vk_free(&instance->vk.alloc, instance); in tu_DestroyInstance()
1330 vk_free(&device->vk.alloc, trace_flush_data->syncobj); in tu_trace_delete_flush_data()
1331 vk_free(&device->vk.alloc, trace_flush_data); in tu_trace_delete_flush_data()
1398 vk_free(&device->vk.alloc, trace_data[i].timestamp_copy_cs); in tu_u_trace_cmd_data_finish()
1401 vk_free(&device->vk.alloc, trace_data[i].trace); in tu_u_trace_cmd_data_finish()
1405 vk_free(&device->vk.alloc, trace_data); in tu_u_trace_cmd_data_finish()
1458 vk_free(&device->vk.alloc, device); in tu_CreateDevice()
1655 vk_free(&device->vk.alloc, device->bo_idx); in tu_CreateDevice()
1656 vk_free(&device->vk.alloc, device->bo_list); in tu_CreateDevice()
1665 vk_free(&device->vk.alloc, device->queues[i]); in tu_CreateDevice()
1669 vk_free(&device->vk.alloc, device); in tu_CreateDevice()
1687 vk_free(&device->vk.alloc, device->queues[i]); in tu_DestroyDevice()
1709 vk_free(&device->vk.alloc, device->bo_list); in tu_DestroyDevice()
1710 vk_free(&device->vk.alloc, device->bo_idx); in tu_DestroyDevice()
1712 vk_free(&device->vk.alloc, device); in tu_DestroyDevice()