Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/fdl/
Dfd6_layout.c41 uint32_t *blockwidth, uint32_t *blockheight) in fdl6_get_ubwc_blockwidth()
/third_party/libsnd/src/
Dsndfile.c1703 int bytewidth, blockwidth ; in sf_read_raw() local
2187 int bytewidth, blockwidth ; in sf_write_raw() local
Dcommon.h438 int blockwidth ; /* Size in bytes of one set of interleaved samples. */ member
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp2185 int blockwidth = format->bits[0] + format->bits[1] + in processSurfaceCoordsNVE4() local
2533 int blockwidth = format->bits[0] + format->bits[1] + in processSurfaceCoordsNVC0() local
2667 int blockwidth = format->bits[0] + format->bits[1] + in processSurfaceCoordsGM107() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c107 int blockwidth = desc->block.width; in util_fill_rect() local
/third_party/mesa3d/src/util/format/
Du_format.h897 unsigned blockwidth = util_format_get_blockwidth(format); in util_format_get_nblocksx() local
Du_format.c65 int blockwidth = util_format_get_blockwidth(format); in util_copy_rect() local