Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:TILE_SIZE

90    const unsigned tx = align(width, TILE_SIZE) / TILE_SIZE;
91 const unsigned ty = align(height, TILE_SIZE) / TILE_SIZE;
132 alignment = TILE_SIZE;
147 const unsigned width_t = align(width, TILE_SIZE) / TILE_SIZE;
148 const unsigned height_t = align(height, TILE_SIZE) / TILE_SIZE;
206 const unsigned width = align(lpr->base.width0, TILE_SIZE);
207 const unsigned height = align(lpr->base.height0, TILE_SIZE);
208 const unsigned width_t = width / TILE_SIZE;
209 const unsigned height_t = height / TILE_SIZE;
488 width = align(lpr->base.width0, TILE_SIZE);
489 height = align(lpr->base.height0, TILE_SIZE);
490 width_t = width / TILE_SIZE;
491 height_t = height / TILE_SIZE;
805 util_format_get_nblocksy(format, align(height, TILE_SIZE));
807 util_format_get_nblocksx(format, align(width, TILE_SIZE));
1039 const unsigned width_t = align(width, TILE_SIZE) / TILE_SIZE;
1040 const unsigned height_t = align(height, TILE_SIZE) / TILE_SIZE;
1123 x * TILE_SIZE, y * TILE_SIZE,
1124 TILE_SIZE, TILE_SIZE,
1132 x * TILE_SIZE, y * TILE_SIZE,
1133 TILE_SIZE, TILE_SIZE,
1196 const unsigned tx = x / TILE_SIZE, ty = y / TILE_SIZE;
1201 assert(x % TILE_SIZE == 0);
1202 assert(y % TILE_SIZE == 0);
1223 x, y, TILE_SIZE, TILE_SIZE, lpr->base.format,
1247 const unsigned tx = x / TILE_SIZE, ty = y / TILE_SIZE;
1252 assert(x % TILE_SIZE == 0);
1253 assert(y % TILE_SIZE == 0);
1272 x, y, TILE_SIZE, TILE_SIZE, lpr->base.format,
1285 * TILE_SIZE * TILE_SIZE * 4;
1302 const unsigned tx = x / TILE_SIZE, ty = y / TILE_SIZE;
1305 assert(x % TILE_SIZE == 0);
1306 assert(y % TILE_SIZE == 0);
1319 uint tile_offset = jj / TILE_SIZE + ii / TILE_SIZE;
1320 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4;
1329 x, y, TILE_SIZE, TILE_SIZE,
1352 assert(x % TILE_SIZE == 0);
1353 assert(y % TILE_SIZE == 0);
1361 uint tile_offset = jj / TILE_SIZE + ii / TILE_SIZE;
1362 uint byte_offset = tile_offset * TILE_SIZE * TILE_SIZE * 4;
1371 x, y, TILE_SIZE, TILE_SIZE,