Home
last modified time | relevance | path

Searched refs:update_pred (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c75 S_SQ_ALU_WORD1_OP2_UPDATE_PRED(alu->update_pred); in r700_bytecode_alu_build()
122 alu->update_pred = G_SQ_ALU_WORD1_OP2_UPDATE_PRED(word1); in r700_bytecode_alu_read()
Dr600_asm.h62 unsigned update_pred; member
Deg_asm.c329 S_SQ_ALU_WORD1_OP2_UPDATE_PRED(alu->update_pred); in eg_bytecode_alu_build()
Dr600_asm.c1746 S_SQ_ALU_WORD1_OP2_UPDATE_PRED(alu->update_pred); in r600_bytecode_alu_build()
2363 alu->update_pred ? 'P':' ', in r600_bytecode_disasm()
2921 alu->update_pred = G_SQ_ALU_WORD1_OP2_UPDATE_PRED(word1); in r600_bytecode_alu_read()
Dr600_shader.c2688 alu.update_pred = 1; in generate_gs_copy_shader()
3242 alu.update_pred = 1; in r600_emit_tess_factor()
10396 alu.update_pred = 1; in emit_logic_pred()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_builder.cpp436 .UPDATE_PRED(bc.update_pred) in build_alu()
451 .UPDATE_PRED(bc.update_pred) in build_alu()
465 .UPDATE_PRED(bc.update_pred) in build_alu()
480 .UPDATE_PRED(bc.update_pred) in build_alu()
Dsb_bc.h529 unsigned update_pred:1; member
558 update_pred = 0; in clear()
Dsb_bc_decoder.cpp377 bc.update_pred = w1.get_UPDATE_PRED(); in decode_alu()
396 bc.update_pred = w1.get_UPDATE_PRED(); in decode_alu()
Dsb_bc_dump.cpp381 s << (n.bc.update_pred ? "P" : " "); in dump()
Dsb_bc_finalize.cpp340 n->bc.update_pred = (n->dst[1] != NULL); in finalize_alu_group()
Dsb_bc_parser.cpp430 if (n->bc.update_pred) in prepare_alu_group()
Dsb_expr.cpp1323 a->bc.update_pred = 0; in convert_predset_to_set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrFormats.td135 bits<1> update_pred;
142 let Word1{3} = update_pred;
DR600ExpandSpecialInstrs.cpp129 TII->setImmOperand(*PredSet, R600::OpName::update_pred, 1); in runOnMachineFunction()
DR600InstrInfo.cpp1293 OPERAND_CASE(R600::OpName::update_pred) in getSlotedOps()
1334 R600::OpName::update_pred, in buildSlotOfVectorInstruction()
DR600Instructions.td124 let update_pred = 0;
147 (ins UEM:$update_exec_mask, UP:$update_pred, WRITE:$write,
154 "$clamp $last $update_exec_mask$update_pred$dst$write$dst_rel$omod, "
DEvergreenInstructions.td492 let update_pred = 0;