Lines Matching refs:pFormats
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()
11224 … variant.pFormats[i].pfnFiller(static_cast<VkBaseOutStructure*>(static_cast<void*>(&fp))); in vpGetProfileFormatProperties()
11231 … variant.pFormats[i].pfnFiller(static_cast<VkBaseOutStructure*>(static_cast<void*>(&fp))); in vpGetProfileFormatProperties()