HomeSort by relevance Sort by last modified time
    Searched refs:plane_ptr (Results 1 - 5 of 5) sorted by null

  /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/libcups/filter/
rastertohp.c 567 *plane_ptr, /* Pointer into Planes */ local
604 plane_ptr = Planes[plane], bit_ptr = BitBuffer;
606 count -= 2, plane_ptr += 2, bit_ptr ++)
608 bit = plane_ptr[0];
615 bit = plane_ptr[1];
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 144 const uint8_t* plane_ptr = input_frame.buffer( local
147 memcpy(&buffer_ptr[pos], plane_ptr, width);
149 plane_ptr += input_frame.stride(static_cast<PlaneType>(plane));
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 869 LLVMValueRef plane1, planes, plane_ptr, sum; local
    [all...]

Completed in 256 milliseconds