Searched refs:tile_width (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_tile.c45 const unsigned tile_width = 8, tile_height = 4; local
46 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width;
51 for (col = 0; col < width; col += tile_width, ++k)
60 unsigned columns = MIN2(tile_width, width - col);
62 dst2 += tile_width;
76 const unsigned tile_width = 4, tile_height = 4; local
77 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width;
82 for (col = 0; col < width; col += tile_width,
107 const unsigned tile_width = 8, tile_height = 2; local
138 const unsigned tile_width = 4, tile_height = 2; local
169 const unsigned tile_width = 2, tile_height = 2; local
259 const unsigned tile_width = 8, tile_height = 4; local
292 const unsigned tile_width = 8, tile_height = 2; local
325 const unsigned tile_width = 4, tile_height = 4; local
358 const unsigned tile_width = 4, tile_height = 2; local
391 const unsigned tile_width = 2, tile_height = 2; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c45 const unsigned tile_width = 8, tile_height = 4; local
46 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width;
51 for (col = 0; col < width; col += tile_width, ++k)
60 unsigned columns = MIN2(tile_width, width - col);
62 dst2 += tile_width;
76 const unsigned tile_width = 4, tile_height = 4; local
77 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width;
82 for (col = 0; col < width; col += tile_width,
107 const unsigned tile_width = 8, tile_height = 2; local
138 const unsigned tile_width = 4, tile_height = 2; local
169 const unsigned tile_width = 2, tile_height = 2; local
259 const unsigned tile_width = 8, tile_height = 4; local
292 const unsigned tile_width = 8, tile_height = 2; local
325 const unsigned tile_width = 4, tile_height = 4; local
358 const unsigned tile_width = 4, tile_height = 2; local
391 const unsigned tile_width = 2, tile_height = 2; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tile.c45 const unsigned tile_width = 8, tile_height = 4; local
46 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width;
51 for (col = 0; col < width; col += tile_width, ++k)
60 unsigned columns = MIN2(tile_width, width - col);
62 dst2 += tile_width;
76 const unsigned tile_width = 4, tile_height = 4; local
77 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width;
82 for (col = 0; col < width; col += tile_width,
107 const unsigned tile_width = 8, tile_height = 2; local
138 const unsigned tile_width = 4, tile_height = 2; local
169 const unsigned tile_width = 2, tile_height = 2; local
259 const unsigned tile_width = 8, tile_height = 4; local
292 const unsigned tile_width = 8, tile_height = 2; local
325 const unsigned tile_width = 4, tile_height = 4; local
358 const unsigned tile_width = 4, tile_height = 2; local
391 const unsigned tile_width = 2, tile_height = 2; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.c45 const unsigned tile_width = 8, tile_height = 4; local
46 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width;
51 for (col = 0; col < width; col += tile_width, ++k)
60 unsigned columns = MIN2(tile_width, width - col);
62 dst2 += tile_width;
76 const unsigned tile_width = 4, tile_height = 4; local
77 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width;
82 for (col = 0; col < width; col += tile_width,
107 const unsigned tile_width = 8, tile_height = 2; local
138 const unsigned tile_width = 4, tile_height = 2; local
169 const unsigned tile_width = 2, tile_height = 2; local
259 const unsigned tile_width = 8, tile_height = 4; local
292 const unsigned tile_width = 8, tile_height = 2; local
325 const unsigned tile_width = 4, tile_height = 4; local
358 const unsigned tile_width = 4, tile_height = 2; local
391 const unsigned tile_width = 2, tile_height = 2; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_linear.h82 * @tile_width the width of the tile in pixels
89 unsigned tile_width, unsigned tile_height,
H A Du_linear.c86 unsigned tile_width, unsigned tile_height,
91 t->tile.width = tile_width;
84 pipe_linear_fill_info(struct pipe_tile_info *t, const struct u_linear_format_block *block, unsigned tile_width, unsigned tile_height, unsigned tiles_x, unsigned tiles_y) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.h82 * @tile_width the width of the tile in pixels
89 unsigned tile_width, unsigned tile_height,
H A Du_linear.c86 unsigned tile_width, unsigned tile_height,
91 t->tile.width = tile_width;
84 pipe_linear_fill_info(struct pipe_tile_info *t, const struct u_linear_format_block *block, unsigned tile_width, unsigned tile_height, unsigned tiles_x, unsigned tiles_y) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_span.c71 uint32_t tile_width = 64; local
75 uint32_t tile_x = x / tile_width;
79 uint32_t byte_x = x % tile_width;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_span.c71 uint32_t tile_width = 64; local
75 uint32_t tile_x = x / tile_width;
79 uint32_t byte_x = x % tile_width;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_span.c71 uint32_t tile_width = 64; local
75 uint32_t tile_x = x / tile_width;
79 uint32_t byte_x = x % tile_width;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_span.c71 uint32_t tile_width = 64; local
75 uint32_t tile_x = x / tile_width;
79 uint32_t byte_x = x % tile_width;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_span.c71 uint32_t tile_width = 64; local
75 uint32_t tile_x = x / tile_width;
79 uint32_t byte_x = x % tile_width;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_span.c71 uint32_t tile_width = 64; local
75 uint32_t tile_x = x / tile_width;
79 uint32_t byte_x = x % tile_width;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp202 int tile_width = tile_width0, ok; local
204 if( x + tile_width > m_width )
205 tile_width = m_width - x;
217 icvCvt_BGRA2BGR_8u_C4C3R( buffer + i*tile_width*4, 0,
219 cvSize(tile_width,1), 2 );
221 icvCvt_BGRA2Gray_8u_C4C1R( buffer + i*tile_width*4, 0,
223 cvSize(tile_width,1), 2 );
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Drender_tree.cc242 int tile_width; local
243 dim->GetInteger(0, &tile_width);
244 c->set_tile_width(tile_width);
H A Drender_model_utils.cc37 node->tile_width(),
H A Drender_tree.h108 int tile_width() { function in class:RenderNode
H A Dshaders.cc341 g_current_tile_width = n->tile_width();
/external/chromium_org/cc/layers/
H A Dtiled_layer_impl.cc233 float tile_width = static_cast<float>(tiler_->tile_size().width()); local
235 gfx::Size texture_size(tile_width, tile_height);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture_desc.c122 unsigned tile_width, width, stride; local
140 tile_width = r300_get_pixel_alignment(tex->b.b.format,
145 width = align(width, tile_width);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c122 unsigned tile_width, width, stride; local
140 tile_width = r300_get_pixel_alignment(tex->b.b.format,
145 width = align(width, tile_width);

Completed in 578 milliseconds