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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texcombine.c660 float4_array targetcoords = local
708 targetcoords[i][0] += (texels[i][0] * rotMatrix00 + texels[i][1] *
709 rotMatrix01) / targetcoords[i][3];
710 targetcoords[i][1] += (texels[i][0] * rotMatrix10 + texels[i][1] *
711 rotMatrix11) / targetcoords[i][3];
/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 171 milliseconds