Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h217 GLuint blockwidth; in get_format_blocksx() local
227 GLuint blockwidth; in get_format_blocksy() local
/third_party/mesa3d/src/freedreno/fdl/
Dfd6_layout.c40 fdl6_get_ubwc_blockwidth(struct fdl_layout *layout, uint32_t *blockwidth, in fdl6_get_ubwc_blockwidth()
/third_party/libsnd/src/
Dsndfile.c1615 int bytewidth, blockwidth ; in sf_read_raw() local
2099 int bytewidth, blockwidth ; in sf_write_raw() local
Dcommon.h487 int blockwidth ; /* Size in bytes of one set of interleaved samples. */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp2175 int blockwidth = format->bits[0] + format->bits[1] + in processSurfaceCoordsNVE4() local
2521 int blockwidth = format->bits[0] + format->bits[1] + in processSurfaceCoordsNVC0() local
2655 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.h895 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