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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c198 uint32_t offs_x = offs_x0; local in function:vc4_lt_image_unaligned
207 memcpy(cpu + x * cpp, gpu_row + offs_x, cpp);
209 memcpy(gpu_row + offs_x, cpu + x * cpp, cpp);
212 /* This math trick with x_mask increments offs_x by 1
215 offs_x = (offs_x - x_mask) & x_mask;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling_lt.c198 uint32_t offs_x = offs_x0; local in function:vc4_lt_image_unaligned
207 memcpy(cpu + x * cpp, gpu_row + offs_x, cpp);
209 memcpy(gpu_row + offs_x, cpu + x * cpp, cpp);
212 /* This math trick with x_mask increments offs_x by 1
215 offs_x = (offs_x - x_mask) & x_mask;

Completed in 3 milliseconds