Home
last modified time | relevance | path

Searched refs:deref_4b (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_line.c174 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in clip_and_emit_line()
Dbrw_clip_tri.c262 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in brw_clip_tri()
Dbrw_eu.h750 static INLINE struct brw_reg deref_4b(struct brw_indirect ptr, GLint offset) in deref_4b() function