Home
last modified time | relevance | path

Searched refs:HasDstReg (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.c48 .HasDstReg = 1,
55 .HasDstReg = 1
61 .HasDstReg = 1
67 .HasDstReg = 1,
74 .HasDstReg = 1,
81 .HasDstReg = 1,
88 .HasDstReg = 1,
95 .HasDstReg = 1,
102 .HasDstReg = 1,
109 .HasDstReg = 1
[all …]
Dradeon_dataflow_deadcode.c151 if (opcode->HasDstReg) { in update_instruction()
220 if (opcode->HasDstReg) in rc_dataflow_deadcode()
243 if(opcode->HasDstReg){ in rc_dataflow_deadcode()
313 if (!opcode->HasDstReg) { in rc_dataflow_deadcode()
Dradeon_opcodes.h236 unsigned int HasDstReg:1; member
Dr3xx_vertprog.c394 if (info->HasDstReg) { in translate_vertex_program()
548 if (info->HasDstReg && vpi->DstReg.File == RC_FILE_TEMPORARY && in translate_vertex_program()
553 if (info->HasDstReg && vpi->DstReg.File == RC_FILE_OUTPUT && in translate_vertex_program()
636 if (opcode->HasDstReg) { in allocate_temporary_registers()
682 if (opcode->HasDstReg) { in allocate_temporary_registers()
Dradeon_compiler.c132 if (opcode->HasDstReg) { in rc_calculate_inputs_outputs()
167 if (opcode->HasDstReg) { in rc_copy_output()
Dradeon_dataflow.c261 if (opcode->HasDstReg && inst->DstReg.WriteMask) in writes_normal()
347 if (opcode->HasDstReg) { in remap_normal_instruction()
Dradeon_pair_translate.c335 if (opcode->HasDstReg) { in check_opcode_support()
Dradeon_emulate_branches.c278 if (!opcode->HasDstReg) in fix_output_writes()
Dradeon_program_print.c298 if (opcode->HasDstReg) { in rc_print_normal_instruction()
Dradeon_program_alu.c203 assert(info->HasDstReg); in is_dst_safe_to_reuse()
1196 if (!info->HasDstReg || inst->U.I.DstReg.File != RC_FILE_OUTPUT || in rc_force_output_alpha_to_one()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c405 if (info->HasDstReg) { in parse_rc_normal_instruction()