/external/chromium_org/third_party/mesa/src/src/glsl/ |
opt_constant_propagation.cpp | 49 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) 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:__anon13099::acp_entry 79 kill_entry(ir_variable *var, unsigned write_mask) 83 this->write_mask = write_mask; 87 unsigned write_mask; member in class:__anon13099::kill_entry [all...] |
opt_copy_propagation_elements.cpp | 57 acp_entry(ir_variable *lhs, ir_variable *rhs, int write_mask, int swizzle[4]) 61 this->write_mask = write_mask; 69 this->write_mask = a->write_mask; 75 unsigned int write_mask; member in class:__anon13102::acp_entry 83 kill_entry(ir_variable *var, int write_mask) 86 this->write_mask = write_mask; 90 unsigned int write_mask; member in class:__anon13102::kill_entry 469 int write_mask = ir->write_mask; local [all...] |
opt_dead_code_local.cpp | 54 this->available = ir->write_mask; 180 ir->write_mask); 188 int remove = entry->available & ir->write_mask; 192 entry->ir->write_mask, 193 remove, entry->ir->write_mask & ~remove); 204 entry->ir->write_mask &= ~remove; 206 if (entry->ir->write_mask == 0) { 213 * write_mask. 220 if ((entry->ir->write_mask | remove) & (1 << i)) {
|
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 | 87 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; [all...] |
lower_variable_index_to_cond_assign.cpp | 190 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;
|
/external/mesa3d/src/glsl/ |
opt_constant_propagation.cpp | 49 acp_entry(ir_variable *var, unsigned write_mask, ir_constant *constant) 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:__anon23566::acp_entry 79 kill_entry(ir_variable *var, unsigned write_mask) 83 this->write_mask = write_mask; 87 unsigned write_mask; member in class:__anon23566::kill_entry [all...] |
opt_copy_propagation_elements.cpp | 57 acp_entry(ir_variable *lhs, ir_variable *rhs, int write_mask, int swizzle[4]) 61 this->write_mask = write_mask; 69 this->write_mask = a->write_mask; 75 unsigned int write_mask; member in class:__anon23569::acp_entry 83 kill_entry(ir_variable *var, int write_mask) 86 this->write_mask = write_mask; 90 unsigned int write_mask; member in class:__anon23569::kill_entry 469 int write_mask = ir->write_mask; local [all...] |
opt_dead_code_local.cpp | 54 this->available = ir->write_mask; 180 ir->write_mask); 188 int remove = entry->available & ir->write_mask; 192 entry->ir->write_mask, 193 remove, entry->ir->write_mask & ~remove); 204 entry->ir->write_mask &= ~remove; 206 if (entry->ir->write_mask == 0) { 213 * write_mask. 220 if ((entry->ir->write_mask | remove) & (1 << i)) {
|
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 | 87 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; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_util.c | 176 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/auxiliary/tgsi/ |
tgsi_util.c | 176 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/i915/ |
i915_fpc_optimize.c | 75 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 & TGSI_WRITEMASK_W [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_fpc_optimize.c | 75 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 & TGSI_WRITEMASK_W [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrStencil.h | 369 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \ 372 (WRITE_MASK),(WRITE_MASK)) 390 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \ 392 (FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), (WRITE_MASK), \ 393 (WRITE_MASK))
|
/external/skia/src/gpu/ |
GrStencil.h | 369 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \ 372 (WRITE_MASK),(WRITE_MASK)) 390 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \ 392 (FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), (WRITE_MASK), \ 393 (WRITE_MASK))
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_shader.h | 37 unsigned write_mask; member in struct:r600_shader_io
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_shader.h | 37 unsigned write_mask; member in struct:r600_shader_io
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_vector_splitting.cpp | 182 is_power_of_two(ir->write_mask) && 275 if (!(ir->write_mask & (1 << i))) 305 switch (ir->write_mask) { 324 ir->write_mask = (1 << 0);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_vector_splitting.cpp | 182 is_power_of_two(ir->write_mask) && 275 if (!(ir->write_mask & (1 << i))) 305 switch (ir->write_mask) { 324 ir->write_mask = (1 << 0);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_shader_dump.c | 401 if (dstreg.write_mask != SVGA3DWRITEMASK_ALL) { 403 if (dstreg.write_mask & SVGA3DWRITEMASK_0) 405 if (dstreg.write_mask & SVGA3DWRITEMASK_1) 407 if (dstreg.write_mask & SVGA3DWRITEMASK_2) 409 if (dstreg.write_mask & SVGA3DWRITEMASK_3)
|
svga_shader.h | 134 unsigned write_mask:4; member in struct:sh_dstreg
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_shader_dump.c | 401 if (dstreg.write_mask != SVGA3DWRITEMASK_ALL) { 403 if (dstreg.write_mask & SVGA3DWRITEMASK_0) 405 if (dstreg.write_mask & SVGA3DWRITEMASK_1) 407 if (dstreg.write_mask & SVGA3DWRITEMASK_2) 409 if (dstreg.write_mask & SVGA3DWRITEMASK_3)
|
svga_shader.h | 134 unsigned write_mask:4; member in struct:sh_dstreg
|