Searched refs:vstride (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c64 hwreg.vstride == BRW_VERTICAL_STRIDE_8 &&
72 hwreg.vstride == BRW_VERTICAL_STRIDE_0 &&
87 hwreg.vstride ? (1<<(hwreg.vstride-1)) : 0,
H A Dbrw_eu.h81 GLuint vstride:4; /* source only */ member in struct:brw_reg
180 * \param vstride one of BRW_VERTICAL_STRIDE_x
190 GLuint vstride,
210 reg.vstride = vstride;
320 if (reg.vstride)
436 imm.vstride = BRW_VERTICAL_STRIDE_0;
447 imm.vstride = BRW_VERTICAL_STRIDE_0;
464 imm.vstride = BRW_VERTICAL_STRIDE_0;
614 GLuint vstride,
186 brw_reg( GLuint file, GLuint nr, GLuint subnr, GLuint type, GLuint vstride, GLuint width, GLuint hstride, GLuint swizzle, GLuint writemask ) argument
[all...]
H A Dbrw_eu_emit.c166 int width, hstride, vstride, execsize; local
188 if (reg.vstride == 0xf) {
189 vstride = -1;
191 assert(reg.vstride >= 0 && reg.vstride < Elements(vstride_for_reg));
192 vstride = vstride_for_reg[reg.vstride];
208 assert(vstride == -1 || vstride == width * hstride);
213 /* no restriction on vstride
[all...]
H A Dbrw_vs_emit.c1181 indirect.vstride = BRW_VERTICAL_STRIDE_ONE_DIMENSIONAL;
1220 val.vstride = BRW_VERTICAL_STRIDE_4;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c64 hwreg.vstride == BRW_VERTICAL_STRIDE_8 &&
72 hwreg.vstride == BRW_VERTICAL_STRIDE_0 &&
87 hwreg.vstride ? (1<<(hwreg.vstride-1)) : 0,
H A Dbrw_eu.h81 GLuint vstride:4; /* source only */ member in struct:brw_reg
180 * \param vstride one of BRW_VERTICAL_STRIDE_x
190 GLuint vstride,
210 reg.vstride = vstride;
320 if (reg.vstride)
436 imm.vstride = BRW_VERTICAL_STRIDE_0;
447 imm.vstride = BRW_VERTICAL_STRIDE_0;
464 imm.vstride = BRW_VERTICAL_STRIDE_0;
614 GLuint vstride,
186 brw_reg( GLuint file, GLuint nr, GLuint subnr, GLuint type, GLuint vstride, GLuint width, GLuint hstride, GLuint swizzle, GLuint writemask ) argument
[all...]
H A Dbrw_eu_emit.c166 int width, hstride, vstride, execsize; local
188 if (reg.vstride == 0xf) {
189 vstride = -1;
191 assert(reg.vstride >= 0 && reg.vstride < Elements(vstride_for_reg));
192 vstride = vstride_for_reg[reg.vstride];
208 assert(vstride == -1 || vstride == width * hstride);
213 /* no restriction on vstride
[all...]
H A Dbrw_vs_emit.c1181 indirect.vstride = BRW_VERTICAL_STRIDE_ONE_DIMENSIONAL;
1220 val.vstride = BRW_VERTICAL_STRIDE_4;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAARectRenderer.cpp502 size_t vstride = drawState->getVertexStride(); local
505 SkPoint* fan1Pos = reinterpret_cast<SkPoint*>(verts + 4 * vstride);
519 set_inset_fan(fan0Pos, vstride, devRect, -SK_ScalarHalf, -SK_ScalarHalf);
520 set_inset_fan(fan1Pos, vstride, devRect, inset, inset);
535 rect.fRight, rect.fBottom, vstride);
536 combinedMatrix.mapPointsWithStride(fan0Pos, vstride, 4);
542 *((SkPoint*)((intptr_t)fan1Pos + 0 * vstride)) =
543 *((SkPoint*)((intptr_t)fan0Pos + 0 * vstride)) + vec[0] + vec[1];
544 *((SkPoint*)((intptr_t)fan0Pos + 0 * vstride)) -= vec[0] + vec[1];
546 *((SkPoint*)((intptr_t)fan1Pos + 1 * vstride))
851 size_t vstride = drawState->getVertexStride(); local
[all...]
H A DGrInOrderDrawBuffer.cpp141 size_t vstride = drawState->getVertexStride(); local
143 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vstride);
144 matrix.mapPointsWithStride(geo.positions(), vstride, 4);
149 get_vertex_bounds(geo.vertices(), vstride, 4, &devBounds);
156 vstride);
158 localMatrix->mapPointsWithStride(coords, vstride, 4);
166 vertColor = (GrColor*) ((intptr_t) vertColor + vstride);
H A DGrDrawTarget.cpp705 size_t vstride = this->drawState()->getVertexStride(); local
706 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vstride);
712 vstride);
714 localMatrix->mapPointsWithStride(coords, vstride, 4);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Deval.h71 GLint vstride, GLint vorder,
76 GLint vstride, GLint vorder,
H A Deval.c269 GLint vstride, GLint vorder,
294 uinc = ustride - vorder*vstride;
298 for (j=0; j<vorder; j++, points += vstride)
312 GLint vstride, GLint vorder,
337 uinc = ustride - vorder*vstride;
341 for (j=0; j<vorder; j++, points += vstride)
443 GLfloat v1, GLfloat v2, GLint vstride, GLint vorder,
483 if (vstride < k) {
484 _mesa_error( ctx, GL_INVALID_VALUE, "glMap2(vstride)" );
503 vstride, vorde
267 _mesa_copy_map_points2f( GLenum target, GLint ustride, GLint uorder, GLint vstride, GLint vorder, const GLfloat *points ) argument
310 _mesa_copy_map_points2d(GLenum target, GLint ustride, GLint uorder, GLint vstride, GLint vorder, const GLdouble *points ) argument
442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLvoid *points, GLenum type ) argument
525 _mesa_Map2f( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) argument
536 _mesa_Map2d( GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points ) argument
542 (GLfloat) v1, (GLfloat) v2, vstride, vorder, points, GL_DOUBLE); local
[all...]
/external/mesa3d/src/mesa/main/
H A Deval.h71 GLint vstride, GLint vorder,
76 GLint vstride, GLint vorder,
H A Deval.c269 GLint vstride, GLint vorder,
294 uinc = ustride - vorder*vstride;
298 for (j=0; j<vorder; j++, points += vstride)
312 GLint vstride, GLint vorder,
337 uinc = ustride - vorder*vstride;
341 for (j=0; j<vorder; j++, points += vstride)
443 GLfloat v1, GLfloat v2, GLint vstride, GLint vorder,
483 if (vstride < k) {
484 _mesa_error( ctx, GL_INVALID_VALUE, "glMap2(vstride)" );
503 vstride, vorde
267 _mesa_copy_map_points2f( GLenum target, GLint ustride, GLint uorder, GLint vstride, GLint vorder, const GLfloat *points ) argument
310 _mesa_copy_map_points2d(GLenum target, GLint ustride, GLint uorder, GLint vstride, GLint vorder, const GLdouble *points ) argument
442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLvoid *points, GLenum type ) argument
525 _mesa_Map2f( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) argument
536 _mesa_Map2d( GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points ) argument
542 (GLfloat) v1, (GLfloat) v2, vstride, vorder, points, GL_DOUBLE); local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_mips32.c90 int hstride, int vstride, int size,
100 p += vstride;
105 int hstride, int vstride, int size,
115 p += vstride;
89 FilterLoop26(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
104 FilterLoop24(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
H A Ddec.c580 int hstride, int vstride, int size,
591 p += vstride;
596 int hstride, int vstride, int size,
607 p += vstride;
579 FilterLoop26(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
595 FilterLoop24(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
/external/webp/src/dsp/
H A Ddec_mips32.c90 int hstride, int vstride, int size,
100 p += vstride;
105 int hstride, int vstride, int size,
115 p += vstride;
89 FilterLoop26(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
104 FilterLoop24(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
H A Ddec.c580 int hstride, int vstride, int size,
591 p += vstride;
596 int hstride, int vstride, int size,
607 p += vstride;
579 FilterLoop26(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
595 FilterLoop24(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_lighttmp.h57 const GLuint vstride = input->stride; local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
240 const GLuint vstride = input->stride; local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h57 const GLuint vstride = input->stride; local
89 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
240 const GLuint vstride = input->stride; local
267 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h170 SDL_PROC_UNUSED(void,glMap2d,(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points))
171 SDL_PROC_UNUSED(void,glMap2f,(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points))
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.h290 extern _X_HIDDEN void __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points);
291 extern _X_HIDDEN void __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h265 void (GLAPIENTRYP Map2d)(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points); /* 222 */
266 void (GLAPIENTRYP Map2f)(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points); /* 223 */
H A Dglapitemp.h1410 KEYWORD1 void KEYWORD2 NAME(Map2d)(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble * points) argument
1412 (void) target; (void) u1; (void) u2; (void) ustride; (void) uorder; (void) v1; (void) v2; (void) vstride; (void) vorder; (void) points;
1413 DISPATCH(Map2d, (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points), (F, "glMap2d(0x%x, %f, %f, %d, %d, %f, %f, %d, %d, %p);\n", target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, (const void *) points));
1416 KEYWORD1 void KEYWORD2 NAME(Map2f)(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat * points) argument
1418 (void) target; (void) u1; (void) u2; (void) ustride; (void) uorder; (void) v1; (void) v2; (void) vstride; (void) vorder; (void) points;
1419 DISPATCH(Map2f, (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points), (F, "glMap2f(0x%x, %f, %f, %d, %d, %f, %f, %d, %d, %p);\n", target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, (const void *) points));

Completed in 507 milliseconds

12