Searched refs:rhs_swiz (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
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);
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],
/external/mesa3d/src/glsl/
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);
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],

Completed in 110 milliseconds