Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1701 ir_rvalue *const rhs_col = in emit_inline_matrix_constructor() local
1714 if (lhs->type->vector_elements != rhs_col->type->vector_elements) { in emit_inline_matrix_constructor()
1715 rhs = new(ctx) ir_swizzle(rhs_col, swiz, last_row); in emit_inline_matrix_constructor()
1717 rhs = rhs_col; in emit_inline_matrix_constructor()