Searched refs:src_matrix (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 200 const float *src_matrix, in compute_src_coords() argument 213 if (src_matrix) { in compute_src_coords() 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() 234 const struct pipe_resource *src, const float *src_matrix) in add_vertex_data1() argument 238 compute_src_coords(srcX, srcY, src, src_matrix, width, height, in add_vertex_data1() 256 const float *src_matrix, const float *mask_matrix) in add_vertex_data2() argument 261 compute_src_coords(srcX, srcY, src, src_matrix, width, height, in add_vertex_data2() [all …]
|
D | xa_composite.c | 556 const float *src_matrix = NULL; in xa_composite_rect() local 562 src_matrix = comp->src->transform; in xa_composite_rect() 567 src_matrix, mask_matrix); in xa_composite_rect()
|
D | xa_priv.h | 286 const float *src_matrix,
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_function.cpp | 1742 ir_rvalue *const src_matrix = first_param; in emit_inline_matrix_constructor() local 1747 if ((src_matrix->type->matrix_columns < var->type->matrix_columns) || in emit_inline_matrix_constructor() 1748 (src_matrix->type->vector_elements < var->type->vector_elements)) { in emit_inline_matrix_constructor() 1756 (src_matrix->type->vector_elements < var->type->vector_elements) in emit_inline_matrix_constructor() 1757 ? 0 : src_matrix->type->matrix_columns; in emit_inline_matrix_constructor() 1803 const unsigned last_row = MIN2(src_matrix->type->vector_elements, in emit_inline_matrix_constructor() 1805 const unsigned last_col = MIN2(src_matrix->type->matrix_columns, in emit_inline_matrix_constructor()
|