HomeSort by relevance Sort by last modified time
    Searched defs:stride (Results 151 - 175 of 796) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_variant.c 69 unsigned stride,
77 stride,
91 unsigned stride = vsvg->temp_vertex_stride; local
96 for (j = 0; j < count; j++, ptr += stride) {
114 unsigned stride = vsvg->temp_vertex_stride; local
119 for (j = 0; j < count; j++, ptr += stride) {
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 207 def stride(self): member in class:Format
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource.h 71 unsigned stride; member in struct:i915_texture
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_vbuf.c 126 int stride )
128 return (const_float4_ptr)((char *)vertex_buffer + index * stride);
138 const unsigned stride = setup->vertex_info->size * sizeof(float); local
152 get_vert(vertex_buffer, indices[i-0], stride) );
159 get_vert(vertex_buffer, indices[i-1], stride),
160 get_vert(vertex_buffer, indices[i-0], stride) );
167 get_vert(vertex_buffer, indices[i-1], stride),
168 get_vert(vertex_buffer, indices[i-0], stride) );
175 get_vert(vertex_buffer, indices[i-1], stride),
176 get_vert(vertex_buffer, indices[i-0], stride) );
337 const unsigned stride = setup->vertex_info->size * sizeof(float); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 46 unsigned int stride; /**< difference in base between arg0/1/2 */ member in struct:swizzle_data
218 return sd->base + src*sd->stride;
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.c 305 unsigned stride = hwtnl->cmd.vdecl[i].array.stride; local
373 assert(offset + index_bias*stride + width <= size);
382 assert(range->indexWidth == range->indexArray.stride);
387 unsigned stride = range->indexArray.stride; local
392 assert(stride);
419 assert(offset + count*stride <= size);
  /external/mesa3d/src/gallium/include/state_tracker/
drm_driver.h 34 unsigned stride; member in struct:winsys_handle
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 54 int stride; member in struct:android_sw_displaytarget
88 unsigned *stride)
156 unsigned *stride)
167 adt->stride = ahandle->stride;
176 if (stride)
177 *stride = adt->stride;
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 45 unsigned stride; member in struct:dri_sw_displaytarget
86 unsigned *stride)
100 dri_sw_dt->stride = align(format_stride, alignment);
103 size = dri_sw_dt->stride * nblocksy;
109 *stride = dri_sw_dt->stride;
153 unsigned *stride)
178 /* Set the width to 'stride / cpp'.
182 width = dri_sw_dt->stride / util_format_get_blocksize(dri_sw_dt->format);
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 54 unsigned stride; member in struct:gdi_sw_displaytarget
127 unsigned *stride)
144 gdt->stride = align(width * cpp, alignment);
145 gdt->size = gdt->stride * height;
152 gdt->bmi.bmiHeader.biWidth = gdt->stride / cpp;
163 *stride = gdt->stride;
177 unsigned *stride)
  /external/mesa3d/src/gallium/winsys/sw/wrapper/
wrapper_sw_winsys.c 65 unsigned stride; /**< because we get stride at create */ member in struct:wrapper_sw_displaytarget
88 wsw_dt_get_stride(struct wrapper_sw_displaytarget *wdt, unsigned *stride)
100 *stride = tr->stride;
101 wdt->stride = tr->stride;
110 struct pipe_resource *tex, unsigned *stride)
119 if (!wsw_dt_get_stride(wdt, stride))
137 unsigned *stride)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sol.c 174 unsigned stride = linked_xfb_info->BufferStride[i]; local
176 /* Skip any inactive buffers, which have a stride of 0. */
177 if (stride == 0)
180 unsigned max_for_this_buffer = xfb_obj->Size[i] / (4 * stride);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 141 int stride; local
152 stride = s->pitch;
155 map += stride * (rb->Height - 1);
156 stride = -stride;
160 map += (int)y * stride;
163 *out_stride = stride;
  /external/mesa3d/src/mesa/math/
m_vector.h 42 #define VEC_BAD_STRIDE 0x100 /* matches tnl's prefered stride */
66 GLuint stride; /**< stride from one element to the next (in bytes) */ member in struct:__anon19811
89 ( (type *) ( ((GLbyte *) ((v)->data)) + (i) * (v)->stride) )
  /external/opencv3/modules/core/include/opencv2/core/cuda/
block.hpp 61 static __device__ __forceinline__ unsigned int stride() function in struct:cv::cuda::device::Block
79 int STRIDE = stride();
82 for(; t < end; t += STRIDE)
89 int STRIDE = stride();
93 for(OutIt t = beg + tid; t < end; t += STRIDE, value += STRIDE)
100 int STRIDE = stride();
    [all...]
  /external/pdfium/third_party/agg23/
agg_rendering_buffer.h 57 rendering_buffer(int8u* buf, unsigned width, unsigned height, int stride) :
65 attach(buf, width, height, stride);
67 void attach(int8u* buf, unsigned width, unsigned height, int stride)
72 m_stride = stride;
78 if(stride < 0) {
79 row_ptr = m_buf - int(height - 1) * stride;
84 row_ptr += stride;
103 int stride() const function in class:agg::rendering_buffer
  /external/skia/gm/
textblobrandomfont.cpp 112 int stride = SkScalarCeilToInt(fBlob->bounds().height()); variable
113 int yOffset = stride / 8;
118 yOffset += stride;
125 yOffset += stride;
129 yOffset += stride;
  /external/webrtc/talk/app/webrtc/java/jni/
native_handle_impl.cc 116 int stride = 8 * uv_width; local
118 size_t size = stride * (height() + uv_height);
128 uint8_t* u_data = y_data + height() * stride;
129 uint8_t* v_data = u_data + stride/2;
134 y_data, stride,
135 u_data, stride,
136 v_data, stride,
157 byte_buffer, width(), height(), stride,
  /external/webrtc/webrtc/common_video/
video_frame_buffer.cc 84 int I420Buffer::stride(PlaneType type) const { function in class:webrtc::I420Buffer
129 int NativeHandleBuffer::stride(PlaneType type) const { function in class:webrtc::NativeHandleBuffer
184 int WrappedI420Buffer::stride(PlaneType type) const { function in class:webrtc::WrappedI420Buffer
225 buffer->stride(kYPlane) * offset_y + offset_x;
227 buffer->stride(kUPlane) * uv_offset_y + uv_offset_x;
229 buffer->stride(kVPlane) * uv_offset_y + uv_offset_x;
232 y_plane, buffer->stride(kYPlane),
233 u_plane, buffer->stride(kUPlane),
234 v_plane, buffer->stride(kVPlane),
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame.h 34 int stride() const { return stride_; } function in class:webrtc::DesktopFrame
75 int stride,
115 int stride,
  /frameworks/native/include/gui/
CpuConsumer.h 51 uint32_t stride; member in struct:android::CpuConsumer::LockedBuffer
64 // contains the Y channel, and stride is the Y channel stride. For other
76 stride(0),
  /frameworks/native/include/ui/
ANativeObjectBase.h 34 int32_t stride; member in struct:egl_native_pixmap_t
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_to_md5.c 29 // is processed, then U, then V. It is important to honor the image's `stride`
54 const int stride = img->stride[plane]; local
60 buf += stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct32x32_test.cc 40 void reference_32x32_dct_1d(const double in[32], double out[32], int stride) {
74 typedef void (*fwd_txfm_t)(const int16_t *in, int16_t *out, int stride);
75 typedef void (*inv_txfm_t)(const int16_t *in, uint8_t *out, int stride);
151 const int stride = 32; local
152 vp9_fdct32x32_c(input_block, output_ref_block, stride);
153 REGISTER_STATE_CHECK(fwd_txfm_(input_block, output_block, stride));
189 const int stride = 32; local
190 vp9_fdct32x32_c(input_extreme_block, output_ref_block, stride);
191 REGISTER_STATE_CHECK(fwd_txfm_(input_extreme_block, output_block, stride));
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.cpp 126 uint32_t stride = mapper.getStride().rgb.stride; local
134 srcPixel = p + i*stride + j*4;

Completed in 652 milliseconds

1 2 3 4 5 67 8 91011>>