Searched refs:vk_format_is_color (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_format.h42 vk_format_is_color(VkFormat format) function in typeref:typename:bool
H A Dvk_image.c305 vk_format_is_color(pCreateInfo->format);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Dvk_format_info.h143 vk_format_is_color(VkFormat format) function in typeref:typename:bool
H A DgenX_cmd_buffer.c460 return vk_format_is_color(att->format);
1167 if (vk_format_is_color(pass->attachments[i].format))
1187 if (vk_format_is_color(pass->attachments[i].format)) {
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format.h412 vk_format_is_color(VkFormat format) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format.h406 vk_format_is_color(VkFormat format) function in typeref:typename:bool
H A Dradv_meta_clear.c921 if (vk_format_is_color(image->vk_format)) {
1895 if (vk_format_is_color(format)) {
H A Dradv_image.c956 return image->info.samples > 1 && vk_format_is_color(image->vk_format);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_formats.c180 if (!vk_format_is_color(vk_format))
H A Dv3dv_meta_copy.c555 assert(vk_format_is_color(src_format));
556 assert(vk_format_is_color(dst_format));
1811 assert(vk_format_is_color(format));
2941 const bool is_color_blit = vk_format_is_color(dst_format);
3496 assert(vk_format_is_color(dst_format));
3497 assert(vk_format_is_color(src_format));
H A Dv3dv_meta_clear.c827 assert(vk_format_is_color(format));
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_resolve.c381 if (vk_format_is_color(src_format)) {
H A Dradv_image.c1439 if (vk_format_is_color(image->vk_format)) {
H A Dradv_meta_clear.c2309 if (vk_format_is_color(format)) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c1663 if (!vk_format_is_color(pass->attachments[att].format))
1696 if (!vk_format_is_color(pass->attachments[att].format))
6256 if (!vk_format_is_color(pass_att->format))

Completed in 41 milliseconds