Searched refs:brw_indirect (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_util.c91 struct brw_indirect dst_ptr,
92 struct brw_indirect src_ptr,
108 struct brw_indirect ptr,
H A Dbrw_clip.h149 struct brw_indirect dest_ptr,
150 struct brw_indirect v0_ptr, /* from */
151 struct brw_indirect v1_ptr, /* to */
158 struct brw_indirect vert,
H A Dbrw_clip_line.c130 struct brw_indirect vtx0 = brw_indirect(0, 0);
131 struct brw_indirect vtx1 = brw_indirect(1, 0);
132 struct brw_indirect newvtx0 = brw_indirect(2, 0);
133 struct brw_indirect newvtx1 = brw_indirect(3, 0);
134 struct brw_indirect plane_ptr = brw_indirect(
[all...]
H A Dbrw_clip_tri.c228 struct brw_indirect vtx = brw_indirect(0, 0);
229 struct brw_indirect vtxPrev = brw_indirect(1, 0);
230 struct brw_indirect vtxOut = brw_indirect(2, 0);
231 struct brw_indirect plane_ptr = brw_indirect(3, 0);
232 struct brw_indirect inlist_ptr = brw_indirect(
[all...]
H A Dbrw_clip_unfilled.c256 struct brw_indirect vert )
276 struct brw_indirect v0 = brw_indirect(0, 0);
277 struct brw_indirect v1 = brw_indirect(1, 0);
278 struct brw_indirect v0ptr = brw_indirect(2, 0);
279 struct brw_indirect v1ptr = brw_indirect(3, 0);
345 struct brw_indirect v
[all...]
H A Dbrw_eu.h102 struct brw_indirect { struct
740 static INLINE struct brw_reg deref_4f(struct brw_indirect ptr, GLint offset)
745 static INLINE struct brw_reg deref_1f(struct brw_indirect ptr, GLint offset)
750 static INLINE struct brw_reg deref_4b(struct brw_indirect ptr, GLint offset)
755 static INLINE struct brw_reg deref_1uw(struct brw_indirect ptr, GLint offset)
760 static INLINE struct brw_reg deref_1d(struct brw_indirect ptr, GLint offset)
765 static INLINE struct brw_reg deref_1ud(struct brw_indirect ptr, GLint offset)
770 static INLINE struct brw_reg get_addr_reg(struct brw_indirect ptr)
775 static INLINE struct brw_indirect brw_indirect_offset( struct brw_indirect pt
[all...]
H A Dbrw_clip_util.c108 struct brw_indirect vert_addr )
134 struct brw_indirect dest_ptr,
135 struct brw_indirect v0_ptr, /* from */
136 struct brw_indirect v1_ptr, /* to */
209 struct brw_indirect vert,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_util.c91 struct brw_indirect dst_ptr,
92 struct brw_indirect src_ptr,
108 struct brw_indirect ptr,
H A Dbrw_clip.h149 struct brw_indirect dest_ptr,
150 struct brw_indirect v0_ptr, /* from */
151 struct brw_indirect v1_ptr, /* to */
158 struct brw_indirect vert,
H A Dbrw_clip_line.c130 struct brw_indirect vtx0 = brw_indirect(0, 0);
131 struct brw_indirect vtx1 = brw_indirect(1, 0);
132 struct brw_indirect newvtx0 = brw_indirect(2, 0);
133 struct brw_indirect newvtx1 = brw_indirect(3, 0);
134 struct brw_indirect plane_ptr = brw_indirect(
[all...]
H A Dbrw_clip_tri.c228 struct brw_indirect vtx = brw_indirect(0, 0);
229 struct brw_indirect vtxPrev = brw_indirect(1, 0);
230 struct brw_indirect vtxOut = brw_indirect(2, 0);
231 struct brw_indirect plane_ptr = brw_indirect(3, 0);
232 struct brw_indirect inlist_ptr = brw_indirect(
[all...]
H A Dbrw_clip_unfilled.c256 struct brw_indirect vert )
276 struct brw_indirect v0 = brw_indirect(0, 0);
277 struct brw_indirect v1 = brw_indirect(1, 0);
278 struct brw_indirect v0ptr = brw_indirect(2, 0);
279 struct brw_indirect v1ptr = brw_indirect(3, 0);
345 struct brw_indirect v
[all...]
H A Dbrw_eu.h102 struct brw_indirect { struct
740 static INLINE struct brw_reg deref_4f(struct brw_indirect ptr, GLint offset)
745 static INLINE struct brw_reg deref_1f(struct brw_indirect ptr, GLint offset)
750 static INLINE struct brw_reg deref_4b(struct brw_indirect ptr, GLint offset)
755 static INLINE struct brw_reg deref_1uw(struct brw_indirect ptr, GLint offset)
760 static INLINE struct brw_reg deref_1d(struct brw_indirect ptr, GLint offset)
765 static INLINE struct brw_reg deref_1ud(struct brw_indirect ptr, GLint offset)
770 static INLINE struct brw_reg get_addr_reg(struct brw_indirect ptr)
775 static INLINE struct brw_indirect brw_indirect_offset( struct brw_indirect pt
[all...]
H A Dbrw_clip_util.c108 struct brw_indirect vert_addr )
134 struct brw_indirect dest_ptr,
135 struct brw_indirect v0_ptr, /* from */
136 struct brw_indirect v1_ptr, /* to */
209 struct brw_indirect vert,

Completed in 133 milliseconds