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

/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c652 float4_array targetcoords = local
700 targetcoords[i][0] += (texels[i][0] * rotMatrix00 + texels[i][1] *
701 rotMatrix01) / targetcoords[i][3];
702 targetcoords[i][1] += (texels[i][0] * rotMatrix10 + texels[i][1] *
703 rotMatrix11) / targetcoords[i][3];

Completed in 75 milliseconds