Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c294 bpp = util_format_get_blocksizebits(tex->b.b.format); in r300_setup_cbzb_flags()
357 util_format_get_blocksizebits(tex->b.b.format) == 32 && in r300_setup_hyperz_properties()
386 if (util_format_get_blocksizebits(tex->b.b.format) == 32 && in r300_setup_hyperz_properties()
Dr300_blit.c114 if (util_format_get_blocksizebits(format) == 32) in r300_depth_clear_cb_value()
Dr300_texture.c1132 if (util_format_get_blocksizebits(surface->base.format) == 32) in r300_create_surface_custom()
Dr300_state_derived.c819 util_format_get_blocksizebits(view->base.format) == 32) { in r300_merge_textures_and_samplers()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c141 bpp = util_format_get_blocksizebits(format); in gdi_sw_displaytarget_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h649 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits() function
667 uint bits = util_format_get_blocksizebits(format); in util_format_get_blocksize()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_miptree.c106 switch (util_format_get_blocksizebits(mt->base.base.format)) { in nvc0_mt_choose_storage_type()
Dnvc0_surface.c222 (util_format_get_blocksizebits(src->format) == in nvc0_resource_copy_region()
223 util_format_get_blocksizebits(dst->format)); in nvc0_resource_copy_region()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dnative_dri2.c202 uint bpp = util_format_get_blocksizebits(dri2surf->color_format); in dri2_surface_get_buffers()
512 nconf_depth = util_format_get_blocksizebits( in dri2_display_create_pixmap_surface()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_miptree.c67 switch (util_format_get_blocksizebits(mt->base.base.format)) { in nv50_mt_choose_storage_type()
Dnv50_surface.c215 (util_format_get_blocksizebits(src->format) == in nv50_resource_copy_region()
216 util_format_get_blocksizebits(dst->format)); in nv50_resource_copy_region()
Dnv50_screen.c57 if (sample_count == 8 && util_format_get_blocksizebits(format) >= 128) in nv50_screen_is_format_supported()
/external/mesa3d/src/gallium/state_trackers/egl/drm/
Dmodeset.c108 block_bits = util_format_get_blocksizebits(drmsurf->color_format); in drm_surface_init_framebuffers()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri2.c170 depth = util_format_get_blocksizebits(format); in dri2_drawable_get_buffers()