Searched defs:brw_reg (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp44 struct brw_reg implied_header;
122 fs_visitor::generate_pixel_xy(struct brw_reg dst, bool is_x)
124 struct brw_reg g1_uw = retype(brw_vec1_grf(1, 0), BRW_REGISTER_TYPE_UW);
125 struct brw_reg src;
126 struct brw_reg deltas;
151 struct brw_reg dst, struct brw_reg *src)
153 struct brw_reg delta_x = src[0];
154 struct brw_reg delta_y = src[1];
155 struct brw_reg inter
673 struct brw_reg brw_reg; local
[all...]
H A Dbrw_eu.h73 struct brw_reg struct
175 * Construct a brw_reg.
186 static INLINE struct brw_reg brw_reg( GLuint file, function
196 struct brw_reg reg;
230 static INLINE struct brw_reg brw_vec16_reg( GLuint file,
234 return brw_reg(file,
246 static INLINE struct brw_reg brw_vec8_reg( GLuint file,
250 return brw_reg(file,
262 static INLINE struct brw_reg brw_vec4_re
[all...]
H A Dbrw_vec4_emit.cpp65 struct brw_reg reg = brw_vec8_grf(grf, 0);
78 struct brw_reg reg = brw_vec8_grf(grf, 0);
156 struct brw_reg
159 struct brw_reg brw_reg; local
163 brw_reg = brw_vec8_grf(dst.reg + dst.reg_offset, 0);
164 brw_reg = retype(brw_reg, dst.type);
165 brw_reg.dw1.bits.writemask = dst.writemask;
169 brw_reg
193 struct brw_reg brw_reg; local
[all...]
H A Dbrw_fs.cpp246 /** Fixed brw_reg Immediate value constructor. */
247 fs_reg::fs_reg(struct brw_reg fixed_hw_reg)
710 struct brw_reg interp = interp_reg(location, k);
730 struct brw_reg interp = interp_reg(location, k);
773 struct brw_reg r1_6ud = retype(brw_vec1_grf(1, 6), BRW_REGISTER_TYPE_UD);
928 struct brw_reg brw_reg = brw_vec1_grf(c->nr_payload_regs + local
933 inst->src[i].fixed_hw_reg = retype(brw_reg, inst->src[i].type);
H A Dbrw_vs_emit.c80 static struct brw_reg get_tmp( struct brw_vs_compile *c )
82 struct brw_reg tmp = brw_vec8_grf(c->last_tmp, 0);
90 static void release_tmp( struct brw_vs_compile *c, struct brw_reg tmp )
354 c->regs[PROGRAM_ADDRESS][i] = brw_reg(BRW_GENERAL_REGISTER_FILE,
430 struct brw_reg dst,
431 struct brw_reg arg0,
433 struct brw_reg,
434 struct brw_reg ))
438 struct brw_reg tmp = brw_writemask(get_tmp(c), dst.dw1.bits.writemask);
453 struct brw_reg ds
429 unalias1( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, void (*func)( struct brw_vs_compile *, struct brw_reg, struct brw_reg )) argument
452 unalias2( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, void (*func)( struct brw_vs_compile *, struct brw_reg, struct brw_reg, struct brw_reg )) argument
478 unalias3( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, struct brw_reg arg2, void (*func)( struct brw_vs_compile *, struct brw_reg, struct brw_reg, struct brw_reg, struct brw_reg )) argument
[all...]
H A Dbrw_wm_emit.c38 can_do_pln(struct intel_context *intel, const struct brw_reg *deltas)
116 const struct brw_reg *dst,
120 struct brw_reg r1 = brw_vec1_grf(1, 0);
121 struct brw_reg r1_uw = retype(r1, BRW_REGISTER_TYPE_UW);
122 struct brw_reg dst0_uw, dst1_uw;
163 const struct brw_reg *dst,
165 const struct brw_reg *arg0)
168 struct brw_reg r1 = brw_vec1_grf(1, 0);
207 const struct brw_reg *dst,
209 const struct brw_reg *arg
513 emit_alu1(struct brw_compile *p, struct brw_instruction *(*func)(struct brw_compile *, struct brw_reg, struct brw_reg), const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0) argument
537 emit_alu2(struct brw_compile *p, struct brw_instruction *(*func)(struct brw_compile *, struct brw_reg, struct brw_reg, struct brw_reg), const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp44 struct brw_reg implied_header;
122 fs_visitor::generate_pixel_xy(struct brw_reg dst, bool is_x)
124 struct brw_reg g1_uw = retype(brw_vec1_grf(1, 0), BRW_REGISTER_TYPE_UW);
125 struct brw_reg src;
126 struct brw_reg deltas;
151 struct brw_reg dst, struct brw_reg *src)
153 struct brw_reg delta_x = src[0];
154 struct brw_reg delta_y = src[1];
155 struct brw_reg inter
673 struct brw_reg brw_reg; local
[all...]
H A Dbrw_eu.h73 struct brw_reg struct
175 * Construct a brw_reg.
186 static INLINE struct brw_reg brw_reg( GLuint file, function
196 struct brw_reg reg;
230 static INLINE struct brw_reg brw_vec16_reg( GLuint file,
234 return brw_reg(file,
246 static INLINE struct brw_reg brw_vec8_reg( GLuint file,
250 return brw_reg(file,
262 static INLINE struct brw_reg brw_vec4_re
[all...]
H A Dbrw_vec4_emit.cpp65 struct brw_reg reg = brw_vec8_grf(grf, 0);
78 struct brw_reg reg = brw_vec8_grf(grf, 0);
156 struct brw_reg
159 struct brw_reg brw_reg; local
163 brw_reg = brw_vec8_grf(dst.reg + dst.reg_offset, 0);
164 brw_reg = retype(brw_reg, dst.type);
165 brw_reg.dw1.bits.writemask = dst.writemask;
169 brw_reg
193 struct brw_reg brw_reg; local
[all...]
H A Dbrw_fs.cpp246 /** Fixed brw_reg Immediate value constructor. */
247 fs_reg::fs_reg(struct brw_reg fixed_hw_reg)
710 struct brw_reg interp = interp_reg(location, k);
730 struct brw_reg interp = interp_reg(location, k);
773 struct brw_reg r1_6ud = retype(brw_vec1_grf(1, 6), BRW_REGISTER_TYPE_UD);
928 struct brw_reg brw_reg = brw_vec1_grf(c->nr_payload_regs + local
933 inst->src[i].fixed_hw_reg = retype(brw_reg, inst->src[i].type);
H A Dbrw_vs_emit.c80 static struct brw_reg get_tmp( struct brw_vs_compile *c )
82 struct brw_reg tmp = brw_vec8_grf(c->last_tmp, 0);
90 static void release_tmp( struct brw_vs_compile *c, struct brw_reg tmp )
354 c->regs[PROGRAM_ADDRESS][i] = brw_reg(BRW_GENERAL_REGISTER_FILE,
430 struct brw_reg dst,
431 struct brw_reg arg0,
433 struct brw_reg,
434 struct brw_reg ))
438 struct brw_reg tmp = brw_writemask(get_tmp(c), dst.dw1.bits.writemask);
453 struct brw_reg ds
429 unalias1( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, void (*func)( struct brw_vs_compile *, struct brw_reg, struct brw_reg )) argument
452 unalias2( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, void (*func)( struct brw_vs_compile *, struct brw_reg, struct brw_reg, struct brw_reg )) argument
478 unalias3( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, struct brw_reg arg2, void (*func)( struct brw_vs_compile *, struct brw_reg, struct brw_reg, struct brw_reg, struct brw_reg )) argument
[all...]
H A Dbrw_wm_emit.c38 can_do_pln(struct intel_context *intel, const struct brw_reg *deltas)
116 const struct brw_reg *dst,
120 struct brw_reg r1 = brw_vec1_grf(1, 0);
121 struct brw_reg r1_uw = retype(r1, BRW_REGISTER_TYPE_UW);
122 struct brw_reg dst0_uw, dst1_uw;
163 const struct brw_reg *dst,
165 const struct brw_reg *arg0)
168 struct brw_reg r1 = brw_vec1_grf(1, 0);
207 const struct brw_reg *dst,
209 const struct brw_reg *arg
513 emit_alu1(struct brw_compile *p, struct brw_instruction *(*func)(struct brw_compile *, struct brw_reg, struct brw_reg), const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0) argument
537 emit_alu2(struct brw_compile *p, struct brw_instruction *(*func)(struct brw_compile *, struct brw_reg, struct brw_reg, struct brw_reg), const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
[all...]

Completed in 808 milliseconds