Home | History | Annotate | Download | only in a2xx

Lines Matching refs:cf

130 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type);
140 struct ir2_cf *cf = ir2_cf_create(shader, ALLOC);
141 if (!cf)
142 return cf;
143 cf->alloc.type = type;
144 cf->alloc.size = size;
145 return cf;
148 ir2_instr_create_alu(struct ir2_cf *cf, instr_vector_opc_t vop, instr_scalar_opc_t sop)
150 struct ir2_instruction *instr = ir2_instr_create(cf, IR2_ALU);
158 ir2_instr_create_vtx_fetch(struct ir2_cf *cf, int ci, int cis,
161 struct ir2_instruction *instr = ir2_instr_create(cf, IR2_FETCH);
171 ir2_instr_create_tex_fetch(struct ir2_cf *cf, int ci)
173 struct ir2_instruction *instr = ir2_instr_create(cf, IR2_FETCH);