/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_texture_desc.c | 294 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 D | r300_texture.c | 1223 if (util_format_get_blocksizebits(surface->base.format) == 32) in r300_create_surface_custom()
|
H A D | r300_blit.c | 113 if (util_format_get_blocksizebits(format) == 32) in r300_depth_clear_cb_value()
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_surface_modifier_test.c | 80 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 D | ac_surface.c | 247 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 D | u_format.h | 858 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 D | u_format.h | 499 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 D | panfrost_drm_winsys.c | 63 .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 D | renderonly.c | 75 .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 D | st_texcompress_compute.c | 384 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 D | vk_format.h | 222 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 D | gdi_sw_winsys.c | 163 bpp = util_format_get_blocksizebits(format); in gdi_sw_displaytarget_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_screen.c | 474 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 D | etnaviv_rs.c | 290 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 D | kms_dri_sw_winsys.c | 192 create_req.bpp = util_format_get_blocksizebits(format); in kms_sw_displaytarget_create()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_afbc_cso.c | 271 .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 D | nvc0_miptree.c | 135 switch (util_format_get_blocksizebits(format)) { in nvc0_choose_tiled_storage_type()
|
H A D | nvc0_surface.c | 232 (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 D | nv50_miptree.c | 116 switch (util_format_get_blocksizebits(mt->base.base.format)) { in nv50_mt_choose_storage_type()
|
H A D | nv50_surface.c | 221 (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 D | nv50_screen.c | 59 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 D | d3d12_format.c | 353 switch (util_format_get_blocksizebits(format)) { in d3d12_get_format_cast_list()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_draw.c | 453 color_size = util_format_get_blocksizebits(format) == 32; in fd2_clear_fast()
|
H A D | fd2_gmem.c | 496 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 D | iris_clear.c | 135 if (level > 0 && util_format_get_blocksizebits(p_res->format) == 8 && in can_fast_clear_color()
|