Searched refs:pFormatCount (Results 1 – 2 of 2) sorted by relevance
249 …onst VpProfileProperties *pProfile, const char* pBlockName, uint32_t *pFormatCount, VkFormat *pFor…
11133 …onst VpProfileProperties *pProfile, const char* pBlockName, uint32_t *pFormatCount, VkFormat *pFor… in vpGetProfileFormats() argument11168 *pFormatCount = count; in vpGetProfileFormats()11170 if (*pFormatCount < count) { in vpGetProfileFormats()11173 *pFormatCount = count; in vpGetProfileFormats()11176 if (*pFormatCount > 0) { in vpGetProfileFormats()11177 memcpy(pFormats, &results[0], *pFormatCount * sizeof(VkFormat)); in vpGetProfileFormats()