Searched refs:vk_format_is_compressed (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dvk_format_info.h95 vk_format_is_compressed(VkFormat format) function in typeref:typename:bool
H A Dv3dvx_device.c95 vk_format_is_compressed(bc_info->format)) {
H A Dv3dv_formats.c398 vk_format_is_compressed(info->format)) {
H A Dv3dv_meta_copy.c599 if (vk_format_is_compressed(image->vk.format)) {
787 if (vk_format_is_compressed(dst->vk.format) !=
788 vk_format_is_compressed(src->vk.format)) {
953 assert(!vk_format_is_compressed(format));
1014 if (vk_format_is_compressed(src->vk.format)) {
1964 if (vk_format_is_compressed(image->vk.format))
2632 if (vk_format_is_compressed(image->vk.format))
4200 assert(!vk_format_is_compressed(dst->vk.format));
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dvk_format.h65 vk_format_is_compressed(VkFormat format) function in typeref:typename:bool
H A Dtu_image.c465 if (vk_format_is_compressed(format) ||
H A Dtu_clear_blit.c1156 if (vk_format_is_compressed(format)) {
1474 if (!vk_format_is_compressed(format))
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dvk_format.h113 vk_format_is_compressed(VkFormat format) function in typeref:typename:bool
H A Dradv_formats.c435 if (vk_format_is_compressed(format)) {
857 if (vk_format_is_compressed(format))
1197 if (vk_format_is_compressed(format) || vk_format_is_depth_or_stencil(format))
1235 if (vk_format_is_compressed(format) || vk_format_is_depth_or_stencil(format)) {
1296 if (vk_format_is_compressed(format) || vk_format_is_depth_or_stencil(format)) {
1554 vk_format_get_blocksizebits(format) == 128 && vk_format_is_compressed(format) &&
H A Dradv_image.c58 if (!vk_format_is_compressed(format) && !vk_format_is_depth_or_stencil(format) &&
591 vk_format_get_blocksizebits(image_format) == 128 && vk_format_is_compressed(image_format))
2033 vk_format_is_compressed(image->vk_format) && !vk_format_is_compressed(iview->vk_format)) {
H A Dradv_meta_copy.c120 vk_format_is_compressed(image->vk_format))
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dvk_format.h336 vk_format_is_compressed(VkFormat format) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dvk_format.h316 vk_format_is_compressed(VkFormat format) function in typeref:typename:bool
H A Dradv_image.c48 if (!vk_format_is_compressed(pCreateInfo->format) &&
260 vk_format_is_compressed(pCreateInfo->format))
1287 vk_format_is_compressed(image->vk_format) &&
1288 !vk_format_is_compressed(iview->vk_format)) {
H A Dradv_formats.c387 if (vk_format_is_compressed(format)) {
1189 vk_format_is_compressed(info->format) &&
H A Dradv_meta_copy.c118 vk_format_is_compressed(image->vk_format))

Completed in 30 milliseconds