HomeSort by relevance Sort by last modified time
    Searched refs:rhs_swiz (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
ir.cpp 81 ir_swizzle_mask rhs_swiz = { 0, 0, 0, 0, 0, 0 }; local
95 update_rhs_swizzle(rhs_swiz, i, c);
96 rhs_swiz.num_components = swiz->val->type->vector_elements;
102 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);
110 ir_swizzle_mask rhs_swiz = { 0, 0, 0, 0, 0, 0 }; local
114 update_rhs_swizzle(rhs_swiz, i, rhs_chan++);
116 rhs_swiz.num_components = rhs_chan;
117 this->rhs = new(mem_ctx) ir_swizzle(this->rhs, rhs_swiz);
    [all...]
ast_function.cpp 1455 static const unsigned rhs_swiz[4][4] = { local
    [all...]

Completed in 311 milliseconds