Searched defs:FormatIsDepthOnly (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dvk_format_utils.cpp360 return (FormatIsDepthAndStencil(format) || FormatIsDepthOnly(format) || FormatIsStencilOnly(format));
383 VK_LAYER_EXPORT bool FormatIsDepthOnly(VkFormat format) { function

Completed in 269 milliseconds