Home
last modified time | relevance | path

Searched refs:pSize (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkBuffer.cpp105 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()
DVkDeviceMemory.cpp279 VkResult DeviceMemory::map(VkDeviceSize pOffset, VkDeviceSize pSize, void **ppData) in map() argument
/third_party/openmax/api/cpipes/1.0/
DCPA_ContentPipe.h230 … 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/
DVertex.hpp79 float pSize; // Point size
DRenderer.cpp2063 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/
DRenderer.cpp1153 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/
Dgstcudaloader.c68 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()
Dgstcudaloader.h69 size_t * pSize,
/third_party/openGLES/extensions/I3D/
DWGL_I3D_image_buffer.txt78 DWORD *pSize,
193 DWORD *pSize,
204 by the corresponding <pAddress> and <pSize> entry. <count>
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_image_buffer.txt78 DWORD *pSize,
193 DWORD *pSize,
204 by the corresponding <pAddress> and <pSize> entry. <count>
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp393 …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/
Dubidiimp.h428 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
/third_party/node/deps/icu-small/source/common/
Dubidiimp.h444 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
Dubidi.cpp199 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/
Dubidiimp.h444 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
Dubidi.cpp199 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/
Dubidiimp.h444 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNe…
Dubidi.cpp199 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/
Dreflection.cpp1078 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/
Dwglext.h576 …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/
Dwglext.h580 …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/
Dwglext.h590 …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/
Dwglext.h590 …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/
Dwglext.h595 …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/
Dwglext.h580 …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);

12