/external/mesa3d/src/glsl/ |
opt_constant_propagation.cpp | 47 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) 52 this->write_mask = write_mask; 58 unsigned write_mask; member in class:acp_entry 65 kill_entry(ir_variable *var, unsigned write_mask) 69 this->write_mask = write_mask; 73 unsigned write_mask; member in class:kill_entry 98 void kill(ir_variable *ir, unsigned write_mask); 162 if (entry->var == deref->var && entry->write_mask & (1 << channel)) [all...] |
lower_vector.cpp | 147 unsigned write_mask; local 160 write_mask = 0; 175 write_mask |= (1U << i); 179 assert((write_mask == 0) == (assigned == 0)); 190 new(mem_ctx) ir_assignment(lhs, c, NULL, write_mask);
|
ir.cpp | 82 unsigned write_mask = 0; local 96 write_mask |= (((this->write_mask >> i) & 1) << c); 100 this->write_mask = write_mask; 114 if (write_mask & (1 << i)) 139 if (mask != this->write_mask) 150 ir_rvalue *condition, unsigned write_mask) 156 this->write_mask = write_mask; [all...] |
lower_mat_op_to_vec.cpp | 418 assert(column_assign->write_mask != 0); 449 assert(column_assign->write_mask != 0);
|
ast_function.cpp | 599 const unsigned write_mask = ((1U << rhs_components) - 1) local 610 new(ctx) ir_assignment(lhs, rhs, NULL, write_mask); 659 const unsigned write_mask = ((1U << count) - 1) << row_base; local 661 return new(mem_ctx) ir_assignment(column_ref, src, NULL, write_mask); 839 const unsigned write_mask = (1U << last_row) - 1; local 863 new(ctx) ir_assignment(lhs, rhs, NULL, write_mask); [all...] |
ir_validate.cpp | 464 if (ir->write_mask == 0) { 473 if (ir->write_mask & (1 << i))
|
ir_clone.cpp | 253 this->write_mask);
|
ir_print_visitor.cpp | 292 if ((ir->write_mask & (1 << i)) != 0) {
|
ir_to_llvm.cpp | [all...] |
ir.h | 638 unsigned write_mask); 709 unsigned write_mask:4; [all...] |
/external/mesa3d/docs/ |
relnotes-7.10.html | [all...] |