Searched refs:brtype (Results 1 – 10 of 10) sorted by relevance
120 after_block->brtype = before_block->brtype; in split_block()157 before_block->brtype = IR3_BRANCH_GETONE; in lower_block()179 before_block->brtype = IR3_BRANCH_COND; in lower_block()182 before_block->brtype = IR3_BRANCH_ANY; in lower_block()185 before_block->brtype = IR3_BRANCH_ALL; in lower_block()190 before_block->brtype = IR3_BRANCH_GETONE; in lower_block()
669 if (block->brtype == IR3_BRANCH_GETONE) { in block_sched()698 switch (block->brtype) { in block_sched()700 br1->cat0.brtype = br2->cat0.brtype = BRANCH_PLAIN; in block_sched()703 br1->cat0.brtype = BRANCH_ANY; in block_sched()704 br2->cat0.brtype = BRANCH_ALL; in block_sched()707 br1->cat0.brtype = BRANCH_ALL; in block_sched()708 br2->cat0.brtype = BRANCH_ANY; in block_sched()
157 mesa_log_stream_printf(stream, "%s", name[instr->cat0.brtype]); in print_instr_name()383 if (brinfo[instr->cat0.brtype].idx) { in print_instr()386 if (brinfo[instr->cat0.brtype].nsrc >= 1) { in print_instr()393 if (brinfo[instr->cat0.brtype].nsrc >= 2) { in print_instr()483 switch (block->brtype) { in print_block()
774 | T_OP_BR { new_instr(OPC_B)->cat0.brtype = BRANCH_PLAIN; } cat0_src1 ',' …775 | T_OP_BRAO { new_instr(OPC_B)->cat0.brtype = BRANCH_OR; } cat0_src1 ',' …776 | T_OP_BRAA { new_instr(OPC_B)->cat0.brtype = BRANCH_AND; } cat0_src1 ','…777 | T_OP_BRAC '.' integer { new_instr(OPC_B)->cat0.brtype = BRANCH_CONST; instr->cat…778 | T_OP_BANY { new_instr(OPC_B)->cat0.brtype = BRANCH_ANY; } cat0_src1 ',' ca…779 | T_OP_BALL { new_instr(OPC_B)->cat0.brtype = BRANCH_ALL; } cat0_src1 ',' ca…780 | T_OP_BRAX { new_instr(OPC_B)->cat0.brtype = BRANCH_X; } cat0_immed
312 brtype_t brtype; member552 enum ir3_branch_type brtype; member
3035 ctx->block->brtype = IR3_BRANCH_ANY; in emit_if()3039 ctx->block->brtype = IR3_BRANCH_ALL; in emit_if()3043 ctx->block->brtype = IR3_BRANCH_GETONE; in emit_if()3046 ctx->block->brtype = IR3_BRANCH_COND; in emit_if()
61 brtype, member
501 if (faac->brtype == VBR) { in gst_faac_open_encoder()503 } else if (faac->brtype == ABR) { in gst_faac_open_encoder()728 faac->brtype = g_value_get_enum (value); in gst_faac_set_property()763 g_value_set_enum (value, faac->brtype); in gst_faac_get_property()
83 switch (instr->cat0.brtype) { in __instruction_case()
163711 "brtype" to choose between ABR and VBR encoding. The default is now VBR