Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c349 ret |= RC_SOURCE_RGB; in rc_source_type_swz()
360 ret |= RC_SOURCE_RGB; in rc_source_type_mask()
477 if (src_type0 & src_type1 & RC_SOURCE_RGB) { in rc_inst_can_use_presub()
498 if (src_type & RC_SOURCE_RGB) { in rc_inst_can_use_presub()
572 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.h209 #define RC_SOURCE_RGB 0x1 macro
Dradeon_program_pair.c218 if (type & RC_SOURCE_RGB) { in rc_pair_get_src()
Dradeon_pair_schedule.c510 case RC_SOURCE_RGB: in merge_presub_sources()
609 if (!merge_presub_sources(rgb, alpha->RGB, RC_SOURCE_RGB)) { in destructive_merge_instructions()
Dradeon_variable.c100 if (src_type & RC_SOURCE_RGB) { in rc_variable_change_dst()
Dradeon_dataflow.c155 if (src_type & RC_SOURCE_RGB) { in pair_sub_for_all_args()