Home
last modified time | relevance | path

Searched refs:util_format_is_compressed (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/broadcom/vulkan/
Dvk_format_info.h158 return util_format_is_compressed(vk_format_to_pipe_format(format)); in vk_format_is_compressed()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_formats.c175 if (util_format_is_compressed(pformat)) { in lvp_physical_device_get_format_properties()
290 if (util_format_is_compressed(pformat)) in lvp_get_image_format_properties()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c131 if (util_format_is_compressed(pfmt)) in ok_format()
200 debug_assert(!util_format_is_compressed(info->src.format)); in can_do_blit()
201 debug_assert(!util_format_is_compressed(info->dst.format)); in can_do_blit()
992 if (util_format_is_compressed(info->src.format) || in fd6_blit()
993 util_format_is_compressed(info->dst.format)) in fd6_blit()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c499 util_format_is_compressed(src->format) || in copy_image()
500 util_format_is_compressed(dst->format)) { in copy_image()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c240 if (!util_format_is_compressed(templat->format)) { in etna_resource_alloc()
359 util_format_is_compressed(templat->format)) { in etna_resource_create()
Detnaviv_texture.c189 if (util_format_is_compressed(res->base.format)) in etna_resource_sampler_compatible()
Detnaviv_texture_desc.c193 COND(res->layout == ETNA_LAYOUT_LINEAR && !util_format_is_compressed(so->format), in etna_create_sampler_view_desc()
Detnaviv_texture_state.c213 if (res->layout == ETNA_LAYOUT_LINEAR && !util_format_is_compressed(so->format)) { in etna_create_sampler_view_state()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c871 if (!util_format_is_compressed(src->format) && !util_format_is_compressed(dst->format) && in si_resource_copy_region()
898 if (util_format_is_compressed(src->format) || util_format_is_compressed(dst->format)) { in si_resource_copy_region()
Dsi_texture.c172 if (util_format_is_compressed(dst->format)) { in si_copy_from_staging_texture()
1253 if (!force_tiling && !is_depth_stencil && !util_format_is_compressed(templ->format)) { in si_choose_tiling()
1575 if (flags & SI_RESOURCE_FLAG_FORCE_LINEAR && util_format_is_compressed(orig->format)) { in si_init_temp_resource_from_box()
1709 !util_format_is_compressed(texture->format) && in si_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c107 if (util_format_is_compressed(pt->format)) in llvmpipe_texture_layout()
123 if (util_format_is_compressed(pt->format)) in llvmpipe_texture_layout()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp777 if (util_format_is_compressed(fmt)) in swr_texture_layout()
783 if (util_format_is_compressed(fmt)) in swr_texture_layout()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c225 assert(!util_format_is_compressed(pt->format)); in nvc0_miptree_init_layout_video()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c679 if (util_format_is_compressed(format)) { in r300_get_border_color()
889 util_format_is_compressed(view->base.format)) { in r300_merge_textures_and_samplers()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h297 util_format_is_compressed(enum pipe_format format) in util_format_is_compressed() function
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c272 assert(!util_format_is_compressed(pt->format)); in nv50_miptree_init_layout_video()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blitter.c55 if (util_format_is_compressed(fmt)) in ok_format()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c717 if (util_format_is_compressed(src->format) || in r600_resource_copy_region()
718 util_format_is_compressed(dst->format)) { in r600_resource_copy_region()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h86 if (util_format_is_compressed(format)) { in fit_rect_format_inclusive()
Dsurface9.c455 util_format_is_compressed(This->base.info.format)) { in NineSurface9_LockRect()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.c1347 if (util_format_is_compressed(texture->format)) { in svga_texture_transfer_map_can_upload()
1422 if (util_format_is_compressed(texture->format)) { in svga_texture_transfer_map_upload()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c654 if (util_format_is_compressed(format) && target == PIPE_BUFFER) in virgl_is_format_supported()
/external/mesa3d/src/util/format/
Du_format.h448 util_format_is_compressed(enum pipe_format format) in util_format_is_compressed() function
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_miptree.c465 if (util_format_is_compressed(pt->format)) { in nv30_miptree_create()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c124 if (util_format_is_compressed(pres->format)) in setup_miptree()

12