Searched refs:brtype (Results 1 – 10 of 10) sorted by relevance
201 after_block->brtype = before_block->brtype; in split_block()288 header->brtype = IR3_BRANCH_GETONE; in lower_instr()312 before_block->brtype = IR3_BRANCH_GETONE; in lower_instr()335 before_block->brtype = IR3_BRANCH_COND; in lower_instr()338 before_block->brtype = IR3_BRANCH_ANY; in lower_instr()341 before_block->brtype = IR3_BRANCH_ALL; in lower_instr()346 before_block->brtype = IR3_BRANCH_GETONE; in lower_instr()
734 if (block->brtype == IR3_BRANCH_GETONE || in block_sched()735 block->brtype == IR3_BRANCH_SHPS) { in block_sched()741 if (block->brtype == IR3_BRANCH_GETONE) in block_sched()767 switch (block->brtype) { in block_sched()769 br1->cat0.brtype = br2->cat0.brtype = BRANCH_PLAIN; in block_sched()772 br1->cat0.brtype = BRANCH_ANY; in block_sched()773 br2->cat0.brtype = BRANCH_ALL; in block_sched()776 br1->cat0.brtype = BRANCH_ALL; in block_sched()777 br2->cat0.brtype = BRANCH_ANY; in block_sched()
201 mesa_log_stream_printf(stream, "%s", name[instr->cat0.brtype]); in print_instr_name()428 if (brinfo[instr->cat0.brtype].idx) { in print_instr()431 if (brinfo[instr->cat0.brtype].nsrc >= 1) { in print_instr()438 if (brinfo[instr->cat0.brtype].nsrc >= 2) { in print_instr()528 switch (block->brtype) { in print_block()
822 | T_OP_BR { new_instr(OPC_B)->cat0.brtype = BRANCH_PLAIN; } cat0_src1 ',' …823 | T_OP_BRAO { new_instr(OPC_B)->cat0.brtype = BRANCH_OR; } cat0_src1 ',' …824 | T_OP_BRAA { new_instr(OPC_B)->cat0.brtype = BRANCH_AND; } cat0_src1 ','…825 | T_OP_BRAC '.' integer { new_instr(OPC_B)->cat0.brtype = BRANCH_CONST; instr->cat…826 | T_OP_BANY { new_instr(OPC_B)->cat0.brtype = BRANCH_ANY; } cat0_src1 ',' ca…827 | T_OP_BALL { new_instr(OPC_B)->cat0.brtype = BRANCH_ALL; } cat0_src1 ',' ca…828 | T_OP_BRAX { new_instr(OPC_B)->cat0.brtype = BRANCH_X; } cat0_immed
337 brtype_t brtype; member599 enum ir3_branch_type brtype; member673 if (block->brtype == IR3_BRANCH_SHPS) in ir3_after_preamble()
3622 ctx->block->brtype = IR3_BRANCH_ANY; in emit_if()3626 ctx->block->brtype = IR3_BRANCH_ALL; in emit_if()3630 ctx->block->brtype = IR3_BRANCH_GETONE; in emit_if()3638 ctx->block->brtype = IR3_BRANCH_SHPS; in emit_if()3641 ctx->block->brtype = IR3_BRANCH_COND; in emit_if()
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()
61 brtype, member
86 switch (instr->cat0.brtype) { in __instruction_case()
163711 "brtype" to choose between ABR and VBR encoding. The default is now VBR