Home
last modified time | relevance | path

Searched refs:pSize (Results 1 - 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A 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() local
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()
H A DVkDeviceMemory.cpp279 VkResult DeviceMemory::map(VkDeviceSize pOffset, VkDeviceSize pSize, void **ppData) in map() argument
/third_party/backends/backend/
H A Dplustek-usbscan.c1536 usb_GetImageInfo( Plustek_Device *dev, ImgDef *pInfo, WinInfo *pSize ) in usb_GetImageInfo()
1540 pSize->dwPixels = (u_long)pInfo->crArea.cx * pInfo->xyDpi.x / 300UL; in usb_GetImageInfo()
1541 pSize->dwLines = (u_long)pInfo->crArea.cy * pInfo->xyDpi.y / 300UL; in usb_GetImageInfo()
1548 pSize->dwBytes = pSize->dwPixels * 6UL; in usb_GetImageInfo()
1553 pSize->dwBytes = (pSize->dwPixels + 7UL) >> 3; in usb_GetImageInfo()
1554 pSize->dwPixels = pSize->dwBytes * 8; in usb_GetImageInfo()
1556 pSize in usb_GetImageInfo()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoSessionFfmpegUtils.cpp93 virtual bool demux (deUint8** pData, deInt64* pSize);
106 bool FfmpegDemuxerImpl::demux (deUint8** pData, deInt64* pSize) in demux() argument
111 if (pSize != DE_NULL) in demux()
112 *pSize = static_cast<deInt64>(size); in demux()
H A DvktVideoSessionFfmpegUtils.hpp39 virtual bool demux (deUint8** pData, deInt64* pSize) = 0;
/third_party/skia/src/gpu/vk/
H A Dvulkan_header_ext_huawei.h63 const VkDrawBlurImageInfoHUAWEI *drawBlurImageInfo, VkRect2D *pSize);
73 VkRect2D* pSize);
/third_party/openmax/api/cpipes/1.0/
H A DCPA_ContentPipe.h230 CPA_RESULTTYPE (*CPA_Read)( CPA_IN CPA_HANDLE hPipe, CPA_IN CPA_HANDLE hContent, CPA_OUT CPA_BYTE* pData, CPA_INOUT CPA_U32* pSize );
232 CPA_RESULTTYPE (*CPA_ReadBuffer)( CPA_IN CPA_HANDLE hPipe, CPA_IN CPA_HANDLE hContent, CPA_OUT CPA_BYTE** ppBuffer, CPA_INOUT CPA_U32* pSize, CPA_IN CPA_BOOL bForbidCopy );
236 CPA_RESULTTYPE (*CPA_Write)( CPA_IN 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/
H A DVertex.hpp79 float pSize; // Point size
H A 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 and OpenGL expect (0, 0) in the top-left corner in setupPoint()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A 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/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp400 for (const VkDeviceSize* pSize = sizeCases; pSize < sizeCases + DE_LENGTH_OF_ARRAY(sizeCases); ++pSize) in execTest()
402 log << tcu::TestLog::Message << "- size " << *pSize << " bytes" << tcu::TestLog::EndMessage; in execTest()
407 updateMemoryRequirements(vk, device, *pSize, bufferFlags, usage, false); in execTest()
417 if (pSize > sizeCases) in execTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryRequirementsTests.cpp401 for (const VkDeviceSize* pSize = sizeCases; pSize < sizeCases + DE_LENGTH_OF_ARRAY(sizeCases); ++pSize) in execTest()
403 log << tcu::TestLog::Message << "- size " << *pSize << " bytes" << tcu::TestLog::EndMessage; in execTest()
408 updateMemoryRequirements(vk, device, *pSize, bufferFlags, usage, false); in execTest()
418 if (pSize > sizeCases) in execTest()
/third_party/icu/icu4c/source/common/
H A Dubidiimp.h444 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded);
H A Dubidi.cpp192 * If *pMemory!=NULL, then assume *pSize>0.
199 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded) { 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/node/deps/icu-small/source/common/
H A Dubidiimp.h444 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded);
H A Dubidi.cpp192 * If *pMemory!=nullptr, then assume *pSize>0.
199 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded) { 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/
H A Dubidiimp.h444 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded);
H A Dubidi.cpp192 * If *pMemory!=NULL, then assume *pSize>0.
199 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded) { 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/
H A Dreflection.cpp1079 int pSize, int pIndex) in TObjectReflection()
1080 : name(pName), offset(pOffset), glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIndex(-1), in TObjectReflection()
1078 TObjectReflection(const std::string &pName, const TType &pType, int pOffset, int pGLDefineType, int pSize, int pIndex) TObjectReflection() argument
/third_party/mesa3d/include/GL/
H A Dwglext.h595 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
600 BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
/third_party/openGLES/api/GL/
H A Dwglext.h576 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
581 BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dwglext.h590 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
595 BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dwglext.h590 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
595 BOOL WINAPI wglAssociateImageBufferEventsI3D (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/
H A Dwglext.h580 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
585 BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
/third_party/astc-encoder/Source/
H A Dtinyexr.h761 size_t *pSize, mz_uint zip_flags);
1426 size_t *pSize, mz_uint flags);
1428 const char *pFilename, size_t *pSize,
1531 size_t *pSize);
1554 size_t *pSize, mz_uint zip_flags);
5631 size_t *pSize, mz_uint flags) { in mz_zip_reader_extract_to_heap()
5636 if (pSize) *pSize = 0; in mz_zip_reader_extract_to_heap()
5659 if (pSize) *pSize in mz_zip_reader_extract_to_heap()
5630 mz_zip_reader_extract_to_heap(mz_zip_archive *pZip, mz_uint file_index, size_t *pSize, mz_uint flags) mz_zip_reader_extract_to_heap() argument
5663 mz_zip_reader_extract_file_to_heap(mz_zip_archive *pZip, const char *pFilename, size_t *pSize, mz_uint flags) mz_zip_reader_extract_file_to_heap() argument
6832 mz_zip_writer_finalize_heap_archive(mz_zip_archive *pZip, void **pBuf, size_t *pSize) mz_zip_writer_finalize_heap_archive() argument
6922 mz_zip_extract_archive_file_to_heap(const char *pZip_filename, const char *pArchive_name, size_t *pSize, mz_uint flags) mz_zip_extract_archive_file_to_heap() argument
[all...]

Completed in 57 milliseconds

12