Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.cpp76 int numInfo, in FindSupportedFormat() argument
79 ASSERT(numInfo > 0); in FindSupportedFormat()
80 const int last = numInfo - 1; in FindSupportedFormat()
92 return FindSupportedFormat(renderer, info, 0, numInfo, hasSupport); in FindSupportedFormat()
121 void Format::initImageFallback(RendererVk *renderer, const ImageFormatInitInfo *info, int numInfo) in initImageFallback() argument
141 int i = FindSupportedFormat(renderer, info, skip, static_cast<uint32_t>(numInfo), testFunction); in initImageFallback()
148 void Format::initBufferFallback(RendererVk *renderer, const BufferFormatInitInfo *info, int numInfo) in initBufferFallback() argument
151 int i = FindSupportedFormat(renderer, info, skip, static_cast<uint32_t>(numInfo), in initBufferFallback()
Dvk_format_utils.h96 void initImageFallback(RendererVk *renderer, const ImageFormatInitInfo *info, int numInfo);
97 void initBufferFallback(RendererVk *renderer, const BufferFormatInitInfo *info, int numInfo);