Searched refs:TGSI_FOR_EACH_DST0_ENABLED_CHANNEL (Results 1 – 3 of 3) sorted by relevance
269 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) { in lp_build_tgsi_inst_llvm()285 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()315 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) { in lp_build_tgsi_inst_llvm()
3480 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(emit_data->inst, chan_index) { in load_emit()3512 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(emit_data->inst, chan_index) { in load_emit()3631 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(emit_data->inst, chan_index) { in store_emit()
57 #define TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( INST, CHAN )\ macro