HomeSort by: relevance | last modified time | path
    Searched refs:src_matrix (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
xa_renderer.c 200 const float *src_matrix,
213 if (src_matrix) {
214 map_point(src_matrix, tc0[0], tc0[1], &tc0[0], &tc0[1]);
215 map_point(src_matrix, tc1[0], tc1[1], &tc1[0], &tc1[1]);
216 map_point(src_matrix, tc2[0], tc2[1], &tc2[0], &tc2[1]);
217 map_point(src_matrix, tc3[0], tc3[1], &tc3[0], &tc3[1]);
234 const struct pipe_resource *src, const float *src_matrix)
238 compute_src_coords(srcX, srcY, src, src_matrix, width, height,
256 const float *src_matrix, const float *mask_matrix)
261 compute_src_coords(srcX, srcY, src, src_matrix, width, height
    [all...]
xa_composite.c 556 const float *src_matrix = NULL; local
562 src_matrix = comp->src->transform;
567 src_matrix, mask_matrix);
xa_priv.h 286 const float *src_matrix,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
xa_renderer.c 196 const float *src_matrix,
209 if (src_matrix) {
210 map_point(src_matrix, tc0[0], tc0[1], &tc0[0], &tc0[1]);
211 map_point(src_matrix, tc1[0], tc1[1], &tc1[0], &tc1[1]);
212 map_point(src_matrix, tc2[0], tc2[1], &tc2[0], &tc2[1]);
213 map_point(src_matrix, tc3[0], tc3[1], &tc3[0], &tc3[1]);
230 const struct pipe_resource *src, const float *src_matrix)
234 compute_src_coords(srcX, srcY, src, src_matrix, width, height,
252 const float *src_matrix, const float *mask_matrix)
257 compute_src_coords(srcX, srcY, src, src_matrix, width, height
    [all...]
xa_composite.c 556 const float *src_matrix = NULL; local
562 src_matrix = comp->src->transform;
567 src_matrix, mask_matrix);
xa_priv.h 286 const float *src_matrix,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast_function.cpp 1685 ir_rvalue *const src_matrix = first_param; local
1690 if ((src_matrix->type->matrix_columns < var->type->matrix_columns) ||
1691 (src_matrix->type->vector_elements < var->type->vector_elements)) {
1699 (src_matrix->type->vector_elements < var->type->vector_elements)
1700 ? 0 : src_matrix->type->matrix_columns;
1746 const unsigned last_row = MIN2(src_matrix->type->vector_elements,
1748 const unsigned last_col = MIN2(src_matrix->type->matrix_columns,
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_function.cpp 1742 ir_rvalue *const src_matrix = first_param; local
1747 if ((src_matrix->type->matrix_columns < var->type->matrix_columns) ||
1748 (src_matrix->type->vector_elements < var->type->vector_elements)) {
1756 (src_matrix->type->vector_elements < var->type->vector_elements)
1757 ? 0 : src_matrix->type->matrix_columns;
1803 const unsigned last_row = MIN2(src_matrix->type->vector_elements,
1805 const unsigned last_col = MIN2(src_matrix->type->matrix_columns,
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_render.c 1198 float src_matrix[9], mask_matrix[9]; local
1247 psrc_matrix = src_matrix;

Completed in 17 milliseconds