| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_clip_line.c | 128 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 D | brw_clip_tri.c | 261 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 D | brw_clip_line.c | 128 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 D | brw_clip_tri.c | 261 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 D | draw_llvm.c | 1148 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 D | draw_llvm.c | 1520 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");
|