Searched defs:rhs_swiz (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/
H A Dast_function.cpp963 static const unsigned rhs_swiz[4][4] = { local
977 ir_rvalue *const rhs = new(ctx) ir_swizzle(rhs_ref, rhs_swiz[i],
H A Dir.cpp88 ir_swizzle_mask rhs_swiz = { 0, 0, 0, 0, 0, 0 }; local
102 update_rhs_swizzle(rhs_swiz, i, c);
108 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);
116 ir_swizzle_mask rhs_swiz = { 0, 0, 0, 0, 0, 0 }; local
120 update_rhs_swizzle(rhs_swiz, i, rhs_chan++);
122 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);

Completed in 83 milliseconds