Home
last modified time | relevance | path

Searched refs:descriptorCountOut (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.h404 uint32_t *descriptorCountOut);
408 uint32_t *descriptorCountOut);
DRendererVk.cpp3271 uint32_t *descriptorCountOut) in getFormatDescriptorCountForVkFormat() argument
3302 ASSERT(descriptorCountOut); in getFormatDescriptorCountForVkFormat()
3303 *descriptorCountOut = mVkFormatDescriptorCountMap[format]; in getFormatDescriptorCountForVkFormat()
3309 uint32_t *descriptorCountOut) in getFormatDescriptorCountForExternalFormat() argument
3317 ASSERT(descriptorCountOut); in getFormatDescriptorCountForExternalFormat()
3318 *descriptorCountOut = kExternalFormatDefaultDescriptorCount; in getFormatDescriptorCountForExternalFormat()