HomeSort by relevance Sort by last modified time
    Searched refs:tile_width (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tile.c 45 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, ++k
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/
radeon_tile.c 45 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, ++k
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/
u_linear.h 82 * @tile_width the width of the tile in pixels
89 unsigned tile_width, unsigned tile_height,
u_linear.c 86 unsigned tile_width, unsigned tile_height,
91 t->tile.width = tile_width;
  /external/mesa3d/src/gallium/auxiliary/util/
u_linear.h 82 * @tile_width the width of the tile in pixels
89 unsigned tile_width, unsigned tile_height,
u_linear.c 86 unsigned tile_width, unsigned tile_height,
91 t->tile.width = tile_width;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_span.c 71 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/
intel_span.c 71 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/
grfmt_tiff.cpp 202 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/
render_tree.h 108 int tile_width() { function in class:RenderNode
render_tree.cc 242 int tile_width; local
243 dim->GetInteger(0, &tile_width);
244 c->set_tile_width(tile_width);
render_model_utils.cc 37 node->tile_width(),
shaders.cc 341 g_current_tile_width = n->tile_width();
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 252 float tile_width = static_cast<float>(tiler_->tile_size().width()); local
254 gfx::Size texture_size(tile_width, tile_height);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 122 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/
r300_texture_desc.c 122 unsigned tile_width, width, stride; local
140 tile_width = r300_get_pixel_alignment(tex->b.b.format,
145 width = align(width, tile_width);
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 755 const int tile_width = 1 << transform->bits_; local
756 const int mask = tile_width - 1;
1156 const int tile_width = 1 << transform->bits_; local
    [all...]
  /external/webp/src/dsp/
lossless.c 746 const int tile_width = 1 << transform->bits_; local
747 const int mask = tile_width - 1;
1147 const int tile_width = 1 << transform->bits_; local
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 189 int tile_width = 0; local
194 &tile_width);
195 settings.default_tile_size.set_width(tile_width);
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraMjpegDecode.cpp 392 p_output_buffers.tile_width = 0;

Completed in 3515 milliseconds