Home
last modified time | relevance | path

Searched refs:brw_clip_plane_stride (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_clip.h148 struct brw_reg brw_clip_plane_stride( struct brw_clip_compile *c );
Dbrw_clip_line.c259 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c)); in clip_and_emit_line()
Dbrw_clip_util.c382 struct brw_reg brw_clip_plane_stride( struct brw_clip_compile *c ) in brw_clip_plane_stride() function
Dbrw_clip_tri.c423 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c)); in brw_clip_tri()