HomeSort by relevance Sort by last modified time
    Searched defs:alignment (Results 151 - 175 of 447) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageLoadStoreTests.cpp 408 //! Minimum chunk size is determined by the offset alignment requirements.
412 const VkDeviceSize alignment = properties.limits.minUniformBufferOffsetAlignment; local
414 if (minimumRequiredChunkSizeBytes > alignment)
415 return alignment + (minimumRequiredChunkSizeBytes / alignment) * alignment;
417 return alignment;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 410 int alignment,
419 , m_alignment (alignment)
497 int alignment,
512 , m_alignment (alignment)
723 int alignment = 4; local
724 int rowPitch = deAlign32(rowLength*pixelSize, alignment);
751 glPixelStorei(GL_UNPACK_ALIGNMENT, alignment);
876 int alignment; member in struct:deqp::gles31::Functional::__anon9844
910 parameterCases[ndx].alignment,
965 int alignment; member in struct:deqp::gles31::Functional::__anon9845
    [all...]
  /external/libdrm/intel/
intel_bufmgr_fake.c 208 unsigned int alignment; member in struct:_drm_intel_bo_fake
429 unsigned int align_log2 = ffs(bo_fake->alignment) - 1;
435 sz = (bo->size + bo_fake->alignment - 1) & ~(bo_fake->alignment - 1);
806 unsigned int alignment)
825 /* Alignment must be a power of two */
826 assert((alignment & (alignment - 1)) == 0);
827 if (alignment == 0)
828 alignment = 1
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 103 // If the alignment is set incorrectly, it can produce really inefficient
947 unsigned alignment; local
950 alignment = linst->getAlignment();
953 alignment = sinst->getAlignment();
    [all...]
  /external/mesa3d/src/glx/
glxclient.h 178 GLuint alignment; member in struct:__GLXpixelStoreModeRec
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 751 // Make sure the stack alignment will be respected.
752 int alignment = masm_->ActivationFrameAlignment();
753 DCHECK_EQ(alignment % 16, 0);
754 int align_mask = (alignment / kWRegSize) - 1;
1379 int alignment = masm_->ActivationFrameAlignment(); local
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc 962 BreakPositionAlignment alignment = local
1020 BreakPositionAlignment alignment = local
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 304 case Fragment::Alignment: {
1218 unsigned int alignment = pFrom.getSection().align(); local
    [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_manager.c 77 unsigned alignment; member in struct:_WsbmBufferObject
529 newPool->create(newPool, size, placement, buf->alignment);
549 curPool->create(curPool, size, placement, buf->alignment);
626 unsigned long size, uint32_t placement, unsigned alignment,
662 ttm_pool_ub_create(newPool, size, placement, buf->alignment, user_ptr, fd);
684 ttm_pool_ub_create(curPool, size, placement, buf->alignment, user_ptr, fd);
750 buf->alignment);
932 unsigned alignment, size_t extra_size, size_t * offset)
947 storage = pool->create(pool, size, placement, alignment);
955 buf->alignment = alignment
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 286 int alignment = 64 * 1024; local
288 bool ret = mWsbm->allocateTTMBuffer(size, alignment, &wsbmBufferObject);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 282 int alignment = 64 * 1024; local
284 bool ret = mWsbm->allocateTTMBuffer(size, alignment, &wsbmBufferObject);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
video_encoder_device_copper.h 55 unsigned long alignment; member in struct:msm_venc_allocatorproperty
204 int alignment; member in struct:venc_dev::recon_buffer
255 OMX_U32 pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 203 unsigned int alignment = 0,buffer_size = 0, temp =0; local
    [all...]
video_encoder_device_copper.cpp 240 unsigned int alignment = 0,buffer_size = 0, temp =0; local
357 m_sOutput_buff_property.alignment=m_sInput_buff_property.alignment=4096;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 312 unsigned int alignment = 0,buffer_size = 0, temp =0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 313 unsigned int alignment = 0,buffer_size = 0, temp =0; local
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 313 unsigned int alignment = 0,buffer_size = 0, temp =0; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 143 from _ctypes import sizeof, byref, addressof, alignment, resize namespace
  /system/core/toolbox/
newfs_msdos.c 264 u_int extra_res, alignment=0, set_res, set_spf, set_spc, tempx, attempts=0; local
559 * turn change the alignment. This should take at most 2 iterations, as
562 * be half of its previous size, and thus will not throw off alignment.
600 alignment = (bpb.res + bpb.bspf * bpb.nft) % bpb.spc;
601 extra_res += bpb.spc - alignment;
604 } while(opt_A && alignment != 0 && attempts < 2);
605 if (alignment != 0)
606 warnx("warning: Alignment failed.");
    [all...]
  /system/media/camera/src/
camera_metadata.c 33 #define ALIGN_TO(val, alignment) \
34 (((uintptr_t)(val) + ((alignment) - 1)) & ~((alignment) - 1))
108 * non-pointer type description in order to figure out the largest alignment
122 * The preferred alignment of a packet of camera metadata. In general,
347 size_t alignment; member in struct:__anon74577
351 .alignment = METADATA_ALIGNMENT
355 .alignment = ENTRY_ALIGNMENT
359 .alignment = DATA_ALIGNMENT
364 uintptr_t aligned_ptr = ALIGN_TO(metadata, alignments[i].alignment);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-rl78.c 2112 unsigned int alignment, nbytes; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 181 Parse a possible alignment value. */
1553 int alignment = -1; local
    [all...]

Completed in 2479 milliseconds

1 2 3 4 5 67 8 91011>>