HomeSort by relevance Sort by last modified time
    Searched defs:brw_reg (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 44 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 interp = src[2]
673 struct brw_reg brw_reg; local
    [all...]
brw_vec4_emit.cpp 65 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 = brw_message_reg(dst.reg + dst.reg_offset)
193 struct brw_reg brw_reg; local
    [all...]
brw_eu.h 73 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_reg( GLuint file
    [all...]
brw_fs.cpp 246 /** 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);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_emit.cpp 44 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 interp = src[2]
673 struct brw_reg brw_reg; local
    [all...]
brw_vec4_emit.cpp 65 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 = brw_message_reg(dst.reg + dst.reg_offset)
193 struct brw_reg brw_reg; local
    [all...]
brw_eu.h 73 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_reg( GLuint file
    [all...]
brw_fs.cpp 246 /** 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);
    [all...]

Completed in 200 milliseconds