HomeSort by relevance Sort by last modified time
    Searched refs:vsize (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_gs_state.c 72 gs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
brw_clip_state.c 71 clip->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
brw_vs_state.c 138 vs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_dma.h 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_state.c 72 gs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
brw_clip_state.c 71 clip->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
brw_vs_state.c 138 vs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.h 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 522 vsize = test.test_support.calcvobjsize
535 check(x, vsize('iPP') + x.__alloc__())
606 check(sys.float_info, vsize('') + self.P * len(sys.float_info))
615 check(x, vsize('12P3i' + CO_MAXBLOCKS*'3i' + 'P' + extras*'P'))
644 check(sample, vsize('PP') + len(sample)*self.P)
654 check(0L, vsize(''))
655 check(1L, vsize('') + self.longdigit)
656 check(-1L, vsize('') + self.longdigit)
658 check(long(PyLong_BASE), vsize('') + 2*self.longdigit)
659 check(long(PyLong_BASE**2-1), vsize('') + 2*self.longdigit
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 522 vsize = test.test_support.calcvobjsize
535 check(x, vsize('iPP') + x.__alloc__())
606 check(sys.float_info, vsize('') + self.P * len(sys.float_info))
615 check(x, vsize('12P3i' + CO_MAXBLOCKS*'3i' + 'P' + extras*'P'))
644 check(sample, vsize('PP') + len(sample)*self.P)
654 check(0L, vsize(''))
655 check(1L, vsize('') + self.longdigit)
656 check(-1L, vsize('') + self.longdigit)
658 check(long(PyLong_BASE), vsize('') + 2*self.longdigit)
659 check(long(PyLong_BASE**2-1), vsize('') + 2*self.longdigit
    [all...]
  /external/chromium_org/tools/linux/
procfs.py 55 '(?P<VSIZE>[0-9]+) '
78 def __init__(self, raw, pid, vsize, rss):
81 self._vsize = vsize
90 stat.groupdict().get('VSIZE'),
107 def vsize(self): member in class:ProcStat
520 def __init__(self, vsize, present, swapped, pageframes):
521 self._vsize = vsize
527 def vsize(self): member in class:ProcPagemap.VMA
542 def __init__(self, vsize, present, swapped, vma_internals, in_process_dup):
543 self._vsize = vsize
599 def vsize(self): member in class:ProcPagemap
    [all...]
  /frameworks/av/media/libmedia/
AudioEffect.cpp 263 if (param == NULL || param->psize == 0 || param->vsize == 0) {
268 uint32_t psize = ((param->psize - 1) / sizeof(int) + 1) * sizeof(int) + param->vsize;
283 if (param == NULL || param->psize == 0 || param->vsize == 0) {
289 int psize = ((param->psize - 1) / sizeof(int) + 1) * sizeof(int) + param->vsize;
323 if (param == NULL || param->psize == 0 || param->vsize == 0) {
331 param->vsize;
Visualizer.cpp 144 p->vsize = sizeof(uint32_t);
173 p->vsize = sizeof(uint32_t);
203 p->vsize = sizeof(uint32_t);
373 p->vsize = sizeof(uint32_t);
  /external/chromium_org/third_party/icu/source/common/
locid.cpp 320 int32_t vsize = 0; local
350 vsize = (int32_t)uprv_strlen(newVariant);
351 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
353 vsize--;
357 if( vsize > 0 )
359 size += vsize;
363 if ( vsize > 0 )
401 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
412 if ( vsize != 0
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaTestUtil.java 113 String vsize = poList2[3]; local
114 int vsizevalue = Integer.parseInt(vsize);
115 Log.v(TAG, "VSIZE = " + vsizevalue);
  /frameworks/wilhelm/src/android/
android_Effect.cpp 200 p->vsize = eq_valueSize(param);
205 memcpy(pValue, p->data + p->psize, p->vsize);
226 p->vsize = eq_valueSize(param);
227 memcpy(p->data + p->psize, pValue, p->vsize);
571 p->vsize = valueSize;
572 memcpy(p->data + p->psize, pValue, p->vsize);
591 p->vsize = valueSize;
596 memcpy(pValue, p->data + p->psize, p->vsize);
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java 1174 int vsize = byteArrayToInt(p, 8); local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.cpp 167 size_t vsize = drawState->getVertexSize(); local
169 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize);
170 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
175 get_vertex_bounds(geo.vertices(), vsize, 4, &devBounds);
181 vsize);
183 localMatrix->mapPointsWithStride(coords, vsize, 4);
191 vertColor = (GrColor*) ((intptr_t) vertColor + vsize);
  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 167 size_t vsize = drawState->getVertexSize(); local
169 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize);
170 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4);
175 get_vertex_bounds(geo.vertices(), vsize, 4, &devBounds);
181 vsize);
183 localMatrix->mapPointsWithStride(coords, vsize, 4);
191 vertColor = (GrColor*) ((intptr_t) vertColor + vsize);
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 489 p->vsize = sizeof(uint32_t);
495 p->vsize = sizeof(uint32_t);
501 p->vsize = sizeof(uint32_t);
516 if (p->psize != sizeof(uint32_t) || p->vsize != sizeof(uint32_t)) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 914 unsigned vsize, vpos; local
920 vsize = fp->size;
923 if (vsize <= vpos)
926 "GCOV_KERNEL: something wrong: vbuf=%p vsize=%u vpos=%u\n",
927 vbuf, vsize, vpos);
930 len = vsize - vpos;

Completed in 1921 milliseconds

12 3 4