Home
last modified time | relevance | path

Searched refs:destPtr (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp249 …static void writeVertexInputData (deUint8* destPtr, const VkVertexInputBindingDescription&…
250 …static void writeVertexInputValue (deUint8* destPtr, const VertexInputAttributeDescription…
1381 void VertexInputInstance::writeVertexInputData(deUint8* destPtr, const VkVertexInputBindingDescript… in writeVertexInputData() argument
1385 deUint8* destOffsetPtr = ((deUint8 *)destPtr) + bindingOffset; in writeVertexInputData()
1402 void writeVertexInputValueSint (deUint8* destPtr, VkFormat format, int componentNdx, deInt32 value) in writeVertexInputValueSint() argument
1405 deUint8* destFormatPtr = ((deUint8*)destPtr) + componentSize * componentNdx; in writeVertexInputValueSint()
1426 void writeVertexInputValueIntPacked(deUint8* destPtr, deUint32& packedFormat, deUint32& componentOf… in writeVertexInputValueIntPacked() argument
1436 *((deUint32*)destPtr) = (deUint32)packedFormat; in writeVertexInputValueIntPacked()
1439 void writeVertexInputValueUint (deUint8* destPtr, VkFormat format, int componentNdx, deUint32 value) in writeVertexInputValueUint() argument
1442 deUint8* destFormatPtr = ((deUint8*)destPtr) + componentSize * componentNdx; in writeVertexInputValueUint()
[all …]
DvktPipelineInputAssemblyTests.cpp165 …void uploadIndexBufferData16 (deUint16* destPtr, const std::vector<deUint32>& indexBufferDa…
166 …void uploadIndexBufferData8 (deUint8* destPtr, const std::vector<deUint32>& indexBufferData…
1661 void InputAssemblyInstance::uploadIndexBufferData16 (deUint16* destPtr, const std::vector<deUint32>… in uploadIndexBufferData16() argument
1666 destPtr[i] = (deUint16)indexBufferData[i]; in uploadIndexBufferData16()
1670 void InputAssemblyInstance::uploadIndexBufferData8 (deUint8* destPtr, const std::vector<deUint32>& … in uploadIndexBufferData8() argument
1675 destPtr[i] = (deUint8)indexBufferData[i]; in uploadIndexBufferData8()
DvktPipelineImageUtil.hpp183 virtual void write (deUint8* destPtr) const;
DvktPipelineImageUtil.cpp897 void TestTexture::write (deUint8* destPtr) const in write()
916 deMemcpy(destPtr + levelOffset, compressedTex.getData(), compressedTex.getDataSize()); in write()
932 …tAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), destPtr + levelOffset); in write()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DBufferSubData.cpp104 T *destPtr = reinterpret_cast<T *>(data->data()); in GetNormalizedData() local
109 destPtr[dataIndex] = in GetNormalizedData()
122 T *destPtr = reinterpret_cast<T *>(data->data()); in GetIntData() local
126 destPtr[dataIndex] = static_cast<T>(floatData[dataIndex]); in GetIntData()
DMapBufferRange.cpp115 T *destPtr = reinterpret_cast<T *>(data->data()); in GetNormalizedData() local
120 destPtr[dataIndex] = in GetNormalizedData()
133 T *destPtr = reinterpret_cast<T *>(data->data()); in GetIntData() local
137 destPtr[dataIndex] = static_cast<T>(floatData[dataIndex]); in GetIntData()
/third_party/node/deps/icu-small/source/common/
Drbbitblb.cpp1052 void **destPtr, **sourcePtr; in setAdd() local
1060 destPtr = destArray.getAlias(); in setAdd()
1061 destLim = destPtr + destOriginalSize; // destArray.getArrayLimit()? in setAdd()
1072 (void) dest->toArray(destPtr); in setAdd()
1080 while (sourcePtr < sourceLim && destPtr < destLim) { in setAdd()
1081 if (*destPtr == *sourcePtr) { in setAdd()
1083 destPtr++; in setAdd()
1087 else if (uprv_memcmp(destPtr, sourcePtr, sizeof(void *)) < 0) { in setAdd()
1088 dest->setElementAt(*destPtr++, di++); in setAdd()
1096 while (destPtr < destLim) { in setAdd()
[all …]
Dutext.cpp753 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { in adjustPointer() argument
755 char *dptr = (char *)*destPtr; in adjustPointer()
762 *destPtr = ((char *)dest->pExtra) + (dptr - (char *)src->pExtra); in adjustPointer()
766 *destPtr = dUText + (dptr-sUText); in adjustPointer()
/third_party/skia/third_party/externals/icu/source/common/
Drbbitblb.cpp1049 void **destPtr, **sourcePtr; in setAdd() local
1057 destPtr = destArray.getAlias(); in setAdd()
1058 destLim = destPtr + destOriginalSize; // destArray.getArrayLimit()? in setAdd()
1069 (void) dest->toArray(destPtr); in setAdd()
1074 while (sourcePtr < sourceLim && destPtr < destLim) { in setAdd()
1075 if (*destPtr == *sourcePtr) { in setAdd()
1077 destPtr++; in setAdd()
1081 else if (uprv_memcmp(destPtr, sourcePtr, sizeof(void *)) < 0) { in setAdd()
1082 dest->setElementAt(*destPtr++, di++); in setAdd()
1090 while (destPtr < destLim) { in setAdd()
[all …]
Dutext.cpp750 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { in adjustPointer() argument
752 char *dptr = (char *)*destPtr; in adjustPointer()
759 *destPtr = ((char *)dest->pExtra) + (dptr - (char *)src->pExtra); in adjustPointer()
763 *destPtr = dUText + (dptr-sUText); in adjustPointer()
/third_party/icu/icu4c/source/common/
Drbbitblb.cpp1052 void **destPtr, **sourcePtr; in setAdd() local
1060 destPtr = destArray.getAlias(); in setAdd()
1061 destLim = destPtr + destOriginalSize; // destArray.getArrayLimit()? in setAdd()
1072 (void) dest->toArray(destPtr); in setAdd()
1080 while (sourcePtr < sourceLim && destPtr < destLim) { in setAdd()
1081 if (*destPtr == *sourcePtr) { in setAdd()
1083 destPtr++; in setAdd()
1087 else if (uprv_memcmp(destPtr, sourcePtr, sizeof(void *)) < 0) { in setAdd()
1088 dest->setElementAt(*destPtr++, di++); in setAdd()
1096 while (destPtr < destLim) { in setAdd()
[all …]
Dutext.cpp750 static void adjustPointer(UText *dest, const void **destPtr, const UText *src) { in adjustPointer() argument
752 char *dptr = (char *)*destPtr; in adjustPointer()
759 *destPtr = ((char *)dest->pExtra) + (dptr - (char *)src->pExtra); in adjustPointer()
763 *destPtr = dUText + (dptr-sUText); in adjustPointer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp400 deUint8* destPtr = reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr()); in readUsingBuffer() local
401 deMemcpy(data, destPtr, static_cast<size_t>(bufferSize)); in readUsingBuffer()
724 deUint8* destPtr = reinterpret_cast<deUint8*>(stagingResource->getBoundMemory().getHostPtr()); in uploadUsingBuffer() local
725 deMemcpy(destPtr, data, static_cast<size_t>(bufferSize)); in uploadUsingBuffer()
795 deUint8* destPtr = reinterpret_cast<deUint8*>(getBoundMemory().getHostPtr()); in uploadLinear() local
796 destPtr += imageLayout.offset; in uploadLinear()
797 destPtr += offset.z * imageLayout.depthPitch; in uploadLinear()
798 destPtr += offset.y * imageLayout.rowPitch; in uploadLinear()
799 destPtr += offset.x; in uploadLinear()
802 imageLayout.rowPitch, imageLayout.depthPitch, data, destPtr); in uploadLinear()
/third_party/skia/src/gpu/mtl/
DGrMtlPipelineStateDataManager.mm128 char* destPtr = static_cast<char*>(slice.fBuffer->map()) + slice.fOffset;
129 memcpy(destPtr, fUniformData.get(), fUniformSize);
DGrMtlGpu.mm1698 char* destPtr = static_cast<char*>(slice.fBuffer->map()) + slice.fOffset;
1699 memcpy(destPtr, &uniData, uniformSize);
/third_party/skia/src/gpu/d3d/
DGrD3DResourceProvider.cpp273 char* destPtr = static_cast<char*>(slice.fBuffer->map()) + slice.fOffset; in uploadConstantData() local
274 memcpy(destPtr, data, size); in uploadConstantData()
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp347 uint8_t *destPtr[3] = { dest, dest + frameSize, dest + 2 * frameSize }; in doRun() local
351 destPtr[k][destIndex] = *srcPtr[k]; in doRun()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp144 void SetTriangleFanIndices(GLuint *destPtr, size_t numTris) in SetTriangleFanIndices() argument
148 destPtr[i * 3 + 0] = 0; in SetTriangleFanIndices()
149 destPtr[i * 3 + 1] = static_cast<GLuint>(i) + 1; in SetTriangleFanIndices()
150 destPtr[i * 3 + 2] = static_cast<GLuint>(i) + 2; in SetTriangleFanIndices()
214 void CopyTriangleFanIndices(const void *indices, GLuint *destPtr, size_t numTris) in CopyTriangleFanIndices() argument
220 destPtr[i * 3 + 0] = static_cast<GLuint>(srcPtr[0]); in CopyTriangleFanIndices()
221 destPtr[i * 3 + 1] = static_cast<GLuint>(srcPtr[i + 1]); in CopyTriangleFanIndices()
222 destPtr[i * 3 + 2] = static_cast<GLuint>(srcPtr[i + 2]); in CopyTriangleFanIndices()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1039 deUint8* destPtr = (deUint8*)bufferAlloc->getHostPtr(); in uploadImage() local
1050 …const tcu::PixelBufferAccess destAccess (access.getFormat(), access.getSize(), destPtr + layerDat… in uploadImage()
1311 deUint8* destPtr = (deUint8*)bufferAlloc->getHostPtr(); in uploadSparseImage() local
1322 …const tcu::PixelBufferAccess destAccess (access.getFormat(), access.getSize(), destPtr + layerDat… in uploadSparseImage()
/third_party/ffmpeg/libavcodec/
Dilbcdec.c756 int16_t* destPtr = dest; in reverse_memcpy() local
761 *destPtr-- = *sourcePtr++; in reverse_memcpy()