Searched refs:vk_format_to_pipe_format (Results 1 – 12 of 12) sorted by relevance
40 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 …]
644 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()
317 if (fmt.supported && vk_format_to_pipe_format(format) == PIPE_FORMAT_NONE) { in tu6_get_native_format()
1438 vk_format_to_pipe_format(staging_image.vk_format), in tu_copy_image_to_image()
95 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()
765 enum pipe_format pipe_format = vk_format_to_pipe_format(pCreateInfo->format); in v3dv_CreateBufferView()
156 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()
1659 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()
1168 enum pipe_format fb_pipe_format = vk_format_to_pipe_format(fb_format); in pipeline_populate_v3d_fs_key()
31 vk_format_to_pipe_format(enum VkFormat vkformat);
247 vk_format_to_pipe_format(enum VkFormat vkformat) in vk_format_to_pipe_format() function
601 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()