Searched refs:nv50_ir_varying (Results 1 – 6 of 6) sorted by relevance
41 struct nv50_ir_varying struct152 struct nv50_ir_varying sv[PIPE_MAX_SHADER_INPUTS];153 struct nv50_ir_varying in[PIPE_MAX_SHADER_INPUTS];154 struct nv50_ir_varying out[PIPE_MAX_SHADER_OUTPUTS];
43 uint8_t translateInterpMode(const struct nv50_ir_varying *var, operation& op);
58 ConverterCommon::translateInterpMode(const struct nv50_ir_varying *var, operation& op) in translateInterpMode()
568 const struct nv50_ir_varying *var) in recordLocation()
116 void setInterpolate(nv50_ir_varying *,905 Converter::setInterpolate(nv50_ir_varying *var, in setInterpolate()1059 nv50_ir_varying *v = &info_out->in[vary]; in assignSlots()1137 nv50_ir_varying *v = &info_out->out[vary]; in assignSlots()1213 const nv50_ir_varying *vary = input ? info_out->in : info_out->out; in getSlotAddress()1718 nv50_ir_varying& vary = input ? info_out->in[idx] : info_out->out[idx]; in visit()
426 nvc0_hdr_interp_mode(const struct nv50_ir_varying *var) in nvc0_hdr_interp_mode()