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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_clip_line.c128 struct brw_indirect plane_ptr = brw_indirect(4, 0); local in function:clip_and_emit_line
139 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c));
190 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0));
192 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0));
257 /* plane_ptr++;
259 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c));
H A Dbrw_clip_tri.c261 struct brw_indirect plane_ptr = brw_indirect(3, 0); local in function:brw_clip_tri
271 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c));
301 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0));
303 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0));
421 /* plane_ptr++;
423 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_clip_line.c128 struct brw_indirect plane_ptr = brw_indirect(4, 0); local in function:clip_and_emit_line
139 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c));
190 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0));
192 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0));
257 /* plane_ptr++;
259 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c));
H A Dbrw_clip_tri.c261 struct brw_indirect plane_ptr = brw_indirect(3, 0); local in function:brw_clip_tri
271 brw_MOV(p, get_addr_reg(plane_ptr), brw_clip_plane0_address(c));
301 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0));
303 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0));
421 /* plane_ptr++;
423 brw_ADD(p, get_addr_reg(plane_ptr), get_addr_reg(plane_ptr), brw_clip_plane_stride(c));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1148 LLVMValueRef plane1, planes, plane_ptr, sum; local in function:generate_clipmask
1289 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1290 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_x");
1295 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1296 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_y");
1301 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1302 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_z");
1307 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1308 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_w");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1520 LLVMValueRef plane1, planes, plane_ptr, sum; local in function:generate_clipmask
1661 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1662 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_x");
1667 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1668 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_y");
1673 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1674 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_z");
1679 plane_ptr = LLVMBuildGEP(builder, planes_ptr, indices, 3, "");
1680 plane1 = LLVMBuildLoad(builder, plane_ptr, "plane_w");

Completed in 24 milliseconds