Home | History | Annotate | Download | only in radeon

Lines Matching defs:chan_index

282 	unsigned chan, chan_index;
300 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) {
301 LLVMValueRef value = dst[chan_index];
328 temp_ptr = bld->outputs[reg->Register.Index][chan_index];
332 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index);