Home
last modified time | relevance | path

Searched refs:pOffset (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/src/Vulkan/
DVkBuffer.cpp92 void Buffer::copyFrom(const void *srcMemory, VkDeviceSize pSize, VkDeviceSize pOffset) in copyFrom() argument
94 ASSERT((pSize + pOffset) <= size); in copyFrom()
96 memcpy(getOffsetPointer(pOffset), srcMemory, pSize); in copyFrom()
99 void Buffer::copyTo(void *dstMemory, VkDeviceSize pSize, VkDeviceSize pOffset) const in copyTo()
101 ASSERT((pSize + pOffset) <= size); in copyTo()
103 memcpy(dstMemory, getOffsetPointer(pOffset), pSize); in copyTo()
DVkDeviceMemory.cpp356 VkResult DeviceMemory::map(VkDeviceSize pOffset, VkDeviceSize pSize, void **ppData) in map() argument
358 *ppData = getOffsetPointer(pOffset); in map()
368 void *DeviceMemory::getOffsetPointer(VkDeviceSize pOffset) const in getOffsetPointer()
371 return reinterpret_cast<char *>(buffer) + pOffset; in getOffsetPointer()
DVkDeviceMemory.hpp49 void *getOffsetPointer(VkDeviceSize pOffset) const;
/external/pdfium/core/fpdfapi/parser/
Dcpdf_hint_tables.cpp447 CPDF_Object* pOffset = pDict ? pDict->GetObjectFor("S") : nullptr; in LoadHintStream() local
448 if (!pOffset || !pOffset->IsNumber()) in LoadHintStream()
451 int shared_hint_table_offset = pOffset->GetInteger(); in LoadHintStream()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ar/
DArArchiveOutputStream.java113 …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/
DZipFileRO.java134 final Ref<Long> pUncompLen, Ref<Long> pCompLen, Ref<Long> pOffset, in getEntryInfo() argument
149 if (pOffset != null) { in getEntryInfo()
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.h59 uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const;
Dcpdf_cidfont.h51 uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const override;
Dcpdf_cmap.cpp326 uint32_t CPDF_CMap::GetNextChar(ByteStringView pString, size_t* pOffset) const { in GetNextChar()
327 size_t& offset = *pOffset; in GetNextChar()
Dcpdf_font.cpp343 uint32_t CPDF_Font::GetNextChar(ByteStringView pString, size_t* pOffset) const { in GetNextChar()
347 size_t& offset = *pOffset; in GetNextChar()
Dcpdf_font.h87 virtual uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const;
Dcpdf_cidfont.cpp733 size_t* pOffset) const { in GetNextChar()
734 return m_pCMap->GetNextChar(pString, pOffset); in GetNextChar()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4052 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/sonivox/arm-wt-22k/lib_src/
Deas_public.c1649 …A *pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset) in EAS_SearchFile() argument
1655 *pOffset = -1; in EAS_SearchFile()
1667 result = EAS_HWFilePos(pEASData->hwInstData, fileHandle, pOffset); in EAS_SearchFile()
1670 *pOffset -= len; in EAS_SearchFile()
/external/sonivox/arm-wt-22k/host_src/
Deas.h627 …E pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset);
/external/sonivox/arm-wt-22k/include/libsonivox/
Deas.h627 …E pEASData, EAS_FILE_HANDLE fileHandle, const EAS_U8 *searchString, EAS_I32 len, EAS_I32 *pOffset);
/external/icu/icu4c/source/common/
Ducnvscsu.cpp964 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/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h876 uint32_t* pOffset = (uint32_t*)&this->vOffsets[v]; in AssembleSingle() local
879 useAlternateOffset ? pOffset[triIndex + SIMD_WIDTH_DIV2] : pOffset[triIndex]; in AssembleSingle()
881 uint32_t offset = pOffset[triIndex]; in AssembleSingle()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5375 VkDeviceSize* pOffset,
8322 VkDeviceSize* pOffset, in CheckAllocation() argument
8330 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation()
8363 *pOffset = suballocItem->offset; in CheckAllocation()
8368 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation()
8372 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation()
8384 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation()
8398 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation()
8404 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation()
8410 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation()
[all …]
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h6382 VkDeviceSize* pOffset,
9395 VkDeviceSize* pOffset, in CheckAllocation() argument
9403 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation()
9436 *pOffset = suballocItem->offset; in CheckAllocation()
9441 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation()
9445 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation()
9457 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation()
9471 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation()
9477 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation()
9483 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6363 VkDeviceSize* pOffset,
9376 VkDeviceSize* pOffset, in CheckAllocation() argument
9384 VMA_ASSERT(pOffset != VMA_NULL); in CheckAllocation()
9417 *pOffset = suballocItem->offset; in CheckAllocation()
9422 *pOffset += VMA_DEBUG_MARGIN; in CheckAllocation()
9426 *pOffset = VmaAlignUp(*pOffset, allocAlignment); in CheckAllocation()
9438 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation()
9452 *pOffset = VmaAlignUp(*pOffset, bufferImageGranularity); in CheckAllocation()
9458 if(*pOffset >= suballocItem->offset + suballocItem->size) in CheckAllocation()
9464 const VkDeviceSize paddingBegin = *pOffset - suballocItem->offset; in CheckAllocation()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp1080 TObjectReflection::TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int… in TObjectReflection() argument
1082 …: name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIn… in TObjectReflection()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dreflection.cpp1080 TObjectReflection::TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int… in TObjectReflection() argument
1082 …: name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIn… in TObjectReflection()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Public/
DShaderLang.h723 …GLSLANG_EXPORT TObjectReflection(const std::string& pName, const TType& pType, int pOffset, int pG…
/external/deqp-deps/glslang/glslang/Public/
DShaderLang.h702 …GLSLANG_EXPORT TObjectReflection(const std::string& pName, const TType& pType, int pOffset, int pG…

12