Home
last modified time | relevance | path

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

12

/external/deqp/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::__anon4bd26e280111::UBOTestInstance
1345m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in initializeBuffers()
1350 generateGrid(m_vertexBufferAlloc->getHostPtr(), step, -1.0f, -1.0f, GRID_SIZE, GRID_SIZE); in initializeBuffers()
1352 flushAlloc(vk, getDevice(), *m_vertexBufferAlloc); in initializeBuffers()
1370 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::__anon4bd26e280111::IndexBufferTestInstance
1410m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in initializeBuffers()
1413 generateGrid(m_vertexBufferAlloc->getHostPtr(), 2.0f, -1.0f, -1.0f, 1, 1); in initializeBuffers()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp520 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::SparseShaderIntrinsicsInstanceSampledBase
590m_vertexBufferAlloc = bindBuffer(deviceInterface, getDevice(), getAllocator(), *m_vertexBuffer, Me… in recordCommands()
592 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertexData[0], static_cast<std::size_t>(vertexDataSiz… in recordCommands()
593 flushAlloc(deviceInterface, getDevice(), *m_vertexBufferAlloc); in recordCommands()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp327m_vertexBufferAlloc = bindBuffer (vk, device, allocator, *m_vertexBuffer, MemoryRequirement::Hos… in ScissorRenderer()
330 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(m_vertexBufferS… in ScissorRenderer()
331 flushAlloc(vk, device, *m_vertexBufferAlloc); in ScissorRenderer()
383 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::FragmentOperations::__anon3ce7940b0111::ScissorRenderer
DvktFragmentOperationsScissorTests.cpp363m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostV… in ScissorRenderer()
366 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &m_vertices[0], static_cast<std::size_t>(m_vertexBuffe… in ScissorRenderer()
367 flushAlloc(vk, device, *m_vertexBufferAlloc); in ScissorRenderer()
424 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::FragmentOperations::__anon3b4b25400111::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp174 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anon649b053b0111::InputAttachmentSparseFillingTestInstance
545m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in InputAttachmentSparseFillingTestInstance()
546 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in InputAttachmentSparseFillingTestInstance()
549 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex)); in InputAttachmentSparseFillingTestInstance()
550 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in InputAttachmentSparseFillingTestInstance()
DvktRenderPassUnusedAttachmentTests.cpp283 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anonb0ea74280111::UnusedAttachmentTestInstance
819m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in UnusedAttachmentTestInstance()
821 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in UnusedAttachmentTestInstance()
824 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in UnusedAttachmentTestInstance()
825 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in UnusedAttachmentTestInstance()
DvktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp130 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anon61f67ac80111::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()
DvktRenderPassFragmentDensityMapTests.cpp906 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anone4c8e6dd0111::FragmentDensityMapTestInstance
1658 …xBuffer(vk, vkDevice, queueFamilyIndex, memAlloc, m_vertices, m_vertexBuffer, m_vertexBufferAlloc); in FragmentDensityMapTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp255 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon18f959e80111::PushDescriptorBufferGraphicsTestInstance
506m_vertexBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_vertex… in init()
508 …_vkd.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
511 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in init()
512 flushAlloc(m_vkd, *m_device, *m_vertexBufferAlloc); in init()
1066 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon18f959e80111::PushDescriptorImageGraphicsTestInstance
1574m_vertexBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_vertex… in init()
1576 …_vkd.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
1579 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4T… in init()
1580 flushAlloc(m_vkd, *m_device, *m_vertexBufferAlloc); in init()
[all …]
DvktPipelineStencilTests.cpp173 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon0f0f41bb0111::StencilTestInstance
640m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in StencilTestInstance()
642 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in StencilTestInstance()
650 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in StencilTestInstance()
651 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in StencilTestInstance()
DvktPipelineBlendTests.cpp201 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon874f390e0111::BlendTestInstance
238 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon874f390e0111::DualSourceBlendTestInstance
787m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in BlendTestInstance()
789 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in BlendTestInstance()
800 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in BlendTestInstance()
802 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in BlendTestInstance()
1377m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in DualSourceBlendTestInstance()
1379 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in DualSourceBlendTestInstance()
1393 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in DualSourceBlendTestInstance()
1395 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in DualSourceBlendTestInstance()
DvktPipelineDepthTests.cpp193 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon1d01f0fe0111::DepthTestInstance
602m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in DepthTestInstance()
604 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in DepthTestInstance()
612 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in DepthTestInstance()
613 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in DepthTestInstance()
DvktPipelineInputAssemblyTests.cpp163 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon1587ba190111::InputAssemblyInstance
1283m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in InputAssemblyInstance()
1285 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in InputAssemblyInstance()
1302 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in InputAssemblyInstance()
1305 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in InputAssemblyInstance()
DvktPipelinePushConstantTests.cpp239 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonaa8918d30111::PushConstantGraphicsTestInstance
541m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in init()
543 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
546 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in init()
547 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in init()
1963 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonaa8918d30111::PushConstantLifetimeTestInstance
2322m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in init()
2324 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
2327 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in init()
2328 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in init()
DvktPipelineDynamicOffsetTests.cpp156 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon367fa2d50111::DynamicOffsetGraphicsTestInstance
599m_vertexBufferAlloc = m_memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffe… in init()
601 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
604 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in init()
605 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in init()
DvktPipelineImageSamplingInstance.hpp157 de::MovePtr<vk::Allocation> m_vertexBufferAlloc; member in vkt::pipeline::ImageSamplingInstance
DvktPipelineImageSamplingInstance.cpp813m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequire… in ImageSamplingInstance()
814 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in ImageSamplingInstance()
817 deMemcpy(m_vertexBufferAlloc->getHostPtr(), &m_vertices[0], (size_t)vertexBufferSize); in ImageSamplingInstance()
818 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in ImageSamplingInstance()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1601m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostVi… in createVertexBuffer()
1603 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), dataOrNullPtr(vertices), static_cast<std::size_t>(vert… in createVertexBuffer()
1604 flushAlloc(vk, device, *m_vertexBufferAlloc); in createVertexBuffer()
1614 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonca1542d50111::VerifySamples::TestBase
2002m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostVi… in iterate()
2004 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), dataOrNullPtr(vertices), static_cast<std::size_t>(vert… in iterate()
2005 flushAlloc(vk, device, *m_vertexBufferAlloc); in iterate()
2954 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonca1542d50111::Draw::DrawTest
DvktPipelineMultisampleTests.cpp463 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon16de12d60111::MultisampleRenderer
3354m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in initialize()
3356 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in initialize()
3360 Vertex4RGBA* pDst = static_cast<Vertex4RGBA*>(m_vertexBufferAlloc->getHostPtr()); in initialize()
3388 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in initialize()
DvktPipelineTimestampTests.cpp1530 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon39456d5d0111::BasicGraphicsTestInstance
1573 …Buffer = createBufferAndBindMemory(1024u, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT, &m_vertexBufferAlloc); in buildVertexBuffer()
1577 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in buildVertexBuffer()
1578 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in buildVertexBuffer()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp112 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::api::__anonaec027b80111::BufferViewTestInstance
377 …FER_BIT, m_context, memAlloc, m_vertexBuffer, MemoryRequirement::HostVisible, m_vertexBufferAlloc); in BufferViewTestInstance()
380 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), (size_t)vertexDataSize); in BufferViewTestInstance()
381 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in BufferViewTestInstance()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessBufferAccessTests.cpp212 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::robustness::BufferAccessInstance
1009m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, *m_device, *m_vertexBuffer… in BufferAccessInstance()
1011 …K(vk.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in BufferAccessInstance()
1014 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices, sizeof(tcu::Vec4) * DE_LENGTH_OF_ARRAY(verti… in BufferAccessInstance()
1015 …flushMappedMemoryRange(vk, *m_device, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOf… in BufferAccessInstance()
DvktRobustnessUtil.hpp111 de::MovePtr<vk::Allocation> m_vertexBufferAlloc; member in vkt::robustness::GraphicsEnvironment
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp378 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::RayQuery::__anon72ad611c0111::GraphicsConfiguration
401 , m_vertexBufferAlloc () in GraphicsConfiguration()
811m_vertexBufferAlloc = bindBuffer(vkd, device, allocator, *m_vertexBuffer, vk::MemoryRequirement::H… in initVertexBuffer()
813 deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices.data(), (size_t)vertexBufferSize); in initVertexBuffer()
814 flushAlloc(vkd, device, *m_vertexBufferAlloc); in initVertexBuffer()
DvktRayQueryBuiltinTests.cpp419 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::RayQuery::__anon8f71fbd70111::GraphicsConfiguration
442 , m_vertexBufferAlloc() in GraphicsConfiguration()
891m_vertexBufferAlloc = bindBuffer(vkd, device, allocator, *m_vertexBuffer, vk::MemoryRequirement::H… in initVertexBuffer()
893 deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices.data(), (size_t)vertexBufferSize); in initVertexBuffer()
894 flushAlloc(vkd, device, *m_vertexBufferAlloc); in initVertexBuffer()

12