Searched refs:t_x (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xwud/dist/
H A Dxwud.c717 int t_x, t_y, t_w, t_h; local in function:putImage
723 for (t_x = x; t_x < x + w; t_x += t_w) {
725 if (t_x + t_w > x + w)
726 t_w = x + w - t_x;
728 t_x, t_y, t_x, t_y, t_w, t_h);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_resource.c597 for (unsigned t_x = t_x_start; t_x <= t_x_end; t_x++) { local in function:panfrost_resource_set_damage_region
598 unsigned b = (t_y * pres->damage.tile_map.stride * 8) + t_x;

Completed in 5 milliseconds