Home | History | Annotate | Download | only in xa

Lines Matching refs:src_matrix

189                  struct pipe_resource *src, const float *src_matrix)
203 if (src_matrix) {
204 map_point((float *)src_matrix, pt0[0], pt0[1], &pt0[0], &pt0[1]);
205 map_point((float *)src_matrix, pt1[0], pt1[1], &pt1[0], &pt1[1]);
206 map_point((float *)src_matrix, pt2[0], pt2[1], &pt2[0], &pt2[1]);
207 map_point((float *)src_matrix, pt3[0], pt3[1], &pt3[0], &pt3[1]);
235 const float *src_matrix, const float *mask_matrix)
252 if (src_matrix) {
253 map_point((float *)src_matrix, spt0[0], spt0[1], &spt0[0], &spt0[1]);
254 map_point((float *)src_matrix, spt1[0], spt1[1], &spt1[0], &spt1[1]);
567 const float *src_matrix,
573 if (src_matrix) {
574 debug_printf("src_matrix = \n");
575 debug_printf("%f, %f, %f\n", src_matrix[0], src_matrix[1], src_matrix[2]);
576 debug_printf("%f, %f, %f\n", src_matrix[3], src_matrix[4], src_matrix[5]);
577 debug_printf("%f, %f, %f\n", src_matrix[6], src_matrix[7], src_matrix[8]);
594 sampler_view[0]->texture, src_matrix);
604 src_matrix, mask_matrix);