Home
last modified time | relevance | path

Searched refs:util_format_get_blocksizebits (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c294 bpp = util_format_get_blocksizebits(tex->b.format); in r300_setup_cbzb_flags()
357 util_format_get_blocksizebits(tex->b.format) == 32 && in r300_setup_hyperz_properties()
386 if (util_format_get_blocksizebits(tex->b.format) == 32 && in r300_setup_hyperz_properties()
589 if (util_format_get_blocksizebits(tex->b.format) == 32 && in r300_texture_desc_init()
H A Dr300_texture.c1223 if (util_format_get_blocksizebits(surface->base.format) == 32) in r300_create_surface_custom()
H A Dr300_blit.c113 if (util_format_get_blocksizebits(format) == 32) in r300_depth_clear_cb_value()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_surface_modifier_test.c80 din.bpp = util_format_get_blocksizebits(format); in gfx9_get_addr_from_coord_base()
134 input.bpp = util_format_get_blocksizebits(entry->format); in gfx9_generate_hash()
227 input.bpp = util_format_get_blocksizebits(entry->format); in gfx12_generate_hash()
H A Dac_surface.c247 util_format_get_blocksizebits(format) > 64) in ac_is_modifier_supported()
296 if (util_format_get_blocksizebits(format) != 32) in ac_is_modifier_supported()
356 if (util_format_get_blocksizebits(format) == 32) { in ac_get_supported_modifiers()
441 if (util_format_get_blocksizebits(format) != 32) { in ac_get_supported_modifiers()
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format.h858 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits() function
876 unsigned bits = util_format_get_blocksizebits(format); in util_format_get_blocksize()
1119 switch (util_format_get_blocksizebits(format)) { in util_format_as_renderable()
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/
H A Du_format.h499 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits() function
517 uint bits = util_format_get_blocksizebits(format); in util_format_get_blocksize()
/aosp_15_r20/external/mesa3d/src/gallium/winsys/panfrost/drm/
H A Dpanfrost_drm_winsys.c63 .bpp = util_format_get_blocksizebits(rsc->format), in panfrost_create_kms_dumb_buffer_for_resource()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/renderonly/
H A Drenderonly.c75 .bpp = util_format_get_blocksizebits(rsc->format), in renderonly_create_kms_dumb_buffer_for_resource()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_texcompress_compute.c384 assert(util_format_get_blocksizebits(tex_hi->format) == 64); in cs_stitch_64bpb_textures()
385 assert(util_format_get_blocksizebits(tex_lo->format) == 64); in cs_stitch_64bpb_textures()
/aosp_15_r20/external/mesa3d/src/vulkan/util/
H A Dvk_format.h222 return util_format_get_blocksizebits(vk_format_to_pipe_format(format)); in vk_format_get_blocksizebits()
/aosp_15_r20/external/mesa3d/src/gallium/winsys/sw/gdi/
H A Dgdi_sw_winsys.c163 bpp = util_format_get_blocksizebits(format); in gdi_sw_displaytarget_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_screen.c474 util_format_get_blocksizebits(format) > 32) in gpu_supports_texture_format()
520 if (util_format_get_blocksizebits(format) > 32) in gpu_supports_render_format()
H A Detnaviv_rs.c290 switch (util_format_get_blocksizebits(surf->base.format)) { in etna_rs_gen_clear_surface()
/aosp_15_r20/external/mesa3d/src/gallium/winsys/sw/kms-dri/
H A Dkms_dri_sw_winsys.c192 create_req.bpp = util_format_get_blocksizebits(format); in kms_sw_displaytarget_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_afbc_cso.c271 .bpp = util_format_get_blocksizebits(rsrc->base.format), in panfrost_afbc_get_shaders()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c135 switch (util_format_get_blocksizebits(format)) { in nvc0_choose_tiled_storage_type()
H A Dnvc0_surface.c232 (util_format_get_blocksizebits(src->format) == in nvc0_resource_copy_region()
233 util_format_get_blocksizebits(dst->format)); in nvc0_resource_copy_region()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c116 switch (util_format_get_blocksizebits(mt->base.base.format)) { in nv50_mt_choose_storage_type()
H A Dnv50_surface.c221 (util_format_get_blocksizebits(src->format) == in nv50_resource_copy_region()
222 util_format_get_blocksizebits(dst->format)); in nv50_resource_copy_region()
H A Dnv50_screen.c59 if (sample_count == 8 && util_format_get_blocksizebits(format) >= 128) in nv50_screen_is_format_supported()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_format.c353 switch (util_format_get_blocksizebits(format)) { in d3d12_get_format_cast_list()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c453 color_size = util_format_get_blocksizebits(format) == 32; in fd2_clear_fast()
H A Dfd2_gmem.c496 color_size = util_format_get_blocksizebits(format) == 32 ? 4 : 2; in fd2_emit_tile_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c135 if (level > 0 && util_format_get_blocksizebits(p_res->format) == 8 && in can_fast_clear_color()

12