Home
last modified time | relevance | path

Searched refs:nv50_ir_varying (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h41 struct nv50_ir_varying struct
152 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];
Dnv50_ir_from_common.h43 uint8_t translateInterpMode(const struct nv50_ir_varying *var, operation& op);
Dnv50_ir_from_common.cpp58 ConverterCommon::translateInterpMode(const struct nv50_ir_varying *var, operation& op) in translateInterpMode()
Dnv50_ir_target_nv50.cpp568 const struct nv50_ir_varying *var) in recordLocation()
Dnv50_ir_from_nir.cpp116 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()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c426 nvc0_hdr_interp_mode(const struct nv50_ir_varying *var) in nvc0_hdr_interp_mode()