Lines Matching defs:mem_ctx
46 this->mem_ctx = NULL;
66 void *mem_ctx;
170 return new(mem_ctx) ir_swizzle(operand, 0, 0, 0, 0,
193 if (this->mem_ctx == NULL)
194 this->mem_ctx = hieralloc_parent(ir);
221 return new(mem_ctx) ir_expression(new_op,
254 temp = new(mem_ctx) ir_expression(ir_unop_neg,
296 temp = new(mem_ctx) ir_expression(ir_unop_rcp,
318 return ir_constant::zero(mem_ctx, ir->type);
332 return new(mem_ctx) ir_expression(ir_unop_logic_not, ir->type,
336 return new(mem_ctx) ir_expression(ir_unop_logic_not, ir->type,
356 return new(mem_ctx) ir_constant(ir->type, &data);
374 temp = new(mem_ctx) ir_expression(ir_unop_rsq,