Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_opcodes.c46 .HasDstReg = 1,
53 .HasDstReg = 1,
60 .HasDstReg = 1
66 .HasDstReg = 1
72 .HasDstReg = 1,
79 .HasDstReg = 1,
86 .HasDstReg = 1,
93 .HasDstReg = 1,
100 .HasDstReg = 1,
107 .HasDstReg = 1,
[all …]
Dradeon_dataflow_deadcode.c159 if (opcode->HasDstReg) { in update_instruction()
253 if(opcode->HasDstReg){ in rc_dataflow_deadcode()
321 if (!opcode->HasDstReg) { in rc_dataflow_deadcode()
Dradeon_opcodes.h257 unsigned int HasDstReg:1; member
Dradeon_compiler.c129 if (opcode->HasDstReg) { in rc_calculate_inputs_outputs()
181 if (opcode->HasDstReg) { in rc_move_output()
204 if (opcode->HasDstReg) { in rc_copy_output()
Dr3xx_vertprog.c388 if (info->HasDstReg) { in translate_vertex_program()
533 if (info->HasDstReg && vpi->DstReg.File == RC_FILE_TEMPORARY && in translate_vertex_program()
585 if (opcode->HasDstReg) { in allocate_temporary_registers()
646 if (opcode->HasDstReg) { in allocate_temporary_registers()
Dradeon_dataflow.c261 if (opcode->HasDstReg && inst->DstReg.WriteMask) in writes_normal()
347 if (opcode->HasDstReg) { in remap_normal_instruction()
Dradeon_pair_translate.c333 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.c202 assert(info->HasDstReg); in is_dst_safe_to_reuse()
1294 if (!info->HasDstReg || inst->U.I.DstReg.File != RC_FILE_OUTPUT || in rc_force_output_alpha_to_one()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c404 if (info->HasDstReg) { in parse_rc_normal_instruction()