Home
last modified time | relevance | path

Searched refs:vk_format_to_pipe_format (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/freedreno/vulkan/
Dvk_format.h40 return util_format_description(vk_format_to_pipe_format(format)); in vk_format_description()
49 return util_format_get_blocksize(vk_format_to_pipe_format(format)); in vk_format_get_blocksize()
55 return util_format_get_blockwidth(vk_format_to_pipe_format(format)); in vk_format_get_blockwidth()
61 return util_format_get_blockheight(vk_format_to_pipe_format(format)); in vk_format_get_blockheight()
82 return util_format_has_alpha(vk_format_to_pipe_format(format)); in vk_format_has_alpha()
88 return util_format_is_pure_integer(vk_format_to_pipe_format(format)); in vk_format_is_int()
94 return util_format_is_pure_uint(vk_format_to_pipe_format(format)); in vk_format_is_uint()
100 return util_format_is_pure_sint(vk_format_to_pipe_format(format)); in vk_format_is_sint()
106 return util_format_is_srgb(vk_format_to_pipe_format(format)); in vk_format_is_srgb()
112 return util_format_is_unorm(vk_format_to_pipe_format(format)); in vk_format_is_unorm()
[all …]
Dtu_image.c644 if (!fdl6_layout(layout, vk_format_to_pipe_format(format), in tu_CreateImage()
825 enum pipe_format pfmt = vk_format_to_pipe_format(vfmt); in tu_buffer_view_init()
Dtu_formats.c317 if (fmt.supported && vk_format_to_pipe_format(format) == PIPE_FORMAT_NONE) { in tu6_get_native_format()
Dtu_clear_blit.c1438 vk_format_to_pipe_format(staging_image.vk_format), in tu_copy_image_to_image()
/external/mesa3d/src/broadcom/vulkan/
Dvk_format_info.h95 return util_format_is_pure_integer(vk_format_to_pipe_format(format)); in vk_format_is_int()
101 return util_format_is_pure_sint(vk_format_to_pipe_format(format)); in vk_format_is_sint()
107 return util_format_is_pure_uint(vk_format_to_pipe_format(format)); in vk_format_is_uint()
113 return util_format_is_srgb(vk_format_to_pipe_format(format)); in vk_format_is_srgb()
140 return util_format_get_blocksize(vk_format_to_pipe_format(format)); in vk_format_get_blocksize()
146 return util_format_get_blockwidth(vk_format_to_pipe_format(format)); in vk_format_get_blockwidth()
152 return util_format_get_blockheight(vk_format_to_pipe_format(format)); in vk_format_get_blockheight()
158 return util_format_is_compressed(vk_format_to_pipe_format(format)); in vk_format_is_compressed()
164 return util_format_description(vk_format_to_pipe_format(format)); in vk_format_description()
Dv3dv_image.c765 enum pipe_format pipe_format = vk_format_to_pipe_format(pCreateInfo->format); in v3dv_CreateBufferView()
Dv3dv_meta_clear.c156 enum pipe_format pformat = vk_format_to_pipe_format(format); in get_color_clear_rect_fs()
974 enum pipe_format pformat = vk_format_to_pipe_format(format); in emit_ds_clear_rect()
Dv3dv_meta_copy.c1659 vk_format_to_pipe_format(image_format); in get_hw_clear_color()
3582 enum pipe_format src_pformat = vk_format_to_pipe_format(src_format); in get_color_blit_fs()
3583 enum pipe_format dst_pformat = vk_format_to_pipe_format(dst_format); in get_color_blit_fs()
Dv3dv_pipeline.c1168 enum pipe_format fb_pipe_format = vk_format_to_pipe_format(fb_format); in pipeline_populate_v3d_fs_key()
/external/mesa3d/src/vulkan/util/
Dvk_format.h31 vk_format_to_pipe_format(enum VkFormat vkformat);
Dvk_format.c247 vk_format_to_pipe_format(enum VkFormat vkformat) in vk_format_to_pipe_format() function
/external/mesa3d/src/amd/vulkan/
Dradv_image.c601 const struct gfx10_format *fmt = &gfx10_format_table[vk_format_to_pipe_format(vk_format)]; in radv_make_buffer_descriptor()
831 img_format = gfx10_format_table[vk_format_to_pipe_format(vk_format)].img_format; in gfx10_make_texture_descriptor()