HomeSort by relevance Sort by last modified time
    Searched defs:vsize (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/chrome/browser/
process_info_snapshot.h 58 uint64_t vsize; member in struct:ProcessInfoSnapshot::ProcInfoEntry
69 vsize(0) {
83 // vsize --> comm_priv,
  /external/chromium_org/chrome/browser/
process_info_snapshot.h 58 uint64_t vsize; member in struct:ProcessInfoSnapshot::ProcInfoEntry
74 // vsize --> comm_priv,
  /frameworks/compile/slang/
slang_rs_export_element.h 46 unsigned vsize; member in struct:slang::RSExportElement::__anon33040
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 335 unsigned int vsize = size * glSizeof(type); local
336 if (stride == 0) stride = vsize;
338 if (stride == vsize) {
341 for (unsigned int i = 0; i < datalen; i += vsize) {
342 memcpy(dst, src, vsize);
343 dst += vsize;
355 unsigned int vsize = size * glSizeof(type); local
356 if (stride == 0) stride = vsize;
358 if (stride == vsize) {
361 for (unsigned int i = 0; i < datalen; i += vsize) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe.h 119 const uint vsize = sizeof(struct vertex_header) local
121 memcpy(tmp, vert, vsize);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_urb.c 103 brw->urb.gs_start = brw->urb.nr_vs_entries * brw->urb.vsize;
104 brw->urb.clip_start = brw->urb.gs_start + brw->urb.nr_gs_entries * brw->urb.vsize;
105 brw->urb.sf_start = brw->urb.clip_start + brw->urb.nr_clip_entries * brw->urb.vsize;
119 GLuint vsize = brw->vs.prog_data->urb_entry_size; local
125 if (vsize < limits[VS].min_entry_size)
126 vsize = limits[VS].min_entry_size;
131 if (brw->urb.vsize < vsize ||
134 (brw->urb.constrained && (brw->urb.vsize > vsize ||
    [all...]
  /external/javassist/src/main/javassist/bytecode/
LongVector.java 21 static final int VSIZE = 8;
26 objects = new ConstInfo[VSIZE][];
31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE; local
32 objects = new ConstInfo[vsize][];
52 ConstInfo[][] newObj = new ConstInfo[len + VSIZE][];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h 119 const uint vsize = sizeof(struct vertex_header) local
121 memcpy(tmp, vert, vsize);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_urb.c 103 brw->urb.gs_start = brw->urb.nr_vs_entries * brw->urb.vsize;
104 brw->urb.clip_start = brw->urb.gs_start + brw->urb.nr_gs_entries * brw->urb.vsize;
105 brw->urb.sf_start = brw->urb.clip_start + brw->urb.nr_clip_entries * brw->urb.vsize;
119 GLuint vsize = brw->vs.prog_data->urb_entry_size; local
125 if (vsize < limits[VS].min_entry_size)
126 vsize = limits[VS].min_entry_size;
131 if (brw->urb.vsize < vsize ||
134 (brw->urb.constrained && (brw->urb.vsize > vsize ||
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 335 unsigned int vsize = size * glSizeof(type); local
336 if (stride == 0) stride = vsize;
338 if (stride == vsize) {
341 for (unsigned int i = 0; i < datalen; i += vsize) {
342 memcpy(dst, src, vsize);
343 dst += vsize;
355 unsigned int vsize = size * glSizeof(type); local
356 if (stride == 0) stride = vsize;
358 if (stride == vsize) {
361 for (unsigned int i = 0; i < datalen; i += vsize) {
    [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);
  /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...]
  /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;
  /prebuilts/gcc/linux-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/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/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/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/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/linux-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/linux-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;
  /external/chromium_org/third_party/skia/src/gpu/
GrAARectRenderer.cpp 476 size_t vsize = drawState->getVertexSize(); local
477 SkASSERT(sizeof(GrPoint) + sizeof(GrColor) == vsize);
480 GrPoint* fan1Pos = reinterpret_cast<GrPoint*>(verts + 4 * vsize);
494 set_inset_fan(fan0Pos, vsize, devRect, -SK_ScalarHalf, -SK_ScalarHalf);
495 set_inset_fan(fan1Pos, vsize, devRect, inset, inset);
510 rect.fRight, rect.fBottom, vsize);
511 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4);
517 *((SkPoint*)((intptr_t)fan1Pos + 0 * vsize)) =
518 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) + vec[0] + vec[1];
519 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) -= vec[0] + vec[1]
820 size_t vsize = drawState->getVertexSize(); local
    [all...]
GrDrawTarget.cpp 659 size_t vsize = this->drawState()->getVertexSize(); local
660 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize);
666 vsize);
668 localMatrix->mapPointsWithStride(coords, vsize, 4);
    [all...]
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);

Completed in 1317 milliseconds

1 2