Searched refs:pFormats (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/vulkan/vkprofiles/generated/ |
D | vulkan_profiles.h | 249 …VpProfileProperties *pProfile, const char* pBlockName, uint32_t *pFormatCount, VkFormat *pFormats);
|
D | vulkan_profiles.cpp | 222 const VpFormatDesc* pFormats; member 10893 …lDeviceFormatProperties2(pUserData->physicalDevice, pUserData->variant->pFormats[pUserData->index]… in vpGetPhysicalDeviceProfileVariantsSupport() 10897 … if (!pUserData->variant->pFormats[pUserData->index].pfnComparator(p)) { in vpGetPhysicalDeviceProfileVariantsSupport() 11133 …pProfileProperties *pProfile, const char* pBlockName, uint32_t *pFormatCount, VkFormat *pFormats) { in vpGetProfileFormats() argument 11157 … if (std::find(results.begin(), results.end(), variant.pFormats[i].format) == std::end(results)) { in vpGetProfileFormats() 11158 results.push_back(variant.pFormats[i].format); in vpGetProfileFormats() 11167 if (pFormats == nullptr) { in vpGetProfileFormats() 11177 memcpy(pFormats, &results[0], *pFormatCount * sizeof(VkFormat)); in vpGetProfileFormats() 11208 if (variant.pFormats[i].format != format) { in vpGetProfileFormatProperties() 11214 variant.pFormats[i].pfnFiller(p); in vpGetProfileFormatProperties() [all …]
|