Searched refs:vk_format_is_int (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dvk_format_info.h35 vk_format_is_int(VkFormat format) function in typeref:typename:bool
H A Dv3dv_formats.c151 if (desc->nr_channels == 1 && vk_format_is_int(vk_format))
209 vk_format_is_int(vk_format)) {
H A Dv3dv_meta_copy.c1714 assert(vk_format_is_int(format));
3299 assert(vk_format_is_int(dst_format));
H A Dv3dv_pipeline.c2854 if (vk_format_is_int(pipeline->va[i].vk_format))
2894 if (i < va_count && vk_format_is_int(attr_format)) {
H A Dv3dvx_cmd_buffer.c2275 if (vk_format_is_int(iview->vk.format))
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dvk_format.h78 vk_format_is_int(VkFormat format) function in typeref:typename:bool
H A Dtu_formats.c206 if (!vk_format_is_int(vk_format)) {
H A Dtu_clear_blit.c46 bool is_int = vk_format_is_int(format);
2390 if (vk_format_is_int(format))
2675 .sample_0 = vk_format_is_int(attachment->format) |
2779 .samples_average = !vk_format_is_int(format) &&
H A Dtu_image.c363 !vk_format_is_int(format) &&
H A Dtu_pipeline.c1803 ._float = !vk_format_is_int(attr->format)),
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h125 vk_format_is_int(VkFormat format) function in typeref:typename:bool
H A Dradv_meta_resolve_cs.c502 if (vk_format_is_int(src_iview->vk_format))
512 ret = create_resolve_pipeline(device, samples, vk_format_is_int(src_iview->vk_format),
H A Dradv_meta_resolve.c400 else if (vk_format_is_int(src_format))
H A Dradv_meta_resolve_fs.c146 if (vk_format_is_int(format))
H A Dradv_formats.c1825 texture_lod_props->supportsTextureGatherLODBiasAMD = !vk_format_is_int(format);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_resolve_cs.c363 if (vk_format_is_int(src_iview->image->vk_format))
372 vk_format_is_int(src_iview->image->vk_format),
H A Dvk_format.h427 vk_format_is_int(VkFormat format) function in typeref:typename:bool
H A Dradv_meta_resolve.c347 else if (vk_format_is_int(src_image->vk_format))
H A Dradv_meta_resolve_fs.c178 if (vk_format_is_int(format))
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format.h443 vk_format_is_int(VkFormat format) function in typeref:typename:bool
H A Dtu_pipeline.c975 if (!vk_format_is_int(vi_attr->format))
1307 const bool is_int = vk_format_is_int(format);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst2891 - turnip: use vk_format_is_int to disable COLOR_ATTACHMENT_BLEND_BIT

Completed in 54 milliseconds