Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/util/
Dvk_format.h102 vk_format_is_sint(VkFormat format) in vk_format_is_sint() function
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_device.c104 } else if (vk_format_is_sint(bc_info->format) && in encode_border_color()
Dv3dv_meta_copy.c3297 vk_format_is_sint(dst_format) ? glsl_ivec4_type() : in get_color_blit_fs()
3302 vk_format_is_sint(src_format) ? GLSL_TYPE_INT : in get_color_blit_fs()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c1424 if (vk_format_is_sint(view->vk.format)) { in dzn_cmd_buffer_clear_attachment()