Lines Matching refs:device
42 PVR_FROM_HANDLE(pvr_device, device, _device);
43 const uint32_t core_count = device->pdevice->dev_runtime_info.core_count;
56 assert(!device->features.pipelineStatisticsQuery);
59 pool = vk_object_alloc(&device->vk,
64 return vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY);
74 result = pvr_bo_alloc(device,
75 device->heaps.vis_test_heap,
83 result = pvr_bo_alloc(device,
84 device->heaps.vis_test_heap,
97 pvr_bo_free(device, pool->result_buffer);
100 vk_object_free(&device->vk, pAllocator, pool);
110 PVR_FROM_HANDLE(pvr_device, device, _device);
112 pvr_bo_free(device, pool->availability_buffer);
113 pvr_bo_free(device, pool->result_buffer);
115 vk_object_free(&device->vk, pAllocator, pool);