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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_renderer.c198 float tc0[2], float tc1[2], float tc2[2], float tc3[2])
206 tc3[0] = sx;
207 tc3[1] = sy + height;
213 map_point(src_matrix, tc3[0], tc3[1], &tc3[0], &tc3[1]);
219 tc3[0] /= src->width0;
223 tc3[1] /= src->height0;
232 float tc0[2], tc1[2], tc2[2], tc3[ local in function:add_vertex_data1
195 compute_src_coords(float sx,float sy,const struct pipe_resource * src,const float * src_matrix,float width,float height,float tc0[2],float tc1[2],float tc2[2],float tc3[2]) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_renderer.c202 float tc0[2], float tc1[2], float tc2[2], float tc3[2])
210 tc3[0] = sx;
211 tc3[1] = sy + height;
217 map_point(src_matrix, tc3[0], tc3[1], &tc3[0], &tc3[1]);
223 tc3[0] /= src->width0;
227 tc3[1] /= src->height0;
236 float tc0[2], tc1[2], tc2[2], tc3[ local in function:add_vertex_data1
199 compute_src_coords(float sx,float sy,const struct pipe_resource * src,const float * src_matrix,float width,float height,float tc0[2],float tc1[2],float tc2[2],float tc3[2]) argument
[all...]

Completed in 3 milliseconds