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...]
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 93 int vstride; member in struct:private_handle_t
112 int h, int format, int stride, int vstride) :
115 vstride(vstride), gamut(0), chroma(0), base(0), handle(0), handle1(0),
124 int h, int format, int stride, int vstride) :
127 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0),
136 int h, int format, int stride, int vstride) :
139 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::__anon38824
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 133 int bpp = 0, vstride, fd, err; local
168 vstride = h;
177 vstride = ALIGN(h, 16);
178 if (vstride < h + 2)
181 size = bpr * vstride;
194 vstride);
  /external/chromium_org/third_party/libwebp/dsp/
dec_mips32.c 90 int hstride, int vstride, int size,
100 p += vstride;
105 int hstride, int vstride, int size,
115 p += vstride;
dec.c 580 int hstride, int vstride, int size,
591 p += vstride;
596 int hstride, int vstride, int size,
607 p += vstride;
  /external/webp/src/dsp/
dec_mips32.c 90 int hstride, int vstride, int size,
100 p += vstride;
105 int hstride, int vstride, int size,
115 p += vstride;
dec.c 580 int hstride, int vstride, int size,
591 p += vstride;
596 int hstride, int vstride, int size,
607 p += vstride;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.h 355 D3DXVECTOR4* WINAPI D3DXVec2TransformArray(D3DXVECTOR4 *pout, UINT outstride, const D3DXVECTOR2 *pv, UINT vstride, const D3DXMATRIX *pm, UINT n);
357 D3DXVECTOR2* WINAPI D3DXVec2TransformCoordArray(D3DXVECTOR2 *pout, UINT outstride, const D3DXVECTOR2 *pv, UINT vstride, const D3DXMATRIX *pm, UINT n);
359 D3DXVECTOR2* WINAPI D3DXVec2TransformNormalArray(D3DXVECTOR2 *pout, UINT outstride, const D3DXVECTOR2 *pv, UINT vstride, const D3DXMATRIX *pm, UINT n);
367 D3DXVECTOR3* WINAPI D3DXVec3ProjectArray(D3DXVECTOR3 *pout, UINT outstride, const D3DXVECTOR3 *pv, UINT vstride, const D3DVIEWPORT9 *pviewport,
370 D3DXVECTOR4* WINAPI D3DXVec3TransformArray(D3DXVECTOR4 *pout, UINT outstride, const D3DXVECTOR3 *pv, UINT vstride, const D3DXMATRIX *pm, UINT n);
372 D3DXVECTOR3* WINAPI D3DXVec3TransformCoordArray(D3DXVECTOR3 *pout, UINT outstride, const D3DXVECTOR3 *pv, UINT vstride, const D3DXMATRIX *pm, UINT n);
374 D3DXVECTOR3* WINAPI D3DXVec3TransformNormalArray(D3DXVECTOR3 *pout, UINT outstride, const D3DXVECTOR3 *pv, UINT vstride, const D3DXMATRIX *pm, UINT n);
377 D3DXVECTOR3* WINAPI D3DXVec3UnprojectArray(D3DXVECTOR3 *pout, UINT outstride, const D3DXVECTOR3 *pv, UINT vstride, const D3DVIEWPORT9 *pviewport,
385 D3DXVECTOR4* WINAPI D3DXVec4TransformArray(D3DXVECTOR4 *pout, UINT outstride, const D3DXVECTOR4 *pv, UINT vstride, const D3DXMATRIX *pm, UINT n);
  /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)) {
  /system/core/include/pixelflinger/
pixelflinger.h 198 GGLint vstride; member in union:__anon81244::__anon81245
  /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 854 milliseconds

1 2