HomeSort by relevance Sort by last modified time
    Searched refs:vstride (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu_debug.c 64 hwreg.vstride == BRW_VERTICAL_STRIDE_8 &&
72 hwreg.vstride == BRW_VERTICAL_STRIDE_0 &&
87 hwreg.vstride ? (1<<(hwreg.vstride-1)) : 0,
brw_eu.h 81 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,
    [all...]
brw_eu_emit.c 166 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...]
brw_vs_emit.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_debug.c 64 hwreg.vstride == BRW_VERTICAL_STRIDE_8 &&
72 hwreg.vstride == BRW_VERTICAL_STRIDE_0 &&
87 hwreg.vstride ? (1<<(hwreg.vstride-1)) : 0,
brw_eu.h 81 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,
    [all...]
brw_eu_emit.c 166 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...]
brw_vs_emit.c     [all...]
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 91 int vstride; member in struct:private_handle_t
110 int h, int format, int stride, int vstride) :
113 vstride(vstride), gamut(0), chroma(0), base(0), handle(0), handle1(0),
122 int h, int format, int stride, int vstride) :
125 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0),
134 int h, int format, int stride, int vstride) :
137 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
eval.h 71 GLint vstride, GLint vorder,
76 GLint vstride, GLint vorder,
eval.c 269 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, vorder, (GLfloat*) points)
542 (GLfloat) v1, (GLfloat) v2, vstride, vorder, points, GL_DOUBLE); local
    [all...]
  /external/mesa3d/src/mesa/main/
eval.h 71 GLint vstride, GLint vorder,
76 GLint vstride, GLint vorder,
eval.c 269 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, vorder, (GLfloat*) points)
542 (GLfloat) v1, (GLfloat) v2, vstride, vorder, points, GL_DOUBLE); local
    [all...]
  /frameworks/native/include/ui/
ANativeObjectBase.h 40 int32_t vstride; member in union:egl_native_pixmap_t::__anon32257
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 138 int bpp = 0, vstride, fd, err; local
171 vstride = h;
180 vstride = ALIGN(h, 16);
181 if (vstride < h + 2)
184 size = bpr * vstride;
197 vstride);
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 57 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/
t_vb_lighttmp.h 57 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/chromium_org/third_party/libwebp/dsp/
dec.c 595 int hstride, int vstride, int size,
605 p += vstride;
610 int hstride, int vstride, int size,
620 p += vstride;
  /external/webp/src/dsp/
dec.c 595 int hstride, int vstride, int size,
605 p += vstride;
610 int hstride, int vstride, int size,
620 p += vstride;
  /external/chromium_org/third_party/libwebp/enc/
filter.c 138 int hstride, int vstride, int size,
148 p += vstride;
  /external/webp/src/enc/
filter.c 138 int hstride, int vstride, int size,
148 p += vstride;
  /system/core/include/pixelflinger/
pixelflinger.h 198 GGLint vstride; member in union:__anon62598::__anon62599
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 150 ALOGV("\t\tformat = %d, width = %u, height = %u, stride = %u, vstride = %u",
151 h->format, h->width, h->height, h->stride, h->vstride);
406 handle->vstride <= max_h &&
407 handle->vstride % GSC_H_ALIGNMENT == 0 &&
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 170 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/
indirect.h 290 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);
    [all...]

Completed in 823 milliseconds

1 2