Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dvk_format.h72 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
Dtu_image.c356 !vk_format_is_depth_or_stencil(format), in tu_image_view_init()
579 !vk_format_is_depth_or_stencil(image->vk_format)) { in tu_CreateImage()
Dtu_pass.c325 if (vk_format_is_depth_or_stencil(att[i].format)) { in tu_render_pass_add_implicit_deps()
Dtu_formats.c573 vk_format_is_depth_or_stencil(info->format)) in tu_get_image_format_properties()
Dtu_clear_blit.c106 assert(!vk_format_is_depth_or_stencil(format)); in r2d_clear_value()
545 assert(!vk_format_is_depth_or_stencil(format)); in r3d_clear_value()
2244 if (vk_format_is_depth_or_stencil(attachment->format)) { in tu_clear_sysmem_attachment()
/external/mesa3d/src/intel/vulkan/
Dvk_format_info.h154 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
Danv_formats.c710 if (vk_format_is_depth_or_stencil(vk_format)) in get_buffer_format_features()
DgenX_pipeline.c712 assert(vk_format_is_depth_or_stencil(vk_format)); in emit_rs_state()
/external/mesa3d/src/broadcom/vulkan/
Dvk_format_info.h117 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
Dv3dv_formats.c585 vk_format_is_depth_or_stencil(info->format)) { in get_image_format_properties()
606 vk_format_is_depth_or_stencil(info->format)) { in get_image_format_properties()
Dv3dv_meta_copy.c134 if (vk_format_is_depth_or_stencil(vk_format)) in setup_framebuffer_data()
2234 if (vk_format_is_depth_or_stencil(vk_format)) in copy_buffer_to_image_tfu()
2811 if (vk_format_is_depth_or_stencil(image->vk_format)) in copy_buffer_to_image_cpu()
3005 if (vk_format_is_depth_or_stencil(vk_format)) in blit_tfu()
4054 !vk_format_is_depth_or_stencil(dst_format)); in blit_shader()
4062 if (vk_format_is_depth_or_stencil(dst_format)) { in blit_shader()
Dv3dv_image.c669 if (vk_format_is_depth_or_stencil(iview->vk_format)) { in v3dv_CreateImageView()
Dv3dv_meta_clear.c709 assert(vk_format_is_depth_or_stencil(format)); in get_depth_clear_pipeline()
850 vk_format_is_depth_or_stencil(att_iview->vk_format); in emit_color_clear_rect()
/external/mesa3d/src/amd/vulkan/
Dvk_format.h366 vk_format_is_depth_or_stencil(VkFormat format) in vk_format_is_depth_or_stencil() function
408 return !vk_format_is_depth_or_stencil(format); in vk_format_is_color()
Dradv_formats.c705 if (vk_format_is_depth_or_stencil(format)) { in radv_physical_device_get_format_properties()
1165 if (info->type != VK_IMAGE_TYPE_2D && vk_format_is_depth_or_stencil(format)) in radv_get_image_format_properties()
Dradv_image.c51 !vk_format_is_depth_or_stencil(format) in radv_choose_tiling()
1470 if (!vk_format_is_depth_or_stencil(format) && !image->shareable) { in radv_image_create()
Dradv_cmd_buffer.c3513 assert(vk_format_is_depth_or_stencil(image->vk_format)); in radv_cmd_state_setup_sample_locations()
Dradv_device.c5295 !vk_format_is_depth_or_stencil(mem->image->vk_format) && in radv_alloc_memory()