Home
last modified time | relevance | path

Searched refs:ir2_instr_create (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h130 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()
Dfd2_compiler.c254 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()
Dir-a2xx.c259 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type) in ir2_instr_create() function