Searched refs:src_register (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h35 struct src_register struct
99 struct src_register ps_true_texcoord[PIPE_MAX_ATTRIBS];
100 struct src_register ps_inverted_texcoord[PIPE_MAX_ATTRIBS];
107 struct src_register input_map[PIPE_MAX_ATTRIBS];
112 struct src_register ps_true_pos;
113 struct src_register ps_depth_pos;
117 struct src_register ps_depth_fog;
119 struct src_register imm_0055;
303 /** Create a src_register given a register file and register number */
304 static inline struct src_register
[all...]
H A Dsvga_tgsi_insn.c129 * Apply a swizzle to a src_register, returning a new src_register
133 static struct src_register
134 swizzle(struct src_register src,
153 * Apply a "scalar" swizzle to a src_register returning a new
154 * src_register where all the swizzle terms are the same.
157 static struct src_register
158 scalar(struct src_register src, unsigned comp)
192 * Translate a TGSI src register to a src_register.
194 static struct src_register
[all...]
H A Dsvga_tgsi_decl_sm30.c150 struct src_register *out )
152 struct src_register reg;
162 reg = src_register( SVGA3DREG_INPUT,
187 emit->ps_true_pos = src_register( SVGA3DREG_MISCTYPE,
201 emit->input_map[idx] = src_register( SVGA3DREG_TEMP,
226 emit->input_map[idx] = src_register( SVGA3DREG_INPUT, emit->ps30_input_count );
281 emit->input_map[idx] = src_register( SVGA3DREG_INPUT, emit->ps30_input_count++ );
304 src_register(SVGA3DREG_TEMP, emit->nr_hw_temp);
401 emit->input_map[idx] = src_register( SVGA3DREG_INPUT, idx );
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c866 struct tgsi_src_register src_register; local
868 src_register.File = TGSI_FILE_NULL;
869 src_register.SwizzleX = TGSI_SWIZZLE_X;
870 src_register.SwizzleY = TGSI_SWIZZLE_Y;
871 src_register.SwizzleZ = TGSI_SWIZZLE_Z;
872 src_register.SwizzleW = TGSI_SWIZZLE_W;
873 src_register.Negate = 0;
874 src_register.Absolute = 0;
875 src_register.Indirect = 0;
876 src_register
897 struct tgsi_src_register src_register; local
1276 struct tgsi_src_register *src_register; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c119 src_register( struct st_translate *t, function
270 struct ureg_src src = src_register( t, SrcReg->File, SrcReg->Index );
286 * src_register(). Reassign it now. But don't do this
319 struct ureg_src src = src_register( t, SrcReg->File, SrcReg->Index );
H A Dst_glsl_to_tgsi.cpp5419 src_register(struct st_translate *t, const st_src_reg *reg) function
5535 struct ureg_src src = src_register(t, src_reg);

Completed in 121 milliseconds