Searched refs:fixed_planes (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_clip_util.c | 68 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 0), make_plane_ud( 0, 0, 0xff, 1)); in brw_clip_init_planes() 69 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 1), make_plane_ud( 0, 0, 1, 1)); in brw_clip_init_planes() 70 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 2), make_plane_ud( 0, 0xff, 0, 1)); in brw_clip_init_planes() 71 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 3), make_plane_ud( 0, 1, 0, 1)); in brw_clip_init_planes() 72 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 4), make_plane_ud(0xff, 0, 0, 1)); in brw_clip_init_planes() 73 brw_MOV(p, get_element_ud(c->reg.fixed_planes, 5), make_plane_ud( 1, 0, 0, 1)); in brw_clip_init_planes() 378 return brw_address(c->reg.fixed_planes); in brw_clip_plane0_address()
|
D | brw_clip.h | 73 struct brw_reg fixed_planes; member
|
D | brw_clip_line.c | 48 c->reg.fixed_planes = brw_vec4_grf(i, 0); in brw_clip_line_alloc_regs() 76 c->reg.fixed_planes = brw_vec8_grf(i, 0); in brw_clip_line_alloc_regs()
|
D | brw_clip_tri.c | 55 c->reg.fixed_planes = brw_vec4_grf(i, 0); in brw_clip_tri_alloc_regs() 103 c->reg.fixed_planes = brw_vec8_grf(i, 0); in brw_clip_tri_alloc_regs()
|