Lines Matching full:mem_ctx
48 this->mem_ctx = NULL;
68 void *mem_ctx;
180 return new(mem_ctx) ir_swizzle(operand, 0, 0, 0, 0,
203 if (this->mem_ctx == NULL)
204 this->mem_ctx = ralloc_parent(ir);
231 return new(mem_ctx) ir_expression(new_op,
264 temp = new(mem_ctx) ir_expression(ir_unop_neg,
306 temp = new(mem_ctx) ir_expression(ir_unop_rcp,
321 return ir_constant::zero(mem_ctx, ir->type);
330 return new(mem_ctx) ir_swizzle(ir->operands[1], component, 0, 0, 0, 1);
339 return new(mem_ctx) ir_swizzle(ir->operands[0], component, 0, 0, 0, 1);
353 return ir_constant::zero(mem_ctx, ir->type);
367 return new(mem_ctx) ir_expression(ir_unop_logic_not, ir->type,
371 return new(mem_ctx) ir_expression(ir_unop_logic_not, ir->type,
391 return new(mem_ctx) ir_constant(ir->type, &data);
409 temp = new(mem_ctx) ir_expression(ir_unop_rsq,