Searched refs:vk_format_has_stencil (Results 1 – 16 of 16) sorted by relevance
63 vk_format_has_stencil(VkFormat format) in vk_format_has_stencil() function88 assert(vk_format_has_stencil(format)); in vk_format_stencil_only()
633 !vk_format_has_stencil(attachments[att_ref->attachment].format)) in vk_att_ref_stencil_layout()676 if (!vk_format_has_stencil(att_desc->format)) in vk_att_desc_stencil_layout()
683 if (vk_format_has_stencil(att->format)) in vk_common_CreateRenderPass2()
91 } else if (vk_format_has_stencil(vk_format) && in pvr_pbe_get_src_format_and_gamma()
375 attachment->has_stencil = vk_format_has_stencil(attachment->vk_format); in pvr_CreateRenderPass2()
1022 if (vk_format_has_stencil(image->vk.format)) { in pvr_sub_cmd_gfx_job_init()2241 is_stencil = vk_format_has_stencil(pass->attachments[view_idx].vk_format); in pvr_perform_start_of_render_attachment_clear()3340 disable_all || !vk_format_has_stencil(attachment->vk.format); in pvr_setup_isp_faces_and_control()
91 vk_format_has_stencil(bc_info->format)) { in encode_border_color()
869 vk_format_has_stencil(ds_attachment->desc.format)) { in v3dX()
219 uint32_t stencil_layout = vk_format_has_stencil(att[a].format) ? in tu_render_pass_add_implicit_deps()311 uint32_t stencil_layout = vk_format_has_stencil(att[a].format) ? in tu_render_pass_add_implicit_deps()
2525 return !vk_format_has_stencil(image->vk.format) && !radv_image_has_vrs_htile(device, image); in radv_image_tile_stencil_disabled()2530 return !vk_format_has_stencil(image->vk.format) && !radv_image_is_tc_compat_htile(image); in radv_image_tile_stencil_disabled()
1527 !vk_format_has_stencil(image->vk.format)) { in radv_image_is_l2_coherent()2101 if (vk_format_has_stencil(iview->vk.view_format)) in radv_image_view_init()
777 if (vk_format_has_depth(format) && vk_format_has_stencil(format)) in radv_physical_device_get_format_properties()
7108 vk_format_has_stencil(ds_format) ? ds_format : VK_FORMAT_UNDEFINED; in radv_graphics_pipeline_create()
609 if (vk_format_has_stencil(format)) in dzn_physical_device_get_format_support()
3114 else if (vk_format_has_stencil(src->vk.format)) in dzn_CmdCopyImage2()
949 - radv: Remove vk_format_has_stencil/depth helpers.