Home
last modified time | relevance | path

Searched defs:blockwidth (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/freedreno/fdl/
H A Dfd6_layout.c23 uint32_t *blockwidth, uint32_t *blockheight) in fdl6_get_ubwc_blockwidth()
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp2207 int blockwidth = format->bits[0] + format->bits[1] + in processSurfaceCoordsNVE4() local
2555 int blockwidth = format->bits[0] + format->bits[1] + in processSurfaceCoordsNVC0() local
2689 int blockwidth = format->bits[0] + format->bits[1] + in processSurfaceCoordsGM107() local
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/
H A Du_format.h559 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c107 int blockwidth = desc->block.width; in util_fill_rect() local
H A Du_threaded_context.c3258 int blockwidth = util_format_get_blockwidth(format); in tc_texture_subdata() local
/aosp_15_r20/external/mesa3d/src/util/format/
H A Du_format.h931 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx() local
H A Du_format.c64 int blockwidth = util_format_get_blockwidth(format); in util_copy_rect() local