Lines Matching refs:pDevice
632 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice);
745 .timestampPeriod = 1000000.0 / pdevice->rad_info.clock_crystal_freq,
762 .apiVersion = radv_physical_device_api_version(pdevice),
765 .deviceID = pdevice->rad_info.pci_id,
766 .deviceType = pdevice->rad_info.has_dedicated_vram ? VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU : VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU,
771 strcpy(pProperties->deviceName, pdevice->name);
772 memcpy(pProperties->pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);
779 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice);
792 memcpy(properties->driverUUID, pdevice->driver_uuid, VK_UUID_SIZE);
793 memcpy(properties->deviceUUID, pdevice->device_uuid, VK_UUID_SIZE);
822 struct radv_physical_device* pdevice,
828 if (pdevice->rad_info.num_compute_rings > 0 &&
829 pdevice->rad_info.chip_class >= CIK &&
830 !(pdevice->instance->debug_flags & RADV_DEBUG_NO_COMPUTE_QUEUE))
855 if (pdevice->rad_info.num_compute_rings > 0 &&
856 pdevice->rad_info.chip_class >= CIK &&
857 !(pdevice->instance->debug_flags & RADV_DEBUG_NO_COMPUTE_QUEUE)) {
863 .queueCount = pdevice->rad_info.num_compute_rings,
878 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice);
880 return radv_get_physical_device_queue_family_properties(pdevice, pCount, NULL);
888 pdevice, pCount, properties);
897 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice);
899 return radv_get_physical_device_queue_family_properties(pdevice, pCount, NULL);
907 radv_get_physical_device_queue_family_properties(pdevice, pCount, properties);
1033 VkDevice* pDevice)
1206 *pDevice = radv_device_to_handle(device);
3893 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice);
3896 if (pdevice->rad_info.has_syncobj_wait_for_submit &&
3982 RADV_FROM_HANDLE(radv_physical_device, pdevice, physicalDevice);
3984 if (pdevice->rad_info.has_syncobj_wait_for_submit &&