Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkCaps.cpp560 bool stencil_format_supported(const GrVkInterface* interface, in stencil_format_supported() function
580 if (stencil_format_supported(interface, physDev, VK_FORMAT_S8_UINT)) { in initStencilFormat()
582 } else if (stencil_format_supported(interface, physDev, VK_FORMAT_D24_UNORM_S8_UINT)) { in initStencilFormat()
585 SkASSERT(stencil_format_supported(interface, physDev, VK_FORMAT_D32_SFLOAT_S8_UINT)); in initStencilFormat()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp613 bool stencil_format_supported(const GrVkInterface* interface, in stencil_format_supported() function
633 if (stencil_format_supported(interface, physDev, VK_FORMAT_S8_UINT)) { in initStencilFormat()
635 } else if (stencil_format_supported(interface, physDev, VK_FORMAT_D24_UNORM_S8_UINT)) { in initStencilFormat()
638 SkASSERT(stencil_format_supported(interface, physDev, VK_FORMAT_D32_SFLOAT_S8_UINT)); in initStencilFormat()