Lines Matching refs:pdevice
545 tu_get_physical_device_features_1_1(struct tu_physical_device *pdevice,
548 features->storageBuffer16BitAccess = pdevice->info->a6xx.storage_16bit;
563 tu_get_physical_device_features_1_2(struct tu_physical_device *pdevice,
618 tu_get_physical_device_features_1_3(struct tu_physical_device *pdevice,
642 TU_FROM_HANDLE(tu_physical_device, pdevice, physicalDevice);
695 tu_get_physical_device_features_1_1(pdevice, &core_1_1);
700 tu_get_physical_device_features_1_2(pdevice, &core_1_2);
705 tu_get_physical_device_features_1_3(pdevice, &core_1_3);
912 tu_get_physical_device_properties_1_1(struct tu_physical_device *pdevice,
917 memcpy(p->deviceUUID, pdevice->device_uuid, VK_UUID_SIZE);
918 memcpy(p->driverUUID, pdevice->driver_uuid, VK_UUID_SIZE);
931 if (pdevice->info->a6xx.has_getfiberid) {
963 tu_get_physical_device_properties_1_2(struct tu_physical_device *pdevice,
1044 tu_get_physical_device_properties_1_3(struct tu_physical_device *pdevice,
1065 pdevice->info->a6xx.has_dp2acc;
1069 pdevice->info->a6xx.has_dp2acc;
1083 pdevice->info->a6xx.has_dp2acc;
1087 pdevice->info->a6xx.has_dp2acc;
1115 TU_FROM_HANDLE(tu_physical_device, pdevice, physicalDevice);
1230 .deviceID = pdevice->dev_id.chip_id,
1236 strcpy(pProperties->properties.deviceName, pdevice->name);
1237 memcpy(pProperties->properties.pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);
1242 tu_get_physical_device_properties_1_1(pdevice, &core_1_1);
1247 tu_get_physical_device_properties_1_2(pdevice, &core_1_2);
1252 tu_get_physical_device_properties_1_3(pdevice, &core_1_3);
1290 if (pdevice->vk.supported_extensions.EXT_sample_locations) {
1343 props->hasPrimary = pdevice->has_master;
1344 props->primaryMajor = pdevice->master_major;
1345 props->primaryMinor = pdevice->master_minor;
1347 props->hasRender = pdevice->has_local;
1348 props->renderMajor = pdevice->local_major;
1349 props->renderMinor = pdevice->local_minor;
2977 TU_FROM_HANDLE(tu_physical_device, pdevice, physicalDevice);
2979 if (samples <= VK_SAMPLE_COUNT_4_BIT && pdevice->vk.supported_extensions.EXT_sample_locations)