Searched refs:baryf (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_legalize.c286 struct ir3_instruction *baryf; local in function:legalize_block
289 baryf = ir3_instr_create(block, OPC_BARY_F);
290 baryf->flags |= IR3_INSTR_SS;
291 ir3_reg_create(baryf, regid(63, 0), 0);
292 ir3_reg_create(baryf, 0, IR3_REG_IMMED)->iim_val = 0;
293 ir3_reg_create(baryf, regid(0, 0), 0);
296 list_delinit(&baryf->node);
297 list_add(&baryf->node, &last_input->node);
299 last_input = baryf;
H A Dir3_sched.c415 struct ir3_instruction *baryf = ir->baryfs[i]; local in function:check_instr
416 if (baryf->flags & IR3_INSTR_UNUSED)
418 if (!is_scheduled(baryf)) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_legalize.c315 struct ir3_instruction *baryf; local in function:legalize_block
318 baryf = ir3_instr_create(block, OPC_BARY_F, 1, 2);
319 ir3_dst_create(baryf, regid(63, 0), 0);
320 ir3_src_create(baryf, 0, IR3_REG_IMMED)->iim_val = 0;
321 ir3_src_create(baryf, regid(0, 0), 0);
323 last_input = baryf;
345 struct ir3_instruction *baryf; local in function:legalize_block
348 baryf = ir3_instr_create(block, OPC_BARY_F, 1, 2);
349 ir3_dst_create(baryf, regid(63, 0), 0)->flags |= IR3_REG_EI;
350 ir3_src_create(baryf,
[all...]
H A Dir3_sched.c469 struct ir3_instruction *baryf = ir->baryfs[i]; local in function:check_instr
470 if (baryf->flags & IR3_INSTR_UNUSED)
472 if (!is_scheduled(baryf)) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst2964 - freedreno/ir3: add last-baryf shaderdb stat

Completed in 10 milliseconds