Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c290 bpp = util_format_get_blocksizebits(tex->b.b.format); in r300_setup_cbzb_flags()
353 util_format_get_blocksizebits(tex->b.b.format) == 32 && in r300_setup_hyperz_properties()
382 if (util_format_get_blocksizebits(tex->b.b.format) == 32 && in r300_setup_hyperz_properties()
583 if (util_format_get_blocksizebits(tex->b.b.format) == 32 && in r300_texture_desc_init()
Dr300_texture.c1282 if (util_format_get_blocksizebits(surface->base.format) == 32) in r300_create_surface_custom()
Dr300_blit.c120 if (util_format_get_blocksizebits(format) == 32) in r300_depth_clear_cb_value()
Dr300_state_derived.c864 util_format_get_blocksizebits(view->base.format) == 32) { in r300_merge_textures_and_samplers()
/external/mesa3d/src/gallium/auxiliary/renderonly/
Drenderonly.c77 .bpp = util_format_get_blocksizebits(rsc->format), in renderonly_create_kms_dumb_buffer_for_resource()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c142 bpp = util_format_get_blocksizebits(format); in gdi_sw_displaytarget_create()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h571 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits() function
589 uint bits = util_format_get_blocksizebits(format); in util_format_get_blocksize()
/external/mesa3d/src/util/format/
Du_format.h766 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits() function
784 uint bits = util_format_get_blocksizebits(format); in util_format_get_blocksize()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c138 switch (util_format_get_blocksizebits(mt->base.base.format)) { in nvc0_mt_choose_storage_type()
Dnvc0_surface.c229 (util_format_get_blocksizebits(src->format) == in nvc0_resource_copy_region()
230 util_format_get_blocksizebits(dst->format)); in nvc0_resource_copy_region()
Dnvc0_screen.c69 if (util_format_get_blocksizebits(format) == 3 * 32) in nvc0_screen_is_format_supported()
Dnvc0_tex.c1024 switch (util_format_get_blocksizebits(view->format)) { in nve4_set_surface_info()
/external/mesa3d/src/gallium/winsys/sw/kms-dri/
Dkms_dri_sw_winsys.c186 create_req.bpp = util_format_get_blocksizebits(format); in kms_sw_displaytarget_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c116 switch (util_format_get_blocksizebits(mt->base.base.format)) { in nv50_mt_choose_storage_type()
Dnv50_surface.c218 (util_format_get_blocksizebits(src->format) == in nv50_resource_copy_region()
219 util_format_get_blocksizebits(dst->format)); in nv50_resource_copy_region()
489 switch (util_format_get_blocksizebits(res->format)) { in nv50_clear_texture()
Dnv50_screen.c58 if (sample_count == 8 && util_format_get_blocksizebits(format) >= 128) in nv50_screen_is_format_supported()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c429 color_size = util_format_get_blocksizebits(format) == 32; in fd2_clear_fast()
Dfd2_gmem.c504 color_size = util_format_get_blocksizebits(format) == 32 ? 4 : 2; in fd2_emit_tile_init()
/external/mesa3d/src/gallium/drivers/iris/
Diris_clear.c125 if (level > 0 && util_format_get_blocksizebits(p_res->format) == 8 && in can_fast_clear_color()
/external/mesa3d/src/compiler/nir/
Dnir_validate.c731 util_format_get_blocksizebits(format)); in validate_intrinsic_instr()
747 util_format_get_blocksizebits(format)); in validate_intrinsic_instr()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_rs.c276 switch (util_format_get_blocksizebits(surf->base.format)) { in etna_rs_gen_clear_surface()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c443 switch(util_format_get_blocksizebits(src_format)) { in si_compute_copy_image()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c492 unsigned bpp = util_format_get_blocksizebits(pres->internal_format); in panfrost_should_tile()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1603 .bpp = util_format_get_blocksizebits(PIPE_FORMAT_RGBA8888_UNORM), in device_alloc_for_wsi()
/external/mesa3d/src/gallium/frontends/dri/
Ddri2.c180 depth = util_format_get_blocksizebits(format); in dri2_drawable_get_buffers()