Home
last modified time | relevance | path

Searched refs:plane_ptr (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip_line.c129 struct brw_indirect plane_ptr = brw_indirect(4, 0); in clip_and_emit_line() local
140 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c)); in clip_and_emit_line()
191 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0)); in clip_and_emit_line()
193 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in clip_and_emit_line()
258 /* plane_ptr++; in clip_and_emit_line()
260 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c)); in clip_and_emit_line()
H A Dbrw_clip_tri.c262 struct brw_indirect plane_ptr = brw_indirect(3, 0); in brw_clip_tri() local
272 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c)); in brw_clip_tri()
302 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0)); in brw_clip_tri()
304 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in brw_clip_tri()
422 /* plane_ptr++; in brw_clip_tri()
424 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c)); in brw_clip_tri()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1507 LLVMValueRef plane1, planes, plane_ptr, sum; in generate_clipmask() local
1652 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, ""); in generate_clipmask()
1653 plane1 = LLVMBuildLoad2(builder, vs_elem_type, plane_ptr, in generate_clipmask()

Completed in 11 milliseconds