Searched refs:numInfo (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 85 int numInfo, in FindSupportedFormat() argument 88 ASSERT(numInfo > 0); in FindSupportedFormat() 89 const int last = numInfo - 1; in FindSupportedFormat() 101 return FindSupportedFormat(renderer, info, 0, numInfo, hasSupport); in FindSupportedFormat() 140 void Format::initImageFallback(RendererVk *renderer, const ImageFormatInitInfo *info, int numInfo) in initImageFallback() argument 160 int i = FindSupportedFormat(renderer, info, skip, static_cast<uint32_t>(numInfo), testFunction); in initImageFallback() 168 int numInfo, in initBufferFallback() argument 182 if (renderer->getFeatures().compressVertexData.enabled && compressedStartIndex < numInfo) in initBufferFallback() 184 int i = FindSupportedFormat(renderer, info, compressedStartIndex, numInfo, in initBufferFallback()
|
D | vk_format_utils.h | 122 void initImageFallback(RendererVk *renderer, const ImageFormatInitInfo *info, int numInfo); 125 int numInfo,
|