Lines Matching defs:width
106 task->width = TILE_SIZE + x * TILE_SIZE > scene->fb.width ?
107 scene->fb.width - x * TILE_SIZE : TILE_SIZE;
166 task->width,
192 const unsigned width = task->width;
219 memset(row, (uint8_t) clear_value, width);
227 for (unsigned j = 0; j < width; j++)
235 for (unsigned j = 0; j < width; j++) {
246 util_memset32(dst, clear_value, width);
253 for (unsigned j = 0; j < width; j++) {
265 util_memset64(dst, clear_value64, width);
272 for (unsigned j = 0; j < width; j++) {
322 for (unsigned x = 0; x < task->width; x += 4) {
465 if ((x % TILE_SIZE) < task->width && (y % TILE_SIZE) < task->height) {
538 int src_x = util_iround(GET_A0(inputs)[1][0]*texture->width - 0.5f);
552 task->width,
560 src_x + task->width <= texture->width &&
570 task->width, task->height,
587 for (int x = 0; x < task->width; ++x) {