Searched defs:ibld (Results 1 - 5 of 5) sorted by path

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp540 const fs_builder ibld = bld.annotate("shader time end") local
542 const fs_reg timestamp = get_timestamp(ibld);
558 ibld.AND(ibld.null_reg_ud(), reset, brw_imm_ud(1u)));
559 ibld.IF(BRW_PREDICATE_NORMAL);
566 const fs_builder cbld = ibld.group(1, 0);
576 ibld.emit(BRW_OPCODE_ELSE);
578 ibld.emit(BRW_OPCODE_ENDIF);
2103 const fs_builder ibld(this, block, inst);
2126 const fs_builder ubld = ibld
[all...]
H A Dbrw_fs_combine_constants.cpp279 const fs_builder ibld = bld.at(imm->block, n).exec_all().group(1, 0); local
281 ibld.MOV(reg, brw_imm_f(imm->val));
H A Dbrw_fs_cse.cpp285 const fs_builder ibld = fs_builder(this, block, entry->generator) local
292 create_copy_instr(ibld, entry->generator, entry->tmp, false);
301 const fs_builder ibld(this, block, inst);
303 create_copy_instr(ibld, inst, entry->tmp, negate);
H A Dbrw_fs_reg_allocate.cpp902 const fs_builder ibld = fs_builder(this, block, inst); local
929 emit_unspill(ibld.exec_all().group(width, 0),
972 const fs_builder ubld = ibld.exec_all(!per_channel).group(width, 0);
H A Dbrw_fs_sel_peephole.cpp189 const fs_builder ibld = fs_builder(this, then_block, then_mov[i]) local
193 ibld.MOV(then_mov[i]->dst, then_mov[i]->src[0]);
203 ibld.MOV(src0, then_mov[i]->src[0]);
207 ibld.SEL(then_mov[i]->dst, src0,

Completed in 293 milliseconds