Searched refs:vsize (Results 1 - 25 of 43) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
H A DLongVector.java31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE;
32 objects = new ConstInfo[vsize][];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_urb.c103 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...]
H A Dbrw_gs_state.c72 gs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
H A Dbrw_clip_state.c71 clip->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
H A Dbrw_vs_state.c138 vs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_urb.c103 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...]
H A Dbrw_gs_state.c72 gs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
H A Dbrw_clip_state.c71 clip->thread4.urb_entry_allocation_size = brw->urb.vsize - 1;
/external/skia/src/gpu/
H A DGrAARectRenderer.cpp476 size_t vsize = drawState->getVertexSize(); local
477 SkASSERT(sizeof(SkPoint) + sizeof(GrColor) == vsize);
480 SkPoint* fan1Pos = reinterpret_cast<SkPoint*>(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))
820 size_t vsize = drawState->getVertexSize(); local
[all...]
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot.h58 uint64_t vsize; member in struct:ProcessInfoSnapshot::ProcInfoEntry
74 // vsize --> comm_priv,
H A Dprocess_info_snapshot_mac_unittest.cc40 EXPECT_GT(proc_info.vsize, 0u);
83 // Sanity check: our |vsize| is presumably at least a megabyte.
84 EXPECT_GE(proc_info.vsize, 1024u);
102 EXPECT_GT(proc_info.vsize, 0u); // Its |vsize| should be nonzero though.
H A Dprocess_info_snapshot_mac.cc168 in >> proc_info.vsize;
170 proc_info.vsize *= 1024;
178 if (!proc_info.pid || ! proc_info.vsize) {
204 "vsize"); // Total virtual memory
267 proc_info.vsize = values[3];
317 // longer supported, and 'rprvt' and 'vsize' return N/A. 'rsize' still works,
348 vsize(0) {
379 usage->priv = proc_info.vsize / 1024;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h119 const uint vsize = sizeof(struct vertex_header) local
121 memcpy(tmp, vert, vsize);
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
H A DGrAndroidPathRenderer.cpp80 size_t vsize = drawState->getVertexSize(); local
81 size_t copySize = vsize*vertCount;
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.h119 const uint vsize = sizeof(struct vertex_header) local
121 memcpy(tmp, vert, vsize);
/external/skia/experimental/AndroidPathRenderer/
H A DGrAndroidPathRenderer.cpp80 size_t vsize = drawState->getVertexSize(); local
81 size_t copySize = vsize*vertCount;
/external/chromium_org/third_party/icu/source/common/
H A Dlocid.cpp259 int32_t vsize = 0; local
289 vsize = (int32_t)uprv_strlen(newVariant);
290 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
292 vsize--;
296 if( vsize > 0 )
298 size += vsize;
302 if ( vsize > 0 )
340 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
351 if ( vsize !
[all...]
/external/icu/icu4c/source/common/
H A Dlocid.cpp259 int32_t vsize = 0; local
289 vsize = (int32_t)uprv_strlen(newVariant);
290 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) )
292 vsize--;
296 if( vsize > 0 )
298 size += vsize;
302 if ( vsize > 0 )
340 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
351 if ( vsize !
[all...]
/external/eigen/bench/
H A DbenchGeometry.cpp79 #define run_vec( op, scalar, mode, option, vsize ) \
80 std::cout << #scalar << "\t " << #mode << "\t " << #option << " " << #vsize " "; \
83 typedef Matrix<scalar, vsize, 1, option> Vec;\
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_dma.h57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.h57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.h31 nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info ti, cpu_type_t cputype, nub_process_t pid, vm_statistics_data_t &vm_stats, uint64_t &physical_memory, mach_vm_size_t &rprvt, mach_vm_size_t &rsize, mach_vm_size_t &vprvt, mach_vm_size_t &vsize, mach_vm_size_t &dirty_size, mach_vm_size_t &purgable, mach_vm_size_t &anonymous);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_dma.h57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.h57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
/external/chromium_org/tools/linux/
H A Dprocfs.py78 def __init__(self, raw, pid, vsize, rss):
81 self._vsize = vsize
110 def vsize(self): member in class:ProcStat
529 def __init__(self, vsize, present, swapped, pageframes):
530 self._vsize = vsize
536 def vsize(self): member in class:ProcPagemap.VMA
551 def __init__(self, vsize, present, swapped, vma_internals, in_process_dup):
552 self._vsize = vsize
575 vsize = 0
589 vsize
617 def vsize(self): member in class:ProcPagemap
[all...]

Completed in 1903 milliseconds

12