Home
last modified time | relevance | path

Searched refs:util_format_get_blocksizebits (Results 1 – 19 of 19) 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.c1270 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.h559 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits() function
577 uint bits = util_format_get_blocksizebits(format); in util_format_get_blocksize()
/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.h751 util_format_get_blocksizebits(enum pipe_format format) in util_format_get_blocksizebits() function
769 uint bits = util_format_get_blocksizebits(format); in util_format_get_blocksize()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_format.c387 switch (util_format_get_blocksizebits(format) / util_format_get_blockwidth(format)) { in fd5_pipe2fetchsize()
397 util_format_get_blocksizebits(format)); in fd5_pipe2fetchsize()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_format.c385 switch (util_format_get_blocksizebits(format) / util_format_get_blockwidth(format)) { in fd4_pipe2fetchsize()
395 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.c64 if (util_format_get_blocksizebits(format) == 3 * 32) in nvc0_screen_is_format_supported()
Dnvc0_tex.c999 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.c424 depth = util_format_get_blocksizebits(format); in dri2_drawable_get_buffers()