Searched refs:nv50_ir_varying (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_common.h43 uint8_t translateInterpMode(const struct nv50_ir_varying *var, operation& op);
H A Dnv50_ir_driver.h38 struct nv50_ir_varying struct
104 struct nv50_ir_varying sv[PIPE_MAX_SHADER_INPUTS];
105 struct nv50_ir_varying in[PIPE_MAX_SHADER_INPUTS];
106 struct nv50_ir_varying out[PIPE_MAX_SHADER_OUTPUTS];
H A Dnv50_ir_from_common.cpp56 ConverterCommon::translateInterpMode(const struct nv50_ir_varying *var, operation& op)
H A Dnv50_ir_target_nv50.cpp568 const struct nv50_ir_varying *var)
H A Dnv50_ir_from_nir.cpp103 void setInterpolate(nv50_ir_varying *,
1112 Converter::setInterpolate(nv50_ir_varying *var,
1431 const nv50_ir_varying *vary = input ? info->in : info->out;
2006 nv50_ir_varying& vary = input ? info->in[idx] : info->out[idx];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_common.h43 uint8_t translateInterpMode(const struct nv50_ir_varying *var, operation& op);
H A Dnv50_ir_driver.h41 struct nv50_ir_varying struct
155 struct nv50_ir_varying sv[PIPE_MAX_SHADER_INPUTS];
156 struct nv50_ir_varying in[PIPE_MAX_SHADER_INPUTS];
157 struct nv50_ir_varying out[PIPE_MAX_SHADER_OUTPUTS];
H A Dnv50_ir_from_common.cpp58 ConverterCommon::translateInterpMode(const struct nv50_ir_varying *var, operation& op)
H A Dnv50_ir_target_nv50.cpp579 const struct nv50_ir_varying *var)
H A Dnv50_ir_from_nir.cpp116 void setInterpolate(nv50_ir_varying *,
913 Converter::setInterpolate(nv50_ir_varying *var,
1067 nv50_ir_varying *v = &info_out->in[vary];
1145 nv50_ir_varying *v = &info_out->out[vary];
1221 const nv50_ir_varying *vary = input ? info_out->in : info_out->out;
1726 nv50_ir_varying& vary = input ? info_out->in[idx] : info_out->out[idx];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c427 nvc0_hdr_interp_mode(const struct nv50_ir_varying *var)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c426 nvc0_hdr_interp_mode(const struct nv50_ir_varying *var)

Completed in 19 milliseconds