Lines Matching defs:ir
36 #include "ir.h"
52 foreach_in_list(ir_instruction, ir, ir_list) {
53 ir_variable *const var = ir->as_variable();
79 lower_vertex_id_visitor::visit(ir_dereference_variable *ir)
81 if (ir->var->data.mode != ir_var_system_value ||
82 ir->var->data.location != SYSTEM_VALUE_VERTEX_ID)
87 void *const mem_ctx = ralloc_parent(ir);
120 ir->var = VertexID;
141 lower_vertex_id_visitor v(main_sig, shader->ir);
143 v.run(shader->ir);