Lines Matching refs:pProperties
630 VkPhysicalDeviceProperties* pProperties)
761 *pProperties = (VkPhysicalDeviceProperties) {
771 strcpy(pProperties->deviceName, pdevice->name);
772 memcpy(pProperties->pipelineCacheUUID, pdevice->cache_uuid, VK_UUID_SIZE);
777 VkPhysicalDeviceProperties2KHR *pProperties)
780 radv_GetPhysicalDeviceProperties(physicalDevice, &pProperties->properties);
782 vk_foreach_struct(ext, pProperties->pNext) {
1264 VkLayerProperties* pProperties)
1266 if (pProperties == NULL) {
1278 VkLayerProperties* pProperties)
1280 if (pProperties == NULL) {