/external/fio/profiles/ |
D | act.c | 43 struct act_slice *slices; member 50 struct act_slice *slices; member 312 slice = &apd->slices[apd->cur_slice]; in act_io_u_lat() 392 fails += show_slice(&act_run_data->slices[i], i + 1); in act_show_all_stats() 404 if (!act_run_data->slices) { in put_act_ref() 405 act_run_data->slices = calloc(apd->nr_slices, sizeof(struct act_slice)); in put_act_ref() 410 struct act_slice *dst = &act_run_data->slices[slice]; in put_act_ref() 411 struct act_slice *src = &apd->slices[slice]; in put_act_ref() 434 apd->slices = calloc(nr_slices, sizeof(struct act_slice)); in act_td_init() 446 free(apd->slices); in act_td_exit() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 79 /// Hidden option to enable randomly shuffling the slices to help uncover 81 static cl::opt<bool> SROARandomShuffleSlices("sroa-random-shuffle-slices", 189 /// \brief Representation of the alloca slices. 191 /// This class represents the slices of an alloca which are formed by its 193 /// for the slices used and we reflect that in this structure. The uses are 194 /// stored, sorted by increasing beginning offset and with unsplittable slices 195 /// starting at a particular offset before splittable slices. 198 /// \brief Construct the slices of a particular alloca. 203 /// If this is true, the slices are never fully built and should be 207 /// \brief Support for iterating over the slices. [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
D | mainthread_jank_stats.py | 31 slices whose thread time ranges overlapped with (thread_start, thread_end) 36 top slices whose thread time ranges overlapped with 39 Note: thread duration of each slices is computed using overlapped range 59 slices whose thread time ranges overlapped with any thread time ranges of 64 top slices whose thread time ranges overlapped with any of records' thread
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tex.c | 60 GLuint slices; in intel_alloc_texture_image_buffer() local 74 slices = image->Depth; in intel_alloc_texture_image_buffer() 77 slices = image->Height; in intel_alloc_texture_image_buffer() 80 slices = 1; in intel_alloc_texture_image_buffer() 83 intel_image->base.ImageOffsets = malloc(slices * sizeof(GLuint)); in intel_alloc_texture_image_buffer() 187 * cube face, since it's all just slices to the miptree code. in intel_map_texture_image()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_tex.c | 60 GLuint slices; in intel_alloc_texture_image_buffer() local 74 slices = image->Depth; in intel_alloc_texture_image_buffer() 77 slices = image->Height; in intel_alloc_texture_image_buffer() 80 slices = 1; in intel_alloc_texture_image_buffer() 83 intel_image->base.ImageOffsets = malloc(slices * sizeof(GLuint)); in intel_alloc_texture_image_buffer() 187 * cube face, since it's all just slices to the miptree code. in intel_map_texture_image()
|
D | intel_resolve_map.h | 50 * \brief Map of miptree slices to needed resolves. 59 * There are two possible ways to record which miptree slices need 62 * those slices that need a resolve.
|
D | intel_mipmap_tree.h | 103 * \brief Number of 2D slices in this miplevel. 107 * - For GL_TEXTURE_2D_ARRAY, depth is the number of array slices. It is 118 * This may be a list of cube faces, array slices in 2D array texture, or 235 * other than 0 in between array slices. 322 * \brief Map of miptree slices to needed resolves.
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tex.c | 60 GLuint slices; in intel_alloc_texture_image_buffer() local 74 slices = image->Depth; in intel_alloc_texture_image_buffer() 77 slices = image->Height; in intel_alloc_texture_image_buffer() 80 slices = 1; in intel_alloc_texture_image_buffer() 83 intel_image->base.ImageOffsets = malloc(slices * sizeof(GLuint)); in intel_alloc_texture_image_buffer() 187 * cube face, since it's all just slices to the miptree code. in intel_map_texture_image()
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
D | thread.py | 13 thread. We organize the synchronous slices on a thread by "subrows," where 14 subrow 0 has all the root slices, subrow 1 those nested 1 deep, and so on. 15 The asynchronous slices are stored in an AsyncSliceGroup object. 112 'Slices must be added in increasing timestamp order') 192 """This function works by walking through slices by start time. 252 of all other slices seen so far, we can just check the last slice
|
D | trace_event_importer_unittest.py | 156 # Slices that don't finish. 162 # Slices on thread 1 and 2 that do finish to give an 'end time' to make 639 slices = t.async_slices 640 self.assertEqual(1, len(slices)) 641 self.assertEqual('a', slices[0].name) 642 self.assertEqual('cat', slices[0].category) 643 self.assertEqual(72, slices[0].id) 644 self.assertEqual('bar', slices[0].args['foo']) 645 self.assertEqual(0, slices[0].start) 646 self.assertAlmostEqual((60 - 24) / 1000.0, slices[0].duration) [all …]
|
D | event_container.py | 39 event_predicate(thread.slices[7]) 64 event_predicate(thread.slices[7])
|
/external/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 9 ; Check that independent slices leads to independent loads then the slices leads to 33 ; Same for REGULAR, we eliminate register bank copy with each slices. 83 ; The 64-bits should have been split in one 32-bits and one 16-bits slices. 113 ; Check that we do not optimize overlapping slices. 115 ; The 64-bits should NOT have been split in as slices are overlapping.
|
/external/libavc/encoder/ |
D | ih264e_cavlc.h | 56 * The mb syntax layer for intra slices constitutes luma mb mode, luma sub modes 76 * This function generates CAVLC coded bit stream for Inter slices 79 * The mb syntax layer for inter slices constitutes luma mb mode, luma sub modes 99 * This function generates CAVLC coded bit stream for Inter(B) slices 102 * The mb syntax layer for inter slices constitutes luma mb mode, luma sub modes
|
D | ih264e_cabac.h | 369 * The mb syntax layer for intra slices constitutes luma mb mode, luma sub modes 390 * This function generates CABAC coded bit stream for Inter slices 393 * The mb syntax layer for inter slices constitutes luma mb mode, luma sub modes 414 * This function generates CABAC coded bit stream for B slices 417 * The mb syntax layer for inter slices constitutes luma mb mode,
|
/external/llvm/test/ObjectYAML/MachO/ |
D | fat_macho_i386_x86_64.yaml | 18 Slices: 54 #CHECK: Slices:
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_texture.c | 65 unsigned slices; in softpipe_resource_layout() local 68 slices = 6; in softpipe_resource_layout() 70 slices = depth; in softpipe_resource_layout() 72 slices = pt->array_size; in softpipe_resource_layout() 79 slices * spr->stride[level]); in softpipe_resource_layout()
|
/external/ImageMagick/ImageMagick/script/ |
D | motion-picture.html | 74 …g src="../image/bluebells_log.jpg" width="384" height="288" class="image-slices" alt="bluebells-lo… 75 …g src="../image/bluebells_lin.jpg" width="384" height="288" class="image-slices" alt="bluebells-li… 83 …c="../image/bluebells_clipped.jpg" width="384" height="288" class="image-slices" alt="bluebells-cl… 84 …rc="../image/bluebells_darker.jpg" width="384" height="288" class="image-slices" alt="bluebells-da…
|
D | connected-components.html | 57 …f"><img src="../image/objects.gif" width="256" height="171" class="image-slices" alt="purse" /></a> 65 …g"><img src="../image/objects.png" width="256" height="171" class="image-slices" alt="Objects" /><… 88 …g"><img src="../image/objects.jpg" width="256" height="171" class="image-slices" alt="Objects" /><…
|
/external/ImageMagick/www/ |
D | motion-picture.html | 78 … src="../images/bluebells_log.jpg" width="384" height="288" class="image-slices" alt="bluebells-lo… 79 … src="../images/bluebells_lin.jpg" width="384" height="288" class="image-slices" alt="bluebells-li… 87 …="../images/bluebells_clipped.jpg" width="384" height="288" class="image-slices" alt="bluebells-cl… 88 …c="../images/bluebells_darker.jpg" width="384" height="288" class="image-slices" alt="bluebells-da…
|
D | connected-components.html | 61 …"><img src="../images/objects.gif" width="256" height="171" class="image-slices" alt="purse" /></a> 69 …"><img src="../images/objects.png" width="256" height="171" class="image-slices" alt="Objects" /><… 92 …"><img src="../images/objects.jpg" width="256" height="171" class="image-slices" alt="Objects" /><…
|
/external/skia/tests/ |
D | SkpSkGrTest.cpp | 338 const int slices = 3; in timePict() local 339 int xInterval = SkTMax(pWidth - maxDimension, 0) / (slices - 1); in timePict() 340 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1); in timePict() 345 for (int x = 0; x < slices; ++x) { in timePict() 346 for (int y = 0; y < slices; ++y) { in timePict() 350 canvas->translate(SkIntToScalar(xInterval), SkIntToScalar(-yInterval * slices)); in timePict()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | myri10ge_mcp.h | 191 * data2 = slice number if multiple slices are used 204 /* data0 = slice number if multiple slices are used */ 279 * If multiple slices are used, data2 contains both the size of the 303 /* data0 = number of slices n (0, 1, ..., n-1) to enable
|
/external/libhevc/decoder/ |
D | ihevcd_defs.h | 398 * and for I slices 403 * Enable deblocking only for I slices 426 * and for I slices 431 * Enable deblocking only for I slices
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_texture.c | 153 /* Number of 3D image slices or cube faces */ in llvmpipe_texture_layout() 820 * including all cube faces or 3D image slices 968 * faces and all 3D slices. 1158 * All cube faces and 3D slices will be converted to the requested 1168 const int slices = lpr->num_slices_faces[level]; in llvmpipe_get_texture_image_all() local 1172 assert(slices > 0); in llvmpipe_get_texture_image_all() 1174 for (slice = slices - 1; slice >= 0; slice--) { in llvmpipe_get_texture_image_all()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_texture.c | 111 int slices; in radeonAllocTextureImageBuffer() local 117 slices = timage->Depth; in radeonAllocTextureImageBuffer() 120 slices = 1; in radeonAllocTextureImageBuffer() 123 image->base.ImageOffsets = malloc(slices * sizeof(GLuint)); in radeonAllocTextureImageBuffer()
|