Searched defs:stride (Results 51 - 75 of 693) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_array.h37 int stride, fields, type; member in struct:nouveau_array
48 nouveau_init_array(struct nouveau_array *a, int attr, int stride,
H A Dnouveau_array.c38 in_t x = ((in_t *)(a->buf + i * a->stride))[j]; \
100 nouveau_init_array(struct nouveau_array *a, int attr, int stride, argument
107 a->stride = stride;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_span.c59 int stride; local
66 &map, &stride);
69 rrb->base.RowStride = stride;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_span.c59 int stride; local
66 &map, &stride);
69 rrb->base.RowStride = stride;
H A Dradeon_maos_arrays.c51 static void emit_s0_vec(uint32_t *out, GLvoid *data, int stride, int count) argument
55 fprintf(stderr, "%s count %d stride %d\n",
56 __FUNCTION__, count, stride);
62 data += stride;
66 static void emit_stq_vec(uint32_t *out, GLvoid *data, int stride, int count) argument
71 fprintf(stderr, "%s count %d stride %d\n",
72 __FUNCTION__, count, stride);
79 data += stride;
84 GLvoid *data, int size, int stride, int count)
100 if (stride
83 emit_tex_vector(struct gl_context *ctx, struct radeon_aos *aos, GLvoid *data, int size, int stride, int count) argument
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_dotprod_tmp.h31 /* Note - respects the stride of the output vector.
38 GLuint stride = coord_vec->stride; local
46 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
58 GLuint stride = coord_vec->stride; local
67 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
80 GLuint stride = coord_vec->stride; local
88 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_
[all...]
H A Dm_trans_tmp.h33 GLuint stride,
36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
59 GLuint stride,
62 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
84 GLuint stride,
87 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
106 GLuint stride,
109 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
126 GLuint stride,
129 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
31 DEST_4F( GLfloat (t)[4], CONST void *ptr, GLuint stride, ARGS ) argument
57 DEST_4FN( GLfloat (t)[4], CONST void *ptr, GLuint stride, ARGS ) argument
82 DEST_3FN( GLfloat (t)[3], CONST void *ptr, GLuint stride, ARGS ) argument
104 DEST_1F( GLfloat *t, CONST void *ptr, GLuint stride, ARGS ) argument
124 DEST_4UB( GLubyte (t)[4], CONST void *ptr, GLuint stride, ARGS ) argument
148 DEST_4US( GLushort (t)[4], CONST void *ptr, GLuint stride, ARGS ) argument
172 DEST_1UB( GLubyte *t, CONST void *ptr, GLuint stride, ARGS ) argument
193 DEST_1UI( GLuint *t, CONST void *ptr, GLuint stride, ARGS ) argument
[all...]
/external/valgrind/main/VEX/test/
H A Drounderr.c41 my_mean1 (const double data[], size_t stride, const size_t size) argument
50 mean += (data[i * stride] - mean) / (i + 1);
56 my_mean2 (const double data[], size_t stride, const size_t size) argument
63 sum += data[i * stride];
/external/chromium_org/cc/resources/
H A Dtexture_uploader_unittest.cc125 const unsigned int stride = variable
129 bytes + (xoffset * bytes_per_pixel + (yoffset + row) * stride);
/external/chromium_org/ppapi/c/
H A Dppb_image_data.h93 int32_t stride; member in struct:PP_ImageDataDesc
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DVertexDataManager.h34 offset(0), stride(0), vertexBuffer(NULL), storage(NULL),
41 unsigned int stride; // 0 means not to advance the read pointer at all member in struct:rx::TranslatedAttribute
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DVertexDeclarationCache.h41 unsigned int stride; member in struct:rx::VertexDeclarationCache::VBData
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_buffer.h53 unsigned stride; member in struct:native_buffer::__anon14187::__anon14188
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
H A Di915_sw_buffer.c32 unsigned *stride, unsigned height,
43 buf->ptr = CALLOC(*stride * height, 1);
45 buf->stride = *stride;
31 i915_sw_buffer_create_tiled(struct i915_winsys *iws, unsigned *stride, unsigned height, enum i915_winsys_buffer_tile *tiling, enum i915_winsys_buffer_type type) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Deval.c40 __glFillMap1f(GLint k, GLint order, GLint stride, argument
43 if (stride == k) {
52 points += stride;
59 __glFillMap1d(GLint k, GLint order, GLint stride, argument
62 if (stride == k) {
70 points += stride;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_array.c38 in_t x = ((in_t *)(a->buf + i * a->stride))[j]; \
100 nouveau_init_array(struct nouveau_array *a, int attr, int stride, argument
107 a->stride = stride;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_arrays.c51 static void emit_s0_vec(uint32_t *out, GLvoid *data, int stride, int count) argument
55 fprintf(stderr, "%s count %d stride %d\n",
56 __FUNCTION__, count, stride);
62 data += stride;
66 static void emit_stq_vec(uint32_t *out, GLvoid *data, int stride, int count) argument
71 fprintf(stderr, "%s count %d stride %d\n",
72 __FUNCTION__, count, stride);
79 data += stride;
84 GLvoid *data, int size, int stride, int count)
100 if (stride
83 emit_tex_vector(struct gl_context *ctx, struct radeon_aos *aos, GLvoid *data, int size, int stride, int count) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_trans_tmp.h33 GLuint stride,
36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
59 GLuint stride,
62 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
84 GLuint stride,
87 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
106 GLuint stride,
109 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
126 GLuint stride,
129 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
31 DEST_4F( GLfloat (t)[4], CONST void *ptr, GLuint stride, ARGS ) argument
57 DEST_4FN( GLfloat (t)[4], CONST void *ptr, GLuint stride, ARGS ) argument
82 DEST_3FN( GLfloat (t)[3], CONST void *ptr, GLuint stride, ARGS ) argument
104 DEST_1F( GLfloat *t, CONST void *ptr, GLuint stride, ARGS ) argument
124 DEST_4UB( GLubyte (t)[4], CONST void *ptr, GLuint stride, ARGS ) argument
148 DEST_4US( GLushort (t)[4], CONST void *ptr, GLuint stride, ARGS ) argument
172 DEST_1UB( GLubyte *t, CONST void *ptr, GLuint stride, ARGS ) argument
193 DEST_1UI( GLuint *t, CONST void *ptr, GLuint stride, ARGS ) argument
[all...]
/external/chromium_org/third_party/skia/experimental/pixman/
H A Djunk.cpp27 int stride)
39 uint32_t *src_row = &bits[i * (stride / 4)];
24 pixbuf_from_argb32(uint32_t *bits, int width, int height, int stride) argument
/external/chromium_org/ui/gfx/android/
H A Djava_bitmap.h39 inline uint32_t stride() const { return stride_; } function in class:gfx::JavaBitmap
/external/elfutils/0.153/libdw/
H A Ddwarf_aggregate_size.c182 Now determine the stride for this array dimension. */
183 Dwarf_Word stride = eltsize; local
187 if (INTUSE(dwarf_formudata) (attr_mem, &stride) != 0)
193 if (INTUSE(dwarf_formudata) (attr_mem, &stride) != 0)
195 if (stride % 8) /* XXX maybe compute in bits? */
197 stride /= 8;
201 total += stride * count;
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_buffer.h53 unsigned stride; member in struct:native_buffer::__anon27598::__anon27599
/external/mesa3d/src/gallium/winsys/i915/sw/
H A Di915_sw_buffer.c32 unsigned *stride, unsigned height,
43 buf->ptr = CALLOC(*stride * height, 1);
45 buf->stride = *stride;
31 i915_sw_buffer_create_tiled(struct i915_winsys *iws, unsigned *stride, unsigned height, enum i915_winsys_buffer_tile *tiling, enum i915_winsys_buffer_type type) argument
/external/mesa3d/src/glx/
H A Deval.c40 __glFillMap1f(GLint k, GLint order, GLint stride, argument
43 if (stride == k) {
52 points += stride;
59 __glFillMap1d(GLint k, GLint order, GLint stride, argument
62 if (stride == k) {
70 points += stride;
/external/skia/experimental/pixman/
H A Djunk.cpp27 int stride)
39 uint32_t *src_row = &bits[i * (stride / 4)];
24 pixbuf_from_argb32(uint32_t *bits, int width, int height, int stride) argument

Completed in 847 milliseconds

1234567891011>>