Searched refs:fixed_planes (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip_util.c | 75 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 0), make_plane_ud( 0, 0, 0xff, 1)); in brw_clip_init_planes() 76 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 1), make_plane_ud( 0, 0, 1, 1)); in brw_clip_init_planes() 77 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 2), make_plane_ud( 0, 0xff, 0, 1)); in brw_clip_init_planes() 78 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 3), make_plane_ud( 0, 1, 0, 1)); in brw_clip_init_planes() 79 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 4), make_plane_ud(0xff, 0, 0, 1)); in brw_clip_init_planes() 80 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 5), make_plane_ud( 1, 0, 0, 1)); in brw_clip_init_planes() 385 return brw_address(c->reg.fixed_planes); in brw_clip_plane0_address()
|
D | brw_clip.h | 106 struct brw_reg fixed_planes; member
|
D | brw_clip_line.c | 55 c->reg.fixed_planes = brw_vec4_grf(i, 0); in brw_clip_line_alloc_regs() 83 c->reg.fixed_planes = brw_vec8_grf(i, 0); in brw_clip_line_alloc_regs()
|
D | brw_clip_tri.c | 60 c->reg.fixed_planes = brw_vec4_grf(i, 0); in brw_clip_tri_alloc_regs() 108 c->reg.fixed_planes = brw_vec8_grf(i, 0); in brw_clip_tri_alloc_regs()
|