Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_util.c75 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()
Dbrw_clip.h106 struct brw_reg fixed_planes; member
Dbrw_clip_line.c55 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()
Dbrw_clip_tri.c60 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()