/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_clip_line.c | 134 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));
|
brw_clip_tri.c | 231 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/ |
brw_clip_line.c | 134 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));
|
brw_clip_tri.c | 231 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/ |
draw_llvm.c | 869 LLVMValueRef plane1, planes, plane_ptr, sum; local [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 869 LLVMValueRef plane1, planes, plane_ptr, sum; local [all...] |