/external/swiftshader/src/Vulkan/ |
D | VkBuffer.cpp | 73 void Buffer::copyFrom(const void* srcMemory, VkDeviceSize pSize, VkDeviceSize pOffset) in copyFrom() argument 75 ASSERT((pSize + pOffset) <= size); in copyFrom() 77 memcpy(getOffsetPointer(pOffset), srcMemory, pSize); in copyFrom() 80 void Buffer::copyTo(void* dstMemory, VkDeviceSize pSize, VkDeviceSize pOffset) const in copyTo() 82 ASSERT((pSize + pOffset) <= size); in copyTo() 84 memcpy(dstMemory, getOffsetPointer(pOffset), pSize); in copyTo()
|
D | VkDeviceMemory.cpp | 54 VkResult DeviceMemory::map(VkDeviceSize pOffset, VkDeviceSize pSize, void** ppData) in map() argument 56 *ppData = getOffsetPointer(pOffset); in map() 66 void* DeviceMemory::getOffsetPointer(VkDeviceSize pOffset) in getOffsetPointer() argument 70 return reinterpret_cast<char*>(buffer) + pOffset; in getOffsetPointer()
|
D | VkDeviceMemory.hpp | 35 void* getOffsetPointer(VkDeviceSize pOffset);
|
D | VkCommandBuffer.cpp | 127 VertexBufferBind(uint32_t pBinding, const VkBuffer pBuffer, const VkDeviceSize pOffset) : in VertexBufferBind() 128 binding(pBinding), buffer(pBuffer), offset(pOffset) in VertexBufferBind()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.h | 58 …TObjectReflection(const TString& pName, const TType& pType, int pOffset, int pGLDefineType, int pS… in TObjectReflection() argument 59 name(pName), offset(pOffset), in TObjectReflection()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_hint_tables.cpp | 465 CPDF_Object* pOffset = pDict ? pDict->GetObjectFor("S") : nullptr; in LoadHintStream() local 466 if (!pOffset || !pOffset->IsNumber()) in LoadHintStream() 469 int shared_hint_table_offset = pOffset->GetInteger(); in LoadHintStream()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ar/ |
D | ArArchiveOutputStream.java | 113 …private long fill( final long pOffset, final long pNewOffset, final char pFill ) throws IOExceptio… in fill() argument 114 final long diff = pNewOffset - pOffset; in fill()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ZipFileRO.java | 134 final Ref<Long> pUncompLen, Ref<Long> pCompLen, Ref<Long> pOffset, in getEntryInfo() argument 149 if (pOffset != null) { in getEntryInfo()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4052 VkDeviceSize* pOffset, 5867 VkDeviceSize* pOffset, in CheckAllocation() argument 5875 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation() 5908 *pOffset = suballocItem->offset; in CheckAllocation() 5913 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation() 5918 *pOffset = VmaAlignUp(*pOffset, alignment); in CheckAllocation() 5930 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation() 5944 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation() 5950 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation() 5956 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation() [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4052 VkDeviceSize* pOffset, 5867 VkDeviceSize* pOffset, in CheckAllocation() argument 5875 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation() 5908 *pOffset = suballocItem->offset; in CheckAllocation() 5913 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation() 5918 *pOffset = VmaAlignUp(*pOffset, alignment); in CheckAllocation() 5930 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation() 5944 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation() 5950 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation() 5956 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation() [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | pa.h | 778 uint32_t* pOffset = (uint32_t*)&this->vOffsets[v]; in AssembleSingle() local 780 … uint32_t offset = useAlternateOffset ? pOffset[triIndex + SIMD_WIDTH_DIV2] : pOffset[triIndex]; in AssembleSingle() 782 uint32_t offset = pOffset[triIndex]; in AssembleSingle()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_public.c | 2607 …A *pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset) in EAS_SearchFile() argument 2613 *pOffset = -1; in EAS_SearchFile() 2625 result = EAS_HWFilePos(pEASData->hwInstData, fileHandle, pOffset); in EAS_SearchFile() 2628 *pOffset -= len; in EAS_SearchFile()
|
/external/icu/icu4c/source/common/ |
D | ucnvscsu.cpp | 964 getDynamicOffset(uint32_t c, uint32_t *pOffset) { in getDynamicOffset() argument 969 *pOffset=fixedOffsets[i]; in getDynamicOffset() 982 *pOffset=c&0x7fffff80; in getDynamicOffset() 986 *pOffset=c&0x7fffff80; in getDynamicOffset()
|
/external/sonivox/arm-wt-22k/host_src/ |
D | eas.h | 1056 …E pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset);
|
/external/sonivox/arm-wt-22k/include/libsonivox/ |
D | eas.h | 1056 …E pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 50244 i64 *pOffset, /* Offset of record to playback */ 50286 rc = read32bits(jfd, *pOffset, &pgno); 50288 rc = sqlite3OsRead(jfd, (u8*)aData, pPager->pageSize, (*pOffset)+4); 50290 *pOffset += pPager->pageSize + 4 + isMainJrnl*4; 50305 rc = read32bits(jfd, (*pOffset)-4, &cksum); 50373 isSynced = pPager->noSync || (*pOffset <= pPager->journalHdr);
|
/external/sqlite/dist/ |
D | sqlite3.c | 50260 i64 *pOffset, /* Offset of record to playback */ 50302 rc = read32bits(jfd, *pOffset, &pgno); 50304 rc = sqlite3OsRead(jfd, (u8*)aData, pPager->pageSize, (*pOffset)+4); 50306 *pOffset += pPager->pageSize + 4 + isMainJrnl*4; 50321 rc = read32bits(jfd, (*pOffset)-4, &cksum); 50389 isSynced = pPager->noSync || (*pOffset <= pPager->journalHdr);
|