Searched refs:tile_w (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c147 const uint tile_w = TILE_VECTOR_WIDTH, tile_h = TILE_VECTOR_HEIGHT; local
148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp);
158 for (i = 0; i < width; i += tile_w) {
161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
162 * (tile_w * tile_h);
178 for (i = 0; i < width; i += tile_w) {
181 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
182 * (tile_w * tile_h);
194 const uint tile_w = TILE_SIZE, tile_h = TILE_SIZE; local
195 const uint bytes_per_tile = tile_w * tile_
237 const uint tile_w = TILE_VECTOR_WIDTH, tile_h = TILE_VECTOR_HEIGHT; local
283 const uint tile_w = TILE_SIZE, tile_h = TILE_SIZE; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c147 const uint tile_w = TILE_VECTOR_WIDTH, tile_h = TILE_VECTOR_HEIGHT; local
148 const uint tiles_per_row = src_stride / (tile_w * tile_h * bpp);
158 for (i = 0; i < width; i += tile_w) {
161 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
162 * (tile_w * tile_h);
178 for (i = 0; i < width; i += tile_w) {
181 uint src_offset = (jj / tile_h * tiles_per_row + ii / tile_w)
182 * (tile_w * tile_h);
194 const uint tile_w = TILE_SIZE, tile_h = TILE_SIZE; local
195 const uint bytes_per_tile = tile_w * tile_
237 const uint tile_w = TILE_VECTOR_WIDTH, tile_h = TILE_VECTOR_HEIGHT; local
283 const uint tile_w = TILE_SIZE, tile_h = TILE_SIZE; local
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt1.c1269 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); local
1326 /*tiledp=(void*)&tilec->data[(y * tile_w) + x];*/
1328 OPJ_INT32* restrict tiledp = &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x];
1332 ((OPJ_INT32*)tiledp)[(j * tile_w) + i] = tmp / 2;
1336 OPJ_FLOAT32* restrict tiledp = (OPJ_FLOAT32*) &tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x];
1345 ((float*)tiledp)[(j * tile_w) + i] = tmp;*/
1348 tiledp += tile_w;
1470 OPJ_UINT32 tile_w = (OPJ_UINT32)(tilec->x1 - tilec->x0); local
1513 tiledp=&tilec->data[(OPJ_UINT32)y * tile_w + (OPJ_UINT32)x];
1517 OPJ_INT32 tmp = tiledp[(j * tile_w)
[all...]

Completed in 115 milliseconds