Searched defs:plane_ptr (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip_line.c134 struct brw_indirect plane_ptr = brw_indirect(4, 0); local
143 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c));
172 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0));
174 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0));
238 /* plane_ptr++;
240 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c));
H A Dbrw_clip_tri.c231 struct brw_indirect plane_ptr = brw_indirect(3, 0); local
239 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c));
260 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0));
262 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0));
380 /* plane_ptr++;
382 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c));
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_line.c134 struct brw_indirect plane_ptr = brw_indirect(4, 0); local
143 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c));
172 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0));
174 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0));
238 /* plane_ptr++;
240 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c));
H A Dbrw_clip_tri.c231 struct brw_indirect plane_ptr = brw_indirect(3, 0); local
239 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c));
260 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0));
262 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0));
380 /* plane_ptr++;
382 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c869 LLVMValueRef plane1, planes, plane_ptr, sum; local
992 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
993 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_x");
998 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
999 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_y");
1005 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1006 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_z");
1012 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1013 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_w");
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c869 LLVMValueRef plane1, planes, plane_ptr, sum; local
992 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
993 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_x");
998 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
999 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_y");
1005 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1006 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_z");
1012 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1013 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_w");

Completed in 99 milliseconds