/external/skia/src/gpu/ |
D | GrAARectRenderer.cpp | 476 size_t vsize = drawState->getVertexSize(); in geometryFillAARect() local 477 SkASSERT(sizeof(SkPoint) + sizeof(GrColor) == vsize); in geometryFillAARect() 480 SkPoint* fan1Pos = reinterpret_cast<SkPoint*>(verts + 4 * vsize); in geometryFillAARect() 494 set_inset_fan(fan0Pos, vsize, devRect, -SK_ScalarHalf, -SK_ScalarHalf); in geometryFillAARect() 495 set_inset_fan(fan1Pos, vsize, devRect, inset, inset); in geometryFillAARect() 510 rect.fRight, rect.fBottom, vsize); in geometryFillAARect() 511 combinedMatrix.mapPointsWithStride(fan0Pos, vsize, 4); in geometryFillAARect() 517 *((SkPoint*)((intptr_t)fan1Pos + 0 * vsize)) = in geometryFillAARect() 518 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) + vec[0] + vec[1]; in geometryFillAARect() 519 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) -= vec[0] + vec[1]; in geometryFillAARect() [all …]
|
D | GrInOrderDrawBuffer.cpp | 184 size_t vsize = drawState->getVertexSize(); in onDrawRect() local 186 geo.positions()->setRectFan(rect.fLeft, rect.fTop, rect.fRight, rect.fBottom, vsize); in onDrawRect() 187 combinedMatrix.mapPointsWithStride(geo.positions(), vsize, 4); in onDrawRect() 192 get_vertex_bounds(geo.vertices(), vsize, 4, &devBounds); in onDrawRect() 198 vsize); in onDrawRect() 200 localMatrix->mapPointsWithStride(coords, vsize, 4); in onDrawRect() 208 vertColor = (GrColor*) ((intptr_t) vertColor + vsize); in onDrawRect()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_urb.c | 103 brw->urb.gs_start = brw->urb.nr_vs_entries * brw->urb.vsize; in check_urb_layout() 104 brw->urb.clip_start = brw->urb.gs_start + brw->urb.nr_gs_entries * brw->urb.vsize; in check_urb_layout() 105 brw->urb.sf_start = brw->urb.clip_start + brw->urb.nr_clip_entries * brw->urb.vsize; in check_urb_layout() 119 GLuint vsize = brw->vs.prog_data->urb_entry_size; in recalculate_urb_fence() local 125 if (vsize < limits[VS].min_entry_size) in recalculate_urb_fence() 126 vsize = limits[VS].min_entry_size; in recalculate_urb_fence() 131 if (brw->urb.vsize < vsize || in recalculate_urb_fence() 134 (brw->urb.constrained && (brw->urb.vsize > vsize || in recalculate_urb_fence() 141 brw->urb.vsize = vsize; in recalculate_urb_fence()
|
D | brw_gs_state.c | 72 gs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1; in brw_upload_gs_unit()
|
D | brw_clip_state.c | 71 clip->thread4.urb_entry_allocation_size = brw->urb.vsize - 1; in brw_upload_clip_unit()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_urb.c | 103 brw->urb.gs_start = brw->urb.nr_vs_entries * brw->urb.vsize; in check_urb_layout() 104 brw->urb.clip_start = brw->urb.gs_start + brw->urb.nr_gs_entries * brw->urb.vsize; in check_urb_layout() 105 brw->urb.sf_start = brw->urb.clip_start + brw->urb.nr_clip_entries * brw->urb.vsize; in check_urb_layout() 119 GLuint vsize = brw->vs.prog_data->urb_entry_size; in recalculate_urb_fence() local 125 if (vsize < limits[VS].min_entry_size) in recalculate_urb_fence() 126 vsize = limits[VS].min_entry_size; in recalculate_urb_fence() 131 if (brw->urb.vsize < vsize || in recalculate_urb_fence() 134 (brw->urb.constrained && (brw->urb.vsize > vsize || in recalculate_urb_fence() 141 brw->urb.vsize = vsize; in recalculate_urb_fence()
|
D | brw_gs_state.c | 72 gs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1; in brw_upload_gs_unit()
|
D | brw_clip_state.c | 71 clip->thread4.urb_entry_allocation_size = brw->urb.vsize - 1; in brw_upload_clip_unit()
|
/external/chromium_org/tools/linux/ |
D | procfs.py | 78 def __init__(self, raw, pid, vsize, rss): argument 81 self._vsize = vsize 110 def vsize(self): member in ProcStat 529 def __init__(self, vsize, present, swapped, pageframes): argument 530 self._vsize = vsize 536 def vsize(self): member in ProcPagemap.VMA 551 def __init__(self, vsize, present, swapped, vma_internals, in_process_dup): argument 552 self._vsize = vsize 575 vsize = 0 589 vsize += ProcPagemap._BYTES_PER_OS_PAGE [all …]
|
/external/chromium_org/third_party/icu/source/common/ |
D | locid.cpp | 259 int32_t vsize = 0; in Locale() local 289 vsize = (int32_t)uprv_strlen(newVariant); in Locale() 290 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) ) in Locale() 292 vsize--; in Locale() 296 if( vsize > 0 ) in Locale() 298 size += vsize; in Locale() 302 if ( vsize > 0 ) in Locale() 340 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v in Locale() 351 if ( vsize != 0) in Locale() 355 uprv_strncpy(p, newVariant, vsize); // Must use strncpy because in Locale() [all …]
|
/external/icu/icu4c/source/common/ |
D | locid.cpp | 259 int32_t vsize = 0; in Locale() local 289 vsize = (int32_t)uprv_strlen(newVariant); in Locale() 290 while( (vsize>1) && (newVariant[vsize-1] == SEP_CHAR) ) in Locale() 292 vsize--; in Locale() 296 if( vsize > 0 ) in Locale() 298 size += vsize; in Locale() 302 if ( vsize > 0 ) in Locale() 340 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v in Locale() 351 if ( vsize != 0) in Locale() 355 uprv_strncpy(p, newVariant, vsize); // Must use strncpy because in Locale() [all …]
|
/external/chromium_org/chrome/browser/ |
D | process_info_snapshot_mac.cc | 168 in >> proc_info.vsize; in GetProcessMemoryInfoUsingPS() 170 proc_info.vsize *= 1024; in GetProcessMemoryInfoUsingPS() 178 if (!proc_info.pid || ! proc_info.vsize) { in GetProcessMemoryInfoUsingPS() 267 proc_info.vsize = values[3]; in GetProcessMemoryInfoUsingTop() 348 vsize(0) { in ProcInfoEntry() 379 usage->priv = proc_info.vsize / 1024; in GetCommittedKBytesOfPID()
|
D | process_info_snapshot_mac_unittest.cc | 40 EXPECT_GT(proc_info.vsize, 0u); in TEST_F() 84 EXPECT_GE(proc_info.vsize, 1024u); in TEST_F() 102 EXPECT_GT(proc_info.vsize, 0u); // Its |vsize| should be nonzero though. in TEST_F()
|
D | process_info_snapshot.h | 58 uint64_t vsize; member
|
/external/javassist/src/main/javassist/bytecode/ |
D | LongVector.java | 31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE; in LongVector() local 32 objects = new ConstInfo[vsize][]; in LongVector()
|
/external/eigen/bench/ |
D | benchGeometry.cpp | 79 #define run_vec( op, scalar, mode, option, vsize ) \ argument 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/gallium/auxiliary/draw/ |
D | draw_pipe.h | 119 const uint vsize = sizeof(struct vertex_header) in dup_vert() local 121 memcpy(tmp, vert, vsize); in dup_vert()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe.h | 119 const uint vsize = sizeof(struct vertex_header) in dup_vert() local 121 memcpy(tmp, vert, vsize); in dup_vert()
|
/external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/ |
D | GrAndroidPathRenderer.cpp | 80 size_t vsize = drawState->getVertexSize(); in onDrawPath() local 81 size_t copySize = vsize*vertCount; in onDrawPath()
|
/external/skia/experimental/AndroidPathRenderer/ |
D | GrAndroidPathRenderer.cpp | 80 size_t vsize = drawState->getVertexSize(); in onDrawPath() local 81 size_t copySize = vsize*vertCount; in onDrawPath()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_dma.h | 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_dma.h | 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_dma.h | 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | radeon_dma.h | 57 void *rcommonAllocDmaLowVerts(radeonContextPtr rmesa, int nverts, int vsize);
|
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachVMMemory.h | 31 …e_t &rprvt, mach_vm_size_t &rsize, mach_vm_size_t &vprvt, mach_vm_size_t &vsize, mach_vm_size_t &d…
|