Home
last modified time | relevance | path

Searched refs:m_vertexBufferAlloc (Results 1 – 25 of 62) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp994m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in iterate()
996 deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertexData[0], vertexBufferSize); in iterate()
997 flushAlloc(vk, getDevice(), *m_vertexBufferAlloc); in iterate()
1047 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::__anon969ede5f0111::UBOTestInstance
1347m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in initializeBuffers()
1352 generateGrid(m_vertexBufferAlloc->getHostPtr(), step, -1.0f, -1.0f, GRID_SIZE, GRID_SIZE); in initializeBuffers()
1354 flushAlloc(vk, getDevice(), *m_vertexBufferAlloc); in initializeBuffers()
1372 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::__anon969ede5f0111::IndexBufferTestInstance
1412m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in initializeBuffers()
1415 generateGrid(m_vertexBufferAlloc->getHostPtr(), 2.0f, -1.0f, -1.0f, 1, 1); in initializeBuffers()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp534 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::SparseShaderIntrinsicsInstanceSampledBase
612m_vertexBufferAlloc = bindBuffer(deviceInterface, getDevice(), getAllocator(), *m_vertexBuffer, Me… in recordCommands()
614 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertexData[0], static_cast<std::size_t>(vertexDataSiz… in recordCommands()
615 flushAlloc(deviceInterface, getDevice(), *m_vertexBufferAlloc); in recordCommands()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp994m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in iterate()
996 deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertexData[0], vertexBufferSize); in iterate()
997 flushAlloc(vk, getDevice(), *m_vertexBufferAlloc); in iterate()
1047 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::__anonc263ffdf0111::UBOTestInstance
1347m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in initializeBuffers()
1352 generateGrid(m_vertexBufferAlloc->getHostPtr(), step, -1.0f, -1.0f, GRID_SIZE, GRID_SIZE); in initializeBuffers()
1354 flushAlloc(vk, getDevice(), *m_vertexBufferAlloc); in initializeBuffers()
1372 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::__anonc263ffdf0111::IndexBufferTestInstance
1412m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in initializeBuffers()
1415 generateGrid(m_vertexBufferAlloc->getHostPtr(), 2.0f, -1.0f, -1.0f, 1, 1); in initializeBuffers()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp534 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::SparseShaderIntrinsicsInstanceSampledBase
612m_vertexBufferAlloc = bindBuffer(deviceInterface, getDevice(), getAllocator(), *m_vertexBuffer, Me… in recordCommands()
614 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertexData[0], static_cast<std::size_t>(vertexDataSiz… in recordCommands()
615 flushAlloc(deviceInterface, getDevice(), *m_vertexBufferAlloc); in recordCommands()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp284 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anon40252aff0111::UnusedAttachmentTestInstance
820m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in UnusedAttachmentTestInstance()
822 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in UnusedAttachmentTestInstance()
825 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in UnusedAttachmentTestInstance()
826 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in UnusedAttachmentTestInstance()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp175 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anoncdfde1720111::InputAttachmentSparseFillingTestInstance
546m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in InputAttachmentSparseFillingTestInstance()
547 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in InputAttachmentSparseFillingTestInstance()
550 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex)); in InputAttachmentSparseFillingTestInstance()
551 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in InputAttachmentSparseFillingTestInstance()
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp130 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anonc08747bf0111::MultipleSubpassesMultipleCommandBuffersTestInstance
553m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in MultipleSubpassesMultipleCommandBuffersTestInstance()
554 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in MultipleSubpassesMultipleCommandBuffersTestInstance()
556 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertexValues.data(), static_cast<size_t>(vertexBufferS… in MultipleSubpassesMultipleCommandBuffersTestInstance()
557 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in MultipleSubpassesMultipleCommandBuffersTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp175 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anone2fa7ff20111::InputAttachmentSparseFillingTestInstance
546m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in InputAttachmentSparseFillingTestInstance()
547 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in InputAttachmentSparseFillingTestInstance()
550 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex)); in InputAttachmentSparseFillingTestInstance()
551 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in InputAttachmentSparseFillingTestInstance()
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp130 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anon26bc063f0111::MultipleSubpassesMultipleCommandBuffersTestInstance
553m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in MultipleSubpassesMultipleCommandBuffersTestInstance()
554 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in MultipleSubpassesMultipleCommandBuffersTestInstance()
556 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertexValues.data(), static_cast<size_t>(vertexBufferS… in MultipleSubpassesMultipleCommandBuffersTestInstance()
557 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in MultipleSubpassesMultipleCommandBuffersTestInstance()
DvktRenderPassUnusedAttachmentTests.cpp284 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anonf13e397f0111::UnusedAttachmentTestInstance
820m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in UnusedAttachmentTestInstance()
822 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in UnusedAttachmentTestInstance()
825 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in UnusedAttachmentTestInstance()
826 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in UnusedAttachmentTestInstance()
DvktRenderPassDitheringTests.cpp162 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anonb1ad43200111::DitheringTestInstance
547m_vertexBufferAlloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffe… in createCommonResources()
549 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in createCommonResources()
552 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices.data(), vertices.size() * sizeof(Vertex4RGBA)… in createCommonResources()
553 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in createCommonResources()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp326m_vertexBufferAlloc = bindBuffer (vk, device, allocator, *m_vertexBuffer, MemoryRequirement::Hos… in ScissorRenderer()
329 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(m_vertexBufferS… in ScissorRenderer()
330 flushAlloc(vk, device, *m_vertexBufferAlloc); in ScissorRenderer()
382 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::FragmentOperations::__anond2a5f7220111::ScissorRenderer
DvktFragmentOperationsScissorTests.cpp362m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostV… in ScissorRenderer()
365 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &m_vertices[0], static_cast<std::size_t>(m_vertexBuffe… in ScissorRenderer()
366 flushAlloc(vk, device, *m_vertexBufferAlloc); in ScissorRenderer()
424 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::FragmentOperations::__anonb1dcb6f70111::ScissorRenderer
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp326m_vertexBufferAlloc = bindBuffer (vk, device, allocator, *m_vertexBuffer, MemoryRequirement::Hos… in ScissorRenderer()
329 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(m_vertexBufferS… in ScissorRenderer()
330 flushAlloc(vk, device, *m_vertexBufferAlloc); in ScissorRenderer()
382 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::FragmentOperations::__anon873665a20111::ScissorRenderer
DvktFragmentOperationsScissorTests.cpp362m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostV… in ScissorRenderer()
365 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &m_vertices[0], static_cast<std::size_t>(m_vertexBuffe… in ScissorRenderer()
366 flushAlloc(vk, device, *m_vertexBufferAlloc); in ScissorRenderer()
424 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::FragmentOperations::__anon861795770111::ScissorRenderer
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp266 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorBufferGraphicsTestInstance
524m_vertexBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_vertex… in init()
526 …_vkd.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
529 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in init()
530 flushAlloc(m_vkd, *m_device, *m_vertexBufferAlloc); in init()
1090 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorImageGraphicsTestInstance
1602m_vertexBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_vertex… in init()
1604 …_vkd.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
1607 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4T… in init()
1608 flushAlloc(m_vkd, *m_device, *m_vertexBufferAlloc); in init()
[all …]
DvktPipelineStencilTests.cpp175 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonff0a0f320111::StencilTestInstance
674m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)…
676 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer…
684 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R…
685 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc);
DvktPipelineInterfaceMatchingTests.cpp149 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonf93f665c0111::InterfaceMatchingTestInstance
339m_vertexBufferAlloc = m_alloc.allocate(getBufferMemoryRequirements(vk, device, *m_vertexBuffer), M… in iterate()
340 …HECK(vk.bindBufferMemory(device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in iterate()
342 deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices.data(), vertices.size() * sizeof(float)); in iterate()
343 flushAlloc(vk, device, *m_vertexBufferAlloc); in iterate()
DvktPipelineBlendTests.cpp205 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon807a3cc50111::BlendTestInstance
242 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon807a3cc50111::DualSourceBlendTestInstance
805m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)…
807 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer…
818 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R…
820 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc);
1405m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)…
1407 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer…
1421 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R…
1423 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp266 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorBufferGraphicsTestInstance
524m_vertexBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_vertex… in init()
526 …_vkd.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
529 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in init()
530 flushAlloc(m_vkd, *m_device, *m_vertexBufferAlloc); in init()
1090 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorImageGraphicsTestInstance
1602m_vertexBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_vertex… in init()
1604 …_vkd.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
1607 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4T… in init()
1608 flushAlloc(m_vkd, *m_device, *m_vertexBufferAlloc); in init()
[all …]
DvktPipelineInterfaceMatchingTests.cpp149 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anone9cf04dc0111::InterfaceMatchingTestInstance
339m_vertexBufferAlloc = m_alloc.allocate(getBufferMemoryRequirements(vk, device, *m_vertexBuffer), M… in iterate()
340 …HECK(vk.bindBufferMemory(device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in iterate()
342 deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices.data(), vertices.size() * sizeof(float)); in iterate()
343 flushAlloc(vk, device, *m_vertexBufferAlloc); in iterate()
DvktPipelineStencilTests.cpp175 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon85498db20111::StencilTestInstance
674m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)…
676 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer…
684 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R…
685 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc);
DvktPipelineBlendTests.cpp205 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonfbc81b450111::BlendTestInstance
242 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonfbc81b450111::DualSourceBlendTestInstance
805m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)…
807 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer…
818 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R…
820 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc);
1405m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)…
1407 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer…
1421 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R…
1423 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp234 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::robustness::BufferAccessInstance
1173m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, *m_device, *m_vertexBuffer… in BufferAccessInstance()
1175 …K(vk.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in BufferAccessInstance()
1178 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices, sizeof(tcu::Vec4) * DE_LENGTH_OF_ARRAY(verti… in BufferAccessInstance()
1179 …flushMappedMemoryRange(vk, *m_device, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOf… in BufferAccessInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp234 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::robustness::BufferAccessInstance
1173m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, *m_device, *m_vertexBuffer… in BufferAccessInstance()
1175 …K(vk.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in BufferAccessInstance()
1178 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices, sizeof(tcu::Vec4) * DE_LENGTH_OF_ARRAY(verti… in BufferAccessInstance()
1179 …flushMappedMemoryRange(vk, *m_device, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOf… in BufferAccessInstance()

123