Lines Matching refs:pUserData
10850 UserData* pUserData = static_cast<UserData*>(pUser); in vpGetPhysicalDeviceProfileVariantsSupport() local
10851 pUserData->gpdp2.pfnGetPhysicalDeviceFeatures2(pUserData->physicalDevice, in vpGetPhysicalDeviceProfileVariantsSupport()
10853 pUserData->supported = true; in vpGetPhysicalDeviceProfileVariantsSupport()
10855 if (!pUserData->variant->feature.pfnComparator(p)) { in vpGetPhysicalDeviceProfileVariantsSupport()
10856 pUserData->supported = false; in vpGetPhysicalDeviceProfileVariantsSupport()
10870 UserData* pUserData = static_cast<UserData*>(pUser); in vpGetPhysicalDeviceProfileVariantsSupport() local
10871 pUserData->gpdp2.pfnGetPhysicalDeviceProperties2(pUserData->physicalDevice, in vpGetPhysicalDeviceProfileVariantsSupport()
10873 pUserData->supported = true; in vpGetPhysicalDeviceProfileVariantsSupport()
10875 if (!pUserData->variant->property.pfnComparator(p)) { in vpGetPhysicalDeviceProfileVariantsSupport()
10876 pUserData->supported = false; in vpGetPhysicalDeviceProfileVariantsSupport()
10892 UserData* pUserData = static_cast<UserData*>(pUser); in vpGetPhysicalDeviceProfileVariantsSupport() local
10893 …pUserData->gpdp2.pfnGetPhysicalDeviceFormatProperties2(pUserData->physicalDevice, pUserData->varia… in vpGetPhysicalDeviceProfileVariantsSupport()
10895 pUserData->supported = true; in vpGetPhysicalDeviceProfileVariantsSupport()
10897 … if (!pUserData->variant->pFormats[pUserData->index].pfnComparator(p)) { in vpGetPhysicalDeviceProfileVariantsSupport()
10898 pUserData->supported = false; in vpGetPhysicalDeviceProfileVariantsSupport()