Searched refs:vk_format_is_stencil (Results 1 – 3 of 3) sorted by relevance
370 vk_format_is_stencil(VkFormat format) in vk_format_is_stencil() function
710 bool has_stencil_attachment = vk_format_is_stencil(attachment->format); in radv_pipeline_init_depth_stencil_state()2362 unsigned stencil_coeff = vk_format_is_stencil(attachment->format) ? 1 : 0; in radv_compute_bin_size()
3937 uint32_t clear_value = vk_format_is_stencil(image->vk_format) ? 0xfffff30f : 0xfffc000f; in radv_handle_depth_image_transition()