Searched refs:vk_format_description (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | vk_format.h | 122 struct vk_format_description struct 148 extern const struct vk_format_description vk_format_description_table[]; argument 150 const struct vk_format_description *vk_format_description(VkFormat format); 158 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blocksizebits() 189 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blockwidth() 202 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_blockheight() 219 const struct vk_format_description *desc = vk_format_description(format); in vk_format_get_first_non_void_channel() 318 const struct vk_format_description *desc = vk_format_description(format); in vk_format_is_compressed() 341 const struct vk_format_description *desc = vk_format_description(format); in vk_format_is_subsampled() 352 vk_format_has_depth(const struct vk_format_description *desc) in vk_format_has_depth() [all …]
|
D | radv_formats.c | 37 uint32_t radv_translate_buffer_dataformat(const struct vk_format_description *desc, in radv_translate_buffer_dataformat() 116 uint32_t radv_translate_buffer_numformat(const struct vk_format_description *desc, in radv_translate_buffer_numformat() 151 const struct vk_format_description *desc, in radv_translate_tex_dataformat() 386 const struct vk_format_description *desc, in radv_translate_tex_numformat() 449 const struct vk_format_description *desc, in radv_translate_color_numformat() 483 const struct vk_format_description *desc = vk_format_description(format); in radv_is_sampler_format_supported() 502 return radv_translate_tex_dataformat(format, vk_format_description(format), in radv_is_sampler_format_supported() 510 const struct vk_format_description *desc = vk_format_description(format); in radv_is_storage_image_format_supported() 562 const struct vk_format_description *desc = vk_format_description(format); in radv_is_buffer_format_supported() 581 const struct vk_format_description *desc = vk_format_description(format); in radv_is_colorbuffer_format_supported() [all …]
|
D | radv_image.c | 449 const struct vk_format_description *desc = vk_format_description(format); in radv_get_surface_flags() 536 radv_compose_swizzle(const struct vk_format_description *desc, in radv_compose_swizzle() 572 const struct vk_format_description *desc; in radv_make_buffer_descriptor() 579 desc = vk_format_description(vk_format); in radv_make_buffer_descriptor() 802 const struct vk_format_description *desc = vk_format_description(format); in vi_alpha_is_on_msb() 825 const struct vk_format_description *desc; in gfx10_make_texture_descriptor() 830 desc = vk_format_description(vk_format); in gfx10_make_texture_descriptor() 947 const struct vk_format_description *desc; in si_make_texture_descriptor() 952 desc = vk_format_description(vk_format); in si_make_texture_descriptor() 1354 const struct vk_format_description *desc = vk_format_description(image->vk_format); in radv_image_create_layout() [all …]
|
D | radv_nir_lower_ycbcr_textures.c | 85 const struct vk_format_description *fmt_desc = vk_format_description(state->conversion->format); in implicit_downsampled_coords()
|
D | radv_private.h | 1821 struct vk_format_description; 1822 uint32_t radv_translate_buffer_dataformat(const struct vk_format_description *desc, 1824 uint32_t radv_translate_buffer_numformat(const struct vk_format_description *desc, 1829 const struct vk_format_description *desc, 1835 const struct vk_format_description *desc, 1838 const struct vk_format_description *desc,
|
D | radv_meta_copy.c | 30 const struct vk_format_description *desc = vk_format_description(image->vk_format); in meta_image_block_size()
|
D | radv_pipeline.c | 460 const struct vk_format_description *desc = vk_format_description(vk_format); in radv_choose_spi_color_format() 484 const struct vk_format_description *desc = vk_format_description(format); in format_is_int8() 494 const struct vk_format_description *desc = vk_format_description(format); in format_is_int10() 2474 const struct vk_format_description *format_desc; in radv_generate_graphics_pipeline_key() 2485 format_desc = vk_format_description(desc->format); in radv_generate_graphics_pipeline_key()
|
D | radv_meta_clear.c | 1613 const struct vk_format_description *desc = vk_format_description(view_format); in vi_get_fast_clear_parameters()
|
D | radv_device.c | 6721 const struct vk_format_description *desc; in radv_initialise_color_surface() 6728 desc = vk_format_description(iview->vk_format); in radv_initialise_color_surface() 6914 const struct vk_format_description *format_desc = vk_format_description(iview->image->vk_format); in radv_initialise_color_surface()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | vk_format.h | 38 vk_format_description(VkFormat format) in vk_format_description() function 74 const struct util_format_description *desc = vk_format_description(format); in vk_format_is_depth_or_stencil()
|
D | tu_formats.c | 374 const struct util_format_description *desc = vk_format_description(format); in tu_physical_device_get_format_properties()
|
D | tu_clear_blit.c | 107 const struct util_format_description *desc = vk_format_description(format); in r2d_clear_value() 2313 const struct util_format_description *desc = vk_format_description(format); in blit_can_resolve()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | vk_format_info.h | 162 vk_format_description(VkFormat format) in vk_format_description() function
|
D | v3dv_formats.c | 438 vk_format_description(vk_format); in image_format_features() 476 vk_format_description(vk_format); in buffer_format_features()
|
D | v3dv_pipeline.c | 1179 vk_format_description(fb_format); in pipeline_populate_v3d_fs_key() 2813 vk_format_description(vi_desc->format); in pack_shader_state_attribute_record()
|