Home
last modified time | relevance | path

Searched refs:mapPointer (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp444 uint8_t *mapPointer; in getIndexRange() local
456 typeBytes * count, 0, &mapPointer)); in getIndexRange()
460 mapPointer = getShadowBuffer(offset); in getIndexRange()
463 *outRange = gl::ComputeIndexRange(type, mapPointer, count, primitiveRestartEnabled); in getIndexRange()
475 uint8_t *mapPointer = nullptr; in directUpdate() local
477 ANGLE_VK_TRY(contextVk, mBuffer.getDeviceMemory().map(device, offset, size, 0, &mapPointer)); in directUpdate()
478 ASSERT(mapPointer); in directUpdate()
480 memcpy(mapPointer, data, size); in directUpdate()
495 uint8_t *mapPointer = nullptr; in stagedUpdate() local
505 ASSERT(mapPointer); in stagedUpdate()
[all …]
H A Dvk_utils.cpp442 uint8_t *mapPointer; in InitMappableDeviceMemory() local
443 ANGLE_VK_TRY(context, deviceMemory->map(device, 0, VK_WHOLE_SIZE, 0, &mapPointer)); in InitMappableDeviceMemory()
444 memset(mapPointer, value, static_cast<size_t>(size)); in InitMappableDeviceMemory()
H A Dvk_wrapper.h452 uint8_t **mapPointer) const;
1285 uint8_t **mapPointer) const
1288 return vkMapMemory(device, mHandle, offset, size, flags, reinterpret_cast<void **>(mapPointer));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp519 uint8_t *mapPointer; in getIndexRange() local
531 ANGLE_TRY(mBuffer->mapWithOffset(contextVk, &mapPointer, offset)); in getIndexRange()
535 mapPointer = getShadowBuffer(offset); in getIndexRange()
538 *outRange = gl::ComputeIndexRange(type, mapPointer, count, primitiveRestartEnabled); in getIndexRange()
549 uint8_t *mapPointer = nullptr; in directUpdate() local
551 ANGLE_TRY(mBuffer->mapWithOffset(contextVk, &mapPointer, offset)); in directUpdate()
552 ASSERT(mapPointer); in directUpdate()
554 memcpy(mapPointer, data, size); in directUpdate()
567 uint8_t *mapPointer = nullptr; in stagedUpdate() local
573 ASSERT(mapPointer); in stagedUpdate()
[all …]
H A Dvk_utils.cpp486 uint8_t *mapPointer; in InitMappableAllocation() local
487 ANGLE_VK_TRY(context, allocation->map(allocator, &mapPointer)); in InitMappableAllocation()
488 memset(mapPointer, value, static_cast<size_t>(size)); in InitMappableAllocation()
508 uint8_t *mapPointer; in InitMappableDeviceMemory() local
509 ANGLE_VK_TRY(context, deviceMemory->map(device, 0, VK_WHOLE_SIZE, 0, &mapPointer)); in InitMappableDeviceMemory()
510 memset(mapPointer, value, static_cast<size_t>(size)); in InitMappableDeviceMemory()
H A Dvk_wrapper.h462 uint8_t **mapPointer) const;
504 VkResult map(const Allocator &allocator, uint8_t **mapPointer) const;
1393 uint8_t **mapPointer) const
1397 return vkMapMemory(device, mHandle, offset, size, flags, reinterpret_cast<void **>(mapPointer));
1485 ANGLE_INLINE VkResult Allocation::map(const Allocator &allocator, uint8_t **mapPointer) const
1488 return vma::MapMemory(allocator.getHandle(), mHandle, (void **)mapPointer);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DTransformFeedbackTest.cpp810 const void *mapPointer = in TEST_P() local
812 ASSERT_NE(nullptr, mapPointer); in TEST_P()
925 const void *mapPointer = in TEST_P() local
927 ASSERT_NE(nullptr, mapPointer); in TEST_P()
1015 const void *mapPointer = in TEST_P() local
1017 ASSERT_NE(nullptr, mapPointer); in TEST_P()
1296 const GLvoid *mapPointer = in TEST_P() local
1371 const GLvoid *mapPointer = in TEST_P() local
1586 const GLvoid *mapPointer = in TEST_P() local
1708 const void *mapPointer = in TEST_P() local
[all …]
H A DProvokingVertexTest.cpp168 void *mapPointer = in TEST_P() local
170 ASSERT_NE(nullptr, mapPointer); in TEST_P()
172 int *mappedInts = static_cast<int *>(mapPointer); in TEST_P()
H A DReadPixelsTest.cpp696 void *mapPointer = in verifyPBO() local
698 ASSERT_NE(nullptr, mapPointer); in verifyPBO()
700 memcpy(&actualColor, mapPointer, sizeof(angle::GLColor)); in verifyPBO()
H A DSimpleOperationTest.cpp62 uint8_t *mapPointer = in verifyBuffer() local
67 memcpy(readbackData.data(), mapPointer, data.size()); in verifyBuffer()
H A DStateChangeTest.cpp4825 const GLvoid *mapPointer = in TEST_P() local
4828 ASSERT_NE(nullptr, mapPointer); in TEST_P()
4829 const Vector4 *typedMapPointer = reinterpret_cast<const Vector4 *>(mapPointer); in TEST_P()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DProvokingVertexTest.cpp176 GLvoid *mapPointer = in TEST_P() local
178 ASSERT_NE(nullptr, mapPointer); in TEST_P()
180 int *mappedInts = static_cast<int *>(mapPointer); in TEST_P()
H A DTransformFeedbackTest.cpp767 const GLvoid *mapPointer = in TEST_P() local
769 ASSERT_NE(nullptr, mapPointer); in TEST_P()
771 const Vector2 *vecPointer = static_cast<const Vector2 *>(mapPointer); in TEST_P()
878 const GLvoid *mapPointer = in TEST_P() local
880 ASSERT_NE(nullptr, mapPointer); in TEST_P()
884 const Vector3 *vecPointer = static_cast<const Vector3 *>(mapPointer); in TEST_P()
H A DReadPixelsTest.cpp533 void *mapPointer = in verifyPBO() local
535 ASSERT_NE(nullptr, mapPointer); in verifyPBO()
537 memcpy(&actualColor, mapPointer, sizeof(angle::GLColor)); in verifyPBO()
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/glw/
H A Dbuffer.h135 void * mapPointer(GLenum target, GLint unit) const in mapPointer() function
337 void * mapPointer(void) const
339 return this->object()->mapPointer(this->m_target, this->m_unit);
/dports/devel/vcglib/vcglib-2020.09/wrap/glw/
H A Dbuffer.h135 void * mapPointer(GLenum target, GLint unit) const in mapPointer() function
337 void * mapPointer(void) const
339 return this->object()->mapPointer(this->m_target, this->m_unit);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fBufferObjectQueryTests.cpp469 GLvoid* mapPointer = glMapBufferRange(GL_ARRAY_BUFFER, 0, 8, GL_MAP_READ_BIT); in test() local
475 checkPointerEquals(m_testCtx, mapPointerState, mapPointer); in test()
/dports/lang/oo2c/oo2c_64-2.1.11/src/H2O/
H A DTranslate.Mod39 mapPointer : Option.String;
326 e.WriteObject(mapPointer.value);
739 mapPointer := options.String("MapPointer", "SYSTEM.PTR");
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DTraceLogging.cpp1042 DictionaryMap::Ptr mapPointer = dictionaryMap.lookup(dictId); in remapDictionaryEntries() local
1043 MOZ_ASSERT(mapPointer); in remapDictionaryEntries()
1044 payload->setDictionaryId(mapPointer->value()); in remapDictionaryEntries()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DTraceLogging.cpp1041 DictionaryMap::Ptr mapPointer = dictionaryMap.lookup(dictId); in remapDictionaryEntries() local
1042 MOZ_ASSERT(mapPointer); in remapDictionaryEntries()
1043 payload->setDictionaryId(mapPointer->value()); in remapDictionaryEntries()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DTraceLogging.cpp1042 DictionaryMap::Ptr mapPointer = dictionaryMap.lookup(dictId); in remapDictionaryEntries() local
1043 MOZ_ASSERT(mapPointer); in remapDictionaryEntries()
1044 payload->setDictionaryId(mapPointer->value()); in remapDictionaryEntries()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DTraceLogging.cpp1041 DictionaryMap::Ptr mapPointer = dictionaryMap.lookup(dictId); in remapDictionaryEntries() local
1042 MOZ_ASSERT(mapPointer); in remapDictionaryEntries()
1043 payload->setDictionaryId(mapPointer->value()); in remapDictionaryEntries()