Home
last modified time | relevance | path

Searched refs:rc_presubtract_op (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_constants.h177 } rc_presubtract_op; typedef
190 static inline int rc_presubtract_src_reg_count(rc_presubtract_op op){ in rc_presubtract_src_reg_count()
Dradeon_program.h65 rc_presubtract_op Opcode;
Dradeon_compiler_util.h91 rc_presubtract_op presub_op,
Dradeon_optimize.c455 rc_presubtract_op * presub_opcode = reader_data->CbData; in presub_scan_read()
470 rc_presubtract_op presub_opcode, in presub_helper()
475 rc_presubtract_op cb_op = presub_opcode; in presub_helper()
506 rc_presubtract_op presub_opcode; in presub_replace_add()
Dradeon_compiler_util.c413 rc_presubtract_op presub_op, in rc_inst_can_use_presub()
Dradeon_program_print.c41 static const char * presubtract_op_to_string(rc_presubtract_op op) in presubtract_op_to_string()