Searched refs:rhs_swiz (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir.cpp | 82 ir_swizzle_mask rhs_swiz = { 0, 0, 0, 0, 0, 0 }; local in function:ir_assignment::set_lhs 96 update_rhs_swizzle(rhs_swiz, i, c); 97 rhs_swiz.num_components = swiz->val->type->vector_elements; 103 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz); 111 ir_swizzle_mask rhs_swiz = { 0, 0, 0, 0, 0, 0 }; local in function:ir_assignment::set_lhs 115 update_rhs_swizzle(rhs_swiz, i, rhs_chan++); 117 rhs_swiz.num_components = rhs_chan; 118 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);
|
| H A D | ast_function.cpp | 1640 static const unsigned rhs_swiz[4][4] = { local in function:emit_inline_matrix_constructor 1655 ir_rvalue *const rhs = new(ctx) ir_swizzle(rhs_ref, rhs_swiz[i],
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir.cpp | 83 ir_swizzle_mask rhs_swiz = { 0, 0, 0, 0, 0, 0 }; local in function:ir_assignment::set_lhs 97 update_rhs_swizzle(rhs_swiz, i, c); 98 rhs_swiz.num_components = swiz->val->type->vector_elements; 104 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz); 112 ir_swizzle_mask rhs_swiz = { 0, 0, 0, 0, 0, 0 }; local in function:ir_assignment::set_lhs 116 update_rhs_swizzle(rhs_swiz, i, rhs_chan++); 118 rhs_swiz.num_components = rhs_chan; 119 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);
|
| H A D | ast_function.cpp | 1697 static const unsigned rhs_swiz[4][4] = { local in function:emit_inline_matrix_constructor 1712 ir_rvalue *const rhs = new(ctx) ir_swizzle(rhs_ref, rhs_swiz[i],
|
Completed in 14 milliseconds