Searched refs:ir2_instr_create (Results 1 – 3 of 3) sorted by relevance
130 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type);150 struct ir2_instruction *instr = ir2_instr_create(cf, IR2_ALU); in ir2_instr_create_alu()161 struct ir2_instruction *instr = ir2_instr_create(cf, IR2_FETCH); in ir2_instr_create_vtx_fetch()173 struct ir2_instruction *instr = ir2_instr_create(cf, IR2_FETCH); in ir2_instr_create_tex_fetch()
254 struct ir2_instruction *instr = ir2_instr_create( in compile_vtx_fetch()791 instr = ir2_instr_create(next_exec_cf(ctx), IR2_FETCH); in translate_tex()
259 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type) in ir2_instr_create() function