Lines Matching refs:rangeCount
7737 uint32_t rangeCount; in decode() local
7757 memcpy((uint32_t*)&rangeCount, *readStreamPtrPtr, sizeof(uint32_t)); in decode()
7760 ((rangeCount)) * sizeof(const VkImageSubresourceRange)); in decode()
7761 for (uint32_t i = 0; i < (uint32_t)((rangeCount)); ++i) { in decode()
7770 for (uint32_t i = 0; i < (uint32_t)((rangeCount)); ++i) { in decode()
7781 (unsigned long long)rangeCount, (unsigned long long)pRanges); in decode()
7784 rangeCount, pRanges); in decode()
7792 imageLayout, pColor, rangeCount, pRanges); in decode()
7806 uint32_t rangeCount; in decode() local
7827 memcpy((uint32_t*)&rangeCount, *readStreamPtrPtr, sizeof(uint32_t)); in decode()
7830 ((rangeCount)) * sizeof(const VkImageSubresourceRange)); in decode()
7831 for (uint32_t i = 0; i < (uint32_t)((rangeCount)); ++i) { in decode()
7841 for (uint32_t i = 0; i < (uint32_t)((rangeCount)); ++i) { in decode()
7852 (unsigned long long)rangeCount, (unsigned long long)pRanges); in decode()
7855 pDepthStencil, rangeCount, pRanges); in decode()
7863 imageLayout, pDepthStencil, rangeCount, pRanges); in decode()