Searched refs:blockwidth (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_util.h217 GLuint blockwidth; local
219 _mesa_get_format_block_size(format, &blockwidth, &blockheight);
220 return (x + blockwidth - 1) / blockwidth;
227 GLuint blockwidth; local
229 _mesa_get_format_block_size(format, &blockwidth, &blockheight);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c81 int blockwidth = util_format_get_blockwidth(format); local
85 assert(blockwidth > 0);
88 dst_x /= blockwidth;
90 width = (width + blockwidth - 1)/blockwidth;
92 src_x /= blockwidth;
160 int blockwidth = desc->block.width; local
164 assert(blockwidth > 0);
167 dst_x /= blockwidth;
169 width = (width + blockwidth
[all...]
H A Du_format.h798 unsigned blockwidth = util_format_get_blockwidth(format); local
799 return (x + blockwidth - 1) / blockwidth;
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_nvc0.cpp1873 int blockwidth = format->bits[0] + format->bits[1] + local
1879 TYPE_U32, bld.loadImm(NULL, blockwidth / 8),
2093 int blockwidth = format->bits[0] + format->bits[1] + local
2099 TYPE_U32, bld.loadImm(NULL, blockwidth / 8),
2192 int blockwidth = format->bits[0] + format->bits[1] + local
2198 TYPE_U32, bld.loadImm(NULL, blockwidth / 8),

Completed in 134 milliseconds