Home
last modified time | relevance | path

Searched refs:ir2_cf (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h95 struct ir2_cf { struct
116 struct ir2_cf *cfs[0x56]; argument
128 struct ir2_cf * ir2_cf_create(struct ir2_shader *shader, instr_cf_opc_t cf_type);
130 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type);
137 static inline struct ir2_cf *
140 struct ir2_cf *cf = ir2_cf_create(shader, ALLOC); in ir2_cf_create_alloc()
148 ir2_instr_create_alu(struct ir2_cf *cf, instr_vector_opc_t vop, instr_scalar_opc_t sop) in ir2_instr_create_alu()
158 ir2_instr_create_vtx_fetch(struct ir2_cf *cf, int ci, int cis, in ir2_instr_create_vtx_fetch()
171 ir2_instr_create_tex_fetch(struct ir2_cf *cf, int ci) in ir2_instr_create_tex_fetch()
Dir-a2xx.c40 static int cf_emit(struct ir2_cf *cf, instr_cf_t *instr);
95 struct ir2_cf *cf = shader->cfs[i]; in shader_resolve()
170 struct ir2_cf *cf = shader->cfs[i]; in ir2_shader_assemble()
192 struct ir2_cf * ir2_cf_create(struct ir2_shader *shader, instr_cf_opc_t cf_type) in ir2_cf_create()
194 struct ir2_cf *cf = ir2_alloc(shader, sizeof(struct ir2_cf)); in ir2_cf_create()
208 static int cf_emit(struct ir2_cf *cf, instr_cf_t *instr) in cf_emit()
259 struct ir2_instruction * ir2_instr_create(struct ir2_cf *cf, int instr_type) in ir2_instr_create()
Dfd2_program.c306 struct ir2_cf *cf; in create_blit_fp()
348 struct ir2_cf *cf; in create_blit_vp()
396 struct ir2_cf *cf; in create_solid_fp()
429 struct ir2_cf *cf; in create_solid_vp()
Dfd2_compiler.c98 struct ir2_cf *cf;
239 static struct ir2_cf *
242 struct ir2_cf *cf = ctx->cf; in next_exec_cf()
984 static struct ir2_cf *cf; in translate_instruction()