/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 994 …m_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 1347 …m_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 1412 …m_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 …]
|
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 534 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::SparseShaderIntrinsicsInstanceSampledBase 612 …m_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/ |
D | vktSparseResourcesBufferTests.cpp | 994 …m_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 1347 …m_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 1412 …m_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 …]
|
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 534 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::SparseShaderIntrinsicsInstanceSampledBase 612 …m_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/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 284 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anon40252aff0111::UnusedAttachmentTestInstance 820 …m_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()
|
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 175 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anoncdfde1720111::InputAttachmentSparseFillingTestInstance 546 …m_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()
|
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 130 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anonc08747bf0111::MultipleSubpassesMultipleCommandBuffersTestInstance 553 …m_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/ |
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 175 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anone2fa7ff20111::InputAttachmentSparseFillingTestInstance 546 …m_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()
|
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 130 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anon26bc063f0111::MultipleSubpassesMultipleCommandBuffersTestInstance 553 …m_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()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 284 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anonf13e397f0111::UnusedAttachmentTestInstance 820 …m_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()
|
D | vktRenderPassDitheringTests.cpp | 162 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anonb1ad43200111::DitheringTestInstance 547 …m_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/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 326 …m_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
|
D | vktFragmentOperationsScissorTests.cpp | 362 …m_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/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 326 …m_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
|
D | vktFragmentOperationsScissorTests.cpp | 362 …m_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/ |
D | vktPipelinePushDescriptorTests.cpp | 266 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon95c57b7f0111::PushDescriptorBufferGraphicsTestInstance 524 …m_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 1602 …m_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 …]
|
D | vktPipelineStencilTests.cpp | 175 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonff0a0f320111::StencilTestInstance 674 …m_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);
|
D | vktPipelineInterfaceMatchingTests.cpp | 149 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonf93f665c0111::InterfaceMatchingTestInstance 339 …m_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()
|
D | vktPipelineBlendTests.cpp | 205 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon807a3cc50111::BlendTestInstance 242 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon807a3cc50111::DualSourceBlendTestInstance 805 …m_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); 1405 …m_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/ |
D | vktPipelinePushDescriptorTests.cpp | 266 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon46d5a9ff0111::PushDescriptorBufferGraphicsTestInstance 524 …m_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 1602 …m_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 …]
|
D | vktPipelineInterfaceMatchingTests.cpp | 149 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anone9cf04dc0111::InterfaceMatchingTestInstance 339 …m_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()
|
D | vktPipelineStencilTests.cpp | 175 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon85498db20111::StencilTestInstance 674 …m_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);
|
D | vktPipelineBlendTests.cpp | 205 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonfbc81b450111::BlendTestInstance 242 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonfbc81b450111::DualSourceBlendTestInstance 805 …m_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); 1405 …m_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/ |
D | vktRobustnessBufferAccessTests.cpp | 234 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::robustness::BufferAccessInstance 1173 …m_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/ |
D | vktRobustnessBufferAccessTests.cpp | 234 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::robustness::BufferAccessInstance 1173 …m_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()
|