Home
last modified time | relevance | path

Searched refs:util_format_get_blocksizebits (Results 1 – 17 of 17) 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.c1276 if (util_format_get_blocksizebits(surface->base.format) == 32) in r300_create_surface_custom()
Dr300_state_derived.c864 util_format_get_blocksizebits(view->base.format) == 32) { in r300_merge_textures_and_samplers()
Dr300_blit.c120 if (util_format_get_blocksizebits(format) == 32) in r300_depth_clear_cb_value()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c381 switch (util_format_get_blocksizebits(format) / util_format_get_blockwidth(format)) { in fd5_pipe2fetchsize()
391 util_format_get_blocksizebits(format)); in fd5_pipe2fetchsize()
/external/mesa3d/src/gallium/winsys/sw/gdi/
Dgdi_sw_winsys.c142 bpp = util_format_get_blocksizebits(format); in gdi_sw_displaytarget_create()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c329 switch (util_format_get_blocksizebits(format) / util_format_get_blockwidth(format)) { in fd3_pipe2fetchsize()
338 util_format_get_blocksizebits(format)); in fd3_pipe2fetchsize()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h738 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits() function
756 uint bits = util_format_get_blocksizebits(format); in util_format_get_blocksize()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c382 switch (util_format_get_blocksizebits(format) / util_format_get_blockwidth(format)) { in fd4_pipe2fetchsize()
392 util_format_get_blocksizebits(format)); in fd4_pipe2fetchsize()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c86 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()
Dnvc0_screen.c67 if (util_format_get_blocksizebits(format) == 3 * 32) in nvc0_screen_is_format_supported()
Dnvc0_tex.c879 switch (util_format_get_blocksizebits(view->format)) { in nve4_set_surface_info()
/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.c55 if (sample_count == 8 && util_format_get_blocksizebits(format) >= 128) in nv50_screen_is_format_supported()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri2.c273 depth = util_format_get_blocksizebits(format); in dri2_drawable_get_buffers()