Home
last modified time | relevance | path

Searched refs:map_point (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c56 map_point(const float *mat, float x, float y, float *out_x, float *out_y) in map_point() function
214 map_point(src_matrix, tc0[0], tc0[1], &tc0[0], &tc0[1]); in compute_src_coords()
215 map_point(src_matrix, tc1[0], tc1[1], &tc1[0], &tc1[1]); in compute_src_coords()
216 map_point(src_matrix, tc2[0], tc2[1], &tc2[0], &tc2[1]); in compute_src_coords()
217 map_point(src_matrix, tc3[0], tc3[1], &tc3[0], &tc3[1]); in compute_src_coords()