Home
last modified time | relevance | path

Searched refs:RC_SOURCE_RGB (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c342 ret |= RC_SOURCE_RGB; in rc_source_type_swz()
353 ret |= RC_SOURCE_RGB; in rc_source_type_mask()
470 if (src_type0 & src_type1 & RC_SOURCE_RGB) { in rc_inst_can_use_presub()
491 if (src_type & RC_SOURCE_RGB) { in rc_inst_can_use_presub()
597 if (src_type & RC_SOURCE_RGB) { in rc_pair_remove_src()
Dradeon_pair_dead_sources.c53 if (src_type & RC_SOURCE_RGB) { in mark_used()
Dradeon_program_constants.h204 #define RC_SOURCE_RGB 0x1 macro
Dradeon_variable.c103 if (src_type & RC_SOURCE_RGB) { in rc_variable_change_dst()
122 src_type & RC_SOURCE_RGB, in rc_variable_change_dst()
Dradeon_program_pair.c218 if (type & RC_SOURCE_RGB) { in rc_pair_get_src()
Dradeon_pair_schedule.c514 case RC_SOURCE_RGB: in merge_presub_sources()
613 if (!merge_presub_sources(rgb, alpha->RGB, RC_SOURCE_RGB)) { in destructive_merge_instructions()
Dradeon_dataflow.c155 if (src_type & RC_SOURCE_RGB) { in pair_sub_for_all_args()