Searched refs:descriptorCountOut (Results 1 – 2 of 2) sorted by relevance
404 uint32_t *descriptorCountOut);408 uint32_t *descriptorCountOut);
3271 uint32_t *descriptorCountOut) in getFormatDescriptorCountForVkFormat() argument3302 ASSERT(descriptorCountOut); in getFormatDescriptorCountForVkFormat()3303 *descriptorCountOut = mVkFormatDescriptorCountMap[format]; in getFormatDescriptorCountForVkFormat()3309 uint32_t *descriptorCountOut) in getFormatDescriptorCountForExternalFormat() argument3317 ASSERT(descriptorCountOut); in getFormatDescriptorCountForExternalFormat()3318 *descriptorCountOut = kExternalFormatDefaultDescriptorCount; in getFormatDescriptorCountForExternalFormat()