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

  /external/mesa3d/src/compiler/glsl/
lower_vector_derefs.cpp 61 ir_dereference *const new_lhs = (ir_dereference *) deref->array; local
62 ir->set_lhs(new_lhs);
68 new_lhs->type,
69 new_lhs->clone(mem_ctx, NULL),
72 ir->write_mask = (1 << new_lhs->type->vector_elements) - 1;
opt_structure_splitting.cpp 273 ir_dereference *new_lhs, *new_rhs; local
277 new_lhs = new(mem_ctx) ir_dereference_variable(lhs_entry->components[i]);
279 new_lhs = new(mem_ctx)
292 ir->insert_before(new(mem_ctx) ir_assignment(new_lhs,
lower_tess_level.cpp 265 ir_dereference *const new_lhs = (ir_dereference *) expr->operands[0]; local
271 new_lhs->clone(mem_ctx, NULL),
275 ir->set_lhs(new_lhs);
316 ir_dereference_array *new_lhs = new(ctx) ir_dereference_array( local
331 ir_assignment *const assign = new(ctx) ir_assignment(new_lhs, new_rhs);
lower_distance.cpp 411 ir_dereference *const new_lhs = (ir_dereference *) expr->operands[0]; local
414 new_lhs->clone(mem_ctx, NULL),
417 ir->set_lhs(new_lhs);
457 ir_dereference_array *new_lhs = new(ctx) ir_dereference_array( local
472 ir_assignment *const assign = new(ctx) ir_assignment(new_lhs, new_rhs);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 259 ir_dereference *new_lhs; local
268 new_lhs = new(mem_ctx) ir_dereference_variable(lhs->components[i]);
271 new_lhs = ir->lhs->clone(mem_ctx, NULL);
283 ir->insert_before(new(mem_ctx) ir_assignment(new_lhs,

Completed in 97 milliseconds