/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkBuffer.cpp | 105 void Buffer::copyFrom(const void *srcMemory, VkDeviceSize pSize, VkDeviceSize pOffset) in copyFrom() argument 107 ASSERT((pSize + pOffset) <= size); in copyFrom() 109 memcpy(getOffsetPointer(pOffset), srcMemory, pSize); in copyFrom() 112 void Buffer::copyTo(void *dstMemory, VkDeviceSize pSize, VkDeviceSize pOffset) const in copyTo() argument 114 ASSERT((pSize + pOffset) <= size); in copyTo() 116 memcpy(dstMemory, getOffsetPointer(pOffset), pSize); in copyTo()
|
D | VkDeviceMemory.cpp | 279 VkResult DeviceMemory::map(VkDeviceSize pOffset, VkDeviceSize pSize, void **ppData) in map() argument
|
/third_party/openmax/api/cpipes/1.0/ |
D | CPA_ContentPipe.h | 230 … CPA_HANDLE hPipe, CPA_IN CPA_HANDLE hContent, CPA_OUT CPA_BYTE* pData, CPA_INOUT CPA_U32* pSize ); 232 …A_IN CPA_HANDLE hContent, CPA_OUT CPA_BYTE** ppBuffer, CPA_INOUT CPA_U32* pSize, CPA_IN CPA_BOOL b… 236 …N CPA_HANDLE hPipe, CPA_IN CPA_HANDLE hContent, CPA_IN CPA_BYTE *pData, CPA_INOUT CPA_U32* pSize );
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Vertex.hpp | 79 float pSize; // Point size
|
D | Renderer.cpp | 2063 float pSize; in setupPoint() local 2069 pSize = v.v[pts].y; in setupPoint() 2073 pSize = data.point.pointSize[0]; in setupPoint() 2076 pSize = clamp(pSize, data.point.pointSizeMin, data.point.pointSizeMax); in setupPoint() 2088 const float X = pSize * P[0].w * data.halfPixelX[0]; in setupPoint() 2089 const float Y = pSize * P[0].w * data.halfPixelY[0]; in setupPoint() 2124 triangle.v1.X += iround(16 * 0.5f * pSize); in setupPoint() 2125 …triangle.v2.Y -= iround(16 * 0.5f * pSize) * (data.Hx16[0] > 0.0f ? 1 : -1); // Both Direct3D an… in setupPoint()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Renderer.cpp | 1153 float pSize = v.pointSize; in setupPoint() local 1155 pSize = clamp(pSize, 1.0f, static_cast<float>(vk::MAX_POINT_SIZE)); in setupPoint() 1165 const float X = pSize * P[0].w * data.halfPixelX[0]; in setupPoint() 1166 const float Y = pSize * P[0].w * data.halfPixelY[0]; in setupPoint() 1198 primitive.pointSizeInv = 1.0f / pSize; in setupPoint()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudaloader.c | 68 pDevPtr, size_t * pSize, CUgraphicsResource resource); 309 CuGraphicsResourceGetMappedPointer (CUdeviceptr * pDevPtr, size_t * pSize, in CuGraphicsResourceGetMappedPointer() argument 314 return gst_cuda_vtable.CuGraphicsResourceGetMappedPointer (pDevPtr, pSize, in CuGraphicsResourceGetMappedPointer()
|
D | gstcudaloader.h | 69 size_t * pSize,
|
/third_party/openGLES/extensions/I3D/ |
D | WGL_I3D_image_buffer.txt | 78 DWORD *pSize, 193 DWORD *pSize, 204 by the corresponding <pAddress> and <pSize> entry. <count>
|
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/ |
D | WGL_I3D_image_buffer.txt | 78 DWORD *pSize, 193 DWORD *pSize, 204 by the corresponding <pAddress> and <pSize> entry. <count>
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 393 …for (const VkDeviceSize* pSize = sizeCases; pSize < sizeCases + DE_LENGTH_OF_ARRAY(sizeCases); ++p… in execTest() local 395 log << tcu::TestLog::Message << "- size " << *pSize << " bytes" << tcu::TestLog::EndMessage; in execTest() 400 updateMemoryRequirements(vk, device, *pSize, bufferFlags, usage, false); in execTest() 410 if (pSize > sizeCases) in execTest()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ubidiimp.h | 428 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
|
/third_party/node/deps/icu-small/source/common/ |
D | ubidiimp.h | 444 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
|
D | ubidi.cpp | 199 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNe… in ubidi_getMemory() argument 205 *pSize=sizeNeeded; in ubidi_getMemory() 211 if(sizeNeeded<=*pSize) { in ubidi_getMemory() 227 *pSize=sizeNeeded; in ubidi_getMemory()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidiimp.h | 444 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
|
D | ubidi.cpp | 199 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNe… in ubidi_getMemory() argument 205 *pSize=sizeNeeded; in ubidi_getMemory() 211 if(sizeNeeded<=*pSize) { in ubidi_getMemory() 227 *pSize=sizeNeeded; in ubidi_getMemory()
|
/third_party/icu/icu4c/source/common/ |
D | ubidiimp.h | 444 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
|
D | ubidi.cpp | 199 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNe… in ubidi_getMemory() argument 205 *pSize=sizeNeeded; in ubidi_getMemory() 211 if(sizeNeeded<=*pSize) { in ubidi_getMemory() 227 *pSize=sizeNeeded; in ubidi_getMemory()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 1078 int pSize, int pIndex) in TObjectReflection() argument 1079 …: name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIn… in TObjectReflection()
|
/third_party/openGLES/api/GL/ |
D | wglext.h | 576 …TSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count); 581 …rEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
D | wglext.h | 580 …TSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count); 585 …rEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | wglext.h | 590 …TSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count); 595 …rEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | wglext.h | 590 …TSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count); 595 …rEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
|
/third_party/mesa3d/include/GL/ |
D | wglext.h | 595 …TSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count); 600 …rEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
D | wglext.h | 580 …TSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count); 585 …rEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
|