Home
last modified time | relevance | path

Searched refs:zink_is_depth_format_supported (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_format.c135 zink_is_depth_format_supported(struct zink_screen *screen, VkFormat format) in zink_is_depth_format_supported() function
150 assert(zink_is_depth_format_supported(screen, VK_FORMAT_D32_SFLOAT)); in zink_get_format()
156 assert(zink_is_depth_format_supported(screen, in zink_get_format()
Dzink_screen.h118 zink_is_depth_format_supported(struct zink_screen *screen, VkFormat format);
Dzink_screen.c1096 screen->have_X8_D24_UNORM_PACK32 = zink_is_depth_format_supported(screen, in zink_internal_create_screen()
1098 screen->have_D24_UNORM_S8_UINT = zink_is_depth_format_supported(screen, in zink_internal_create_screen()