Searched defs:write_mask (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c176 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
221 read_mask = write_mask;
231 read_mask = write_mask & TGSI_WRITEMASK_XY ? TGSI_WRITEMASK_X : 0;
236 read_mask = write_mask & TGSI_WRITEMASK_XYZ ? TGSI_WRITEMASK_X : 0;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.h37 unsigned write_mask; member in struct:r600_shader_io
H A Dr600_shader.c828 ctx->shader->output[i].write_mask = d->Declaration.UsageMask;
2550 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
2602 if (!(write_mask & (1<<i)))
3415 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
3416 int last_inst = tgsi_last_instruction(write_mask);
3419 if (!(write_mask & (1<<i)))
3438 if (!(write_mask & (1<<i)))
3464 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
3465 int last_inst = tgsi_last_instruction(write_mask);
3469 if (!(write_mask
3520 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_vector.cpp147 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);
H A Dopt_constant_propagation.cpp49 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) argument
54 this->write_mask = write_mask;
56 this->initial_values = write_mask;
62 this->write_mask = src->write_mask;
69 unsigned write_mask; member in class:__anon14263::acp_entry
79 kill_entry(ir_variable *var, unsigned write_mask) argument
83 this->write_mask = write_mask;
87 unsigned write_mask; member in class:__anon14263::kill_entry
391 kill(ir_variable *var, unsigned write_mask) argument
[all...]
H A Dopt_copy_propagation_elements.cpp57 acp_entry(ir_variable *lhs, ir_variable *rhs, int write_mask, int swizzle[4]) argument
61 this->write_mask = write_mask;
69 this->write_mask = a->write_mask;
75 unsigned int write_mask; member in class:__anon14266::acp_entry
83 kill_entry(ir_variable *var, int write_mask) argument
86 this->write_mask = write_mask;
90 unsigned int write_mask; member in class:__anon14266::kill_entry
469 int write_mask = ir->write_mask; local
[all...]
H A Dlower_variable_index_to_cond_assign.cpp190 unsigned int write_mask; member in struct:assignment_generator
218 ? new(mem_ctx) ir_assignment(element, variable, condition, write_mask)
446 ag.write_mask = orig_assign->write_mask;
H A Dast_function.cpp828 const unsigned write_mask = ((1U << rhs_components) - 1) local
839 new(ctx) ir_assignment(lhs, rhs, NULL, write_mask);
888 const unsigned write_mask = ((1U << count) - 1) << row_base; local
890 return new(mem_ctx) ir_assignment(column_ref, src, NULL, write_mask);
1068 const unsigned write_mask = (1U << last_row) - 1; local
1092 new(ctx) ir_assignment(lhs, rhs, NULL, write_mask);
H A Dir.cpp87 unsigned write_mask = 0; local
101 write_mask |= (((this->write_mask >> i) & 1) << c);
105 this->write_mask = write_mask;
119 if (write_mask & (1 << i))
144 if (mask != this->write_mask)
155 ir_rvalue *condition, unsigned write_mask)
161 this->write_mask = write_mask;
154 ir_assignment(ir_dereference *lhs, ir_rvalue *rhs, ir_rvalue *condition, unsigned write_mask) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_util.c176 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
221 read_mask = write_mask;
231 read_mask = write_mask & TGSI_WRITEMASK_XY ? TGSI_WRITEMASK_X : 0;
236 read_mask = write_mask & TGSI_WRITEMASK_XYZ ? TGSI_WRITEMASK_X : 0;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h37 unsigned write_mask; member in struct:r600_shader_io
H A Dr600_shader.c828 ctx->shader->output[i].write_mask = d->Declaration.UsageMask;
2550 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
2602 if (!(write_mask & (1<<i)))
3415 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
3416 int last_inst = tgsi_last_instruction(write_mask);
3419 if (!(write_mask & (1<<i)))
3438 if (!(write_mask & (1<<i)))
3464 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
3465 int last_inst = tgsi_last_instruction(write_mask);
3469 if (!(write_mask
3520 unsigned write_mask = inst->Dst[0].Register.WriteMask; local
[all...]
/external/mesa3d/src/glsl/
H A Dlower_vector.cpp147 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);
H A Dopt_constant_propagation.cpp49 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) argument
54 this->write_mask = write_mask;
56 this->initial_values = write_mask;
62 this->write_mask = src->write_mask;
69 unsigned write_mask; member in class:__anon27674::acp_entry
79 kill_entry(ir_variable *var, unsigned write_mask) argument
83 this->write_mask = write_mask;
87 unsigned write_mask; member in class:__anon27674::kill_entry
391 kill(ir_variable *var, unsigned write_mask) argument
[all...]
H A Dopt_copy_propagation_elements.cpp57 acp_entry(ir_variable *lhs, ir_variable *rhs, int write_mask, int swizzle[4]) argument
61 this->write_mask = write_mask;
69 this->write_mask = a->write_mask;
75 unsigned int write_mask; member in class:__anon27677::acp_entry
83 kill_entry(ir_variable *var, int write_mask) argument
86 this->write_mask = write_mask;
90 unsigned int write_mask; member in class:__anon27677::kill_entry
469 int write_mask = ir->write_mask; local
[all...]
H A Dlower_variable_index_to_cond_assign.cpp190 unsigned int write_mask; member in struct:assignment_generator
218 ? new(mem_ctx) ir_assignment(element, variable, condition, write_mask)
446 ag.write_mask = orig_assign->write_mask;
H A Dast_function.cpp828 const unsigned write_mask = ((1U << rhs_components) - 1) local
839 new(ctx) ir_assignment(lhs, rhs, NULL, write_mask);
888 const unsigned write_mask = ((1U << count) - 1) << row_base; local
890 return new(mem_ctx) ir_assignment(column_ref, src, NULL, write_mask);
1068 const unsigned write_mask = (1U << last_row) - 1; local
1092 new(ctx) ir_assignment(lhs, rhs, NULL, write_mask);
H A Dir.cpp87 unsigned write_mask = 0; local
101 write_mask |= (((this->write_mask >> i) & 1) << c);
105 this->write_mask = write_mask;
119 if (write_mask & (1 << i))
144 if (mask != this->write_mask)
155 ir_rvalue *condition, unsigned write_mask)
161 this->write_mask = write_mask;
154 ir_assignment(ir_dereference *lhs, ir_rvalue *rhs, ir_rvalue *condition, unsigned write_mask) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c75 unsigned write_mask)
77 if ( write_mask & TGSI_WRITEMASK_X && r->Register.SwizzleX != TGSI_SWIZZLE_X)
79 if ( write_mask & TGSI_WRITEMASK_Y && r->Register.SwizzleY != TGSI_SWIZZLE_Y)
81 if ( write_mask & TGSI_WRITEMASK_Z && r->Register.SwizzleZ != TGSI_SWIZZLE_Z)
83 if ( write_mask & TGSI_WRITEMASK_W && r->Register.SwizzleW != TGSI_SWIZZLE_W)
124 unsigned write_mask,
127 if ( write_mask & TGSI_WRITEMASK_X )
132 if ( write_mask & TGSI_WRITEMASK_Y )
137 if ( write_mask & TGSI_WRITEMASK_Z )
142 if ( write_mask
74 is_unswizzled(struct i915_full_src_register* r, unsigned write_mask) argument
123 set_neutral_element_swizzle(struct i915_full_src_register* r, unsigned write_mask, unsigned neutral) argument
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c75 unsigned write_mask)
77 if ( write_mask & TGSI_WRITEMASK_X && r->Register.SwizzleX != TGSI_SWIZZLE_X)
79 if ( write_mask & TGSI_WRITEMASK_Y && r->Register.SwizzleY != TGSI_SWIZZLE_Y)
81 if ( write_mask & TGSI_WRITEMASK_Z && r->Register.SwizzleZ != TGSI_SWIZZLE_Z)
83 if ( write_mask & TGSI_WRITEMASK_W && r->Register.SwizzleW != TGSI_SWIZZLE_W)
124 unsigned write_mask,
127 if ( write_mask & TGSI_WRITEMASK_X )
132 if ( write_mask & TGSI_WRITEMASK_Y )
137 if ( write_mask & TGSI_WRITEMASK_Z )
142 if ( write_mask
74 is_unswizzled(struct i915_full_src_register* r, unsigned write_mask) argument
123 set_neutral_element_swizzle(struct i915_full_src_register* r, unsigned write_mask, unsigned neutral) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h134 unsigned write_mask:4; member in struct:sh_dstreg
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader.h134 unsigned write_mask:4; member in struct:sh_dstreg

Completed in 346 milliseconds