Searched refs:vk_format_has_depth (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_format.h55 vk_format_has_depth(VkFormat format) function in typeref:typename:bool
71 assert(vk_format_has_depth(format));
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Dvk_format_info.h156 vk_format_has_depth(VkFormat format) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format.h359 vk_format_has_depth(const struct vk_format_description *desc) function in typeref:typename:bool
382 return vk_format_has_depth(desc) || vk_format_has_stencil(desc);
395 return vk_format_has_depth(desc);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format.h352 vk_format_has_depth(const struct vk_format_description *desc) function in typeref:typename:bool
375 return vk_format_has_depth(desc) ||
389 return vk_format_has_depth(desc);
H A Dradv_image.c215 is_depth = vk_format_has_depth(desc);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_device.c71 if (vk_format_has_depth(bc_info->format) &&
104 if (!vk_format_has_depth(bc_info->format))
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_image.c1376 if (vk_format_has_depth(image->vk_format) && image->info.array_size >= 8) {
1386 if (vk_format_has_depth(image->vk_format)) {
1496 if (vk_format_has_depth(format))
1979 if (vk_format_has_depth(iview->vk_format))
H A Dradv_formats.c766 if (vk_format_has_depth(format)) {
772 if (vk_format_has_depth(format) && vk_format_has_stencil(format))
H A Dradv_pipeline.c1803 bool has_depth_attachment = attachment && vk_format_has_depth(attachment->format);
4016 unsigned depth_coeff = vk_format_has_depth(attachment->format) ? 5 : 0;
4107 unsigned depth_coeff = vk_format_has_depth(attachment->format) ? 5 : 0;
4245 bool has_depth_attachment = attachment && vk_format_has_depth(attachment->format);
H A Dradv_cmd_buffer.c7652 if (vk_format_has_depth(image->vk_format)) {

Completed in 33 milliseconds