Home
last modified time | relevance | path

Searched refs:vk_format_is_uint (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_format.h108 vk_format_is_uint(VkFormat format) in vk_format_is_uint() function
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_device.c100 } else if (vk_format_is_uint(bc_info->format) && in encode_border_color()
Dv3dv_meta_copy.c3298 vk_format_is_uint(dst_format) ? glsl_uvec4_type() : in get_color_blit_fs()
3303 vk_format_is_uint(src_format) ? GLSL_TYPE_UINT : in get_color_blit_fs()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c1432 } else if (vk_format_is_uint(view->vk.format)) { in dzn_cmd_buffer_clear_attachment()