Home
last modified time | relevance | path

Searched refs:vk_format_description (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
Dvk_format.h45 vk_format_description(vk_format); in vk_format_is_alpha_on_msb()
60 vk_format_description(vk_format); in vk_format_get_channel_width()
68 vk_format_description(vk_format); in vk_format_has_32bit_component()
81 vk_format_description(vk_format); in vk_format_is_normalized()
Dpvr_formats.c121 const struct util_format_description *vf = vk_format_description(vk_format); in pvr_get_format_swizzle()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c521 const struct util_format_description *desc = vk_format_description(format); in radv_is_sampler_format_supported()
538 return radv_translate_tex_dataformat(format, vk_format_description(format), in radv_is_sampler_format_supported()
554 const struct util_format_description *desc = vk_format_description(format); in radv_is_storage_image_format_supported()
609 const struct util_format_description *desc = vk_format_description(format); in radv_is_buffer_format_supported()
628 const struct util_format_description *desc = vk_format_description(format); in radv_is_colorbuffer_format_supported()
697 const struct util_format_description *desc = vk_format_description(format); in radv_physical_device_get_format_properties()
895 const struct util_format_description *desc = vk_format_description(format); in radv_translate_colorformat()
1036 const struct util_format_description *desc = vk_format_description(format); in radv_translate_colorswap()
1099 const struct util_format_description *desc = vk_format_description(format); in radv_format_pack_clear_color()
1358 const struct util_format_description *desc = vk_format_description(format); in radv_check_modifier_support()
[all …]
Dradv_image.c572 vk_format_description(image->vk.format)->layout == UTIL_FORMAT_LAYOUT_ETC) { in radv_image_get_plane_format()
587 const struct util_format_description *desc = vk_format_description(format); in radv_get_surface_flags()
722 desc = vk_format_description(vk_format); in radv_make_buffer_descriptor()
943 const struct util_format_description *desc = vk_format_description(format); in vi_alpha_is_on_msb()
967 desc = vk_format_description(vk_format); in gfx10_make_texture_descriptor()
1127 desc = vk_format_description(vk_format); in si_make_texture_descriptor()
1596 if (pdev->emulate_etc2 && vk_format_description(fmt)->layout == UTIL_FORMAT_LAYOUT_ETC) in radv_get_internal_plane_count()
1767 const struct util_format_description *desc = vk_format_description(plane->format); in radv_image_print_info()
2114 vk_format_description(image->vk.format)->layout == UTIL_FORMAT_LAYOUT_ETC) { in radv_image_view_init()
2115 const struct util_format_description *desc = vk_format_description(iview->vk.format); in radv_image_view_init()
Dradv_meta_copy.c213 vk_format_description(dst_image->vk.format)->layout == UTIL_FORMAT_LAYOUT_ETC) { in radv_CmdCopyBufferToImage2()
574 vk_format_description(dst_image->vk.format)->layout == UTIL_FORMAT_LAYOUT_ETC) { in radv_CmdCopyImage2()
Dradv_sdma_copy_image.c34 const struct util_format_description *desc = vk_format_description(format); in radv_translate_format_to_hw()
Dradv_meta_clear.c1562 const struct util_format_description *desc = vk_format_description(iview->vk.format); in gfx8_get_fast_clear_parameters()
1652 const struct util_format_description *desc = vk_format_description(iview->vk.format); in gfx11_get_fast_clear_parameters()
Dradv_pipeline.c476 const struct util_format_description *desc = vk_format_description(vk_format); in radv_choose_spi_color_format()
501 const struct util_format_description *desc = vk_format_description(format); in format_is_int8()
510 const struct util_format_description *desc = vk_format_description(format); in format_is_int10()
524 const struct util_format_description *desc = vk_format_description(format); in format_is_float32()
1541 format_desc = vk_format_description(desc->format); in radv_pipeline_init_vertex_input_info()
Dradv_private.h2317 struct vk_format_description;
Dradv_cmd_buffer.c1359 has_alpha = vk_format_description(fmt)->swizzle[3] != PIPE_SWIZZLE_1; in radv_emit_rbplus_state()
6098 const struct util_format_description *format_desc = vk_format_description(attrib->format); in radv_CmdSetVertexInputEXT()
Dradv_device.c6249 desc = vk_format_description(iview->vk.format); in radv_initialise_color_surface()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_image.c258 vk_format_description(image->format); in vk_image_extent_to_elements()
272 vk_format_description(image->format); in vk_image_offset_to_elements()
300 const struct util_format_description *fmt = vk_format_description(format); in vk_image_buffer_copy_layout()
/third_party/mesa3d/src/vulkan/util/
Dvk_format.h163 vk_format_description(VkFormat format) in vk_format_description() function
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c182 vk_format_description(vk_format); in image_format_features()
227 vk_format_description(vk_format); in buffer_format_features()
Dv3dvx_device.c57 vk_format_description(bc_info->format); in encode_border_color()
Dv3dvx_pipeline.c587 vk_format_description(vi_desc->format); in pack_shader_state_attribute_record()
Dv3dv_pipeline.c1220 vk_format_description(fb_format); in pipeline_populate_v3d_fs_key()
2001 vk_format_description(fb_format); in pipeline_populate_graphics_key()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c3002 const struct util_format_description *desc = vk_format_description(format); in blit_can_resolve()