Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp1006m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in iterate()
1008 deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertexData[0], vertexBufferSize); in iterate()
1009 flushAlloc(vk, getDevice(), *m_vertexBufferAlloc); in iterate()
1059 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::__anoncca8890a0111::UBOTestInstance
1357m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in initializeBuffers()
1362 generateGrid(m_vertexBufferAlloc->getHostPtr(), step, -1.0f, -1.0f, GRID_SIZE, GRID_SIZE); in initializeBuffers()
1364 flushAlloc(vk, getDevice(), *m_vertexBufferAlloc); in initializeBuffers()
1382 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::__anoncca8890a0111::IndexBufferTestInstance
1422m_vertexBufferAlloc = bindBuffer(vk, getDevice(), getAllocator(), *m_vertexBuffer, MemoryRequireme… in initializeBuffers()
1425 generateGrid(m_vertexBufferAlloc->getHostPtr(), 2.0f, -1.0f, -1.0f, 1, 1); in initializeBuffers()
[all …]
DvktSparseResourcesShaderIntrinsicsSampled.cpp486 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::SparseShaderIntrinsicsInstanceSampledBase
556m_vertexBufferAlloc = bindBuffer(deviceInterface, getDevice(), getAllocator(), *m_vertexBuffer, Me… in recordCommands()
558 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertexData[0], static_cast<std::size_t>(vertexDataSiz… in recordCommands()
559 flushAlloc(deviceInterface, getDevice(), *m_vertexBufferAlloc); in recordCommands()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp283 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anoncc17baca0111::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()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp244 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorBufferGraphicsTestInstance
495m_vertexBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_vertex… in init()
497 …_vkd.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
500 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in init()
501 flushAlloc(m_vkd, *m_device, *m_vertexBufferAlloc); in init()
1049 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorImageGraphicsTestInstance
1557m_vertexBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_vertex… in init()
1559 …_vkd.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
1562 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4T… in init()
1563 flushAlloc(m_vkd, *m_device, *m_vertexBufferAlloc); in init()
[all …]
DvktPipelineDepthTests.cpp184 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon2f1287e00111::DepthTestInstance
543m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in DepthTestInstance()
545 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in DepthTestInstance()
553 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in DepthTestInstance()
554 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in DepthTestInstance()
DvktPipelineStencilTests.cpp164 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anone7a1191d0111::StencilTestInstance
573m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in StencilTestInstance()
575 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in StencilTestInstance()
583 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in StencilTestInstance()
584 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in StencilTestInstance()
DvktPipelineBlendTests.cpp150 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon995fcff00111::BlendTestInstance
500m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in BlendTestInstance()
502 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in BlendTestInstance()
513 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in BlendTestInstance()
515 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in BlendTestInstance()
DvktPipelineDynamicOffsetTests.cpp132 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetGraphicsTestInstance
510m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in init()
512 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
515 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in init()
516 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in init()
DvktPipelineInputAssemblyTests.cpp159 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonf7aa12fb0111::InputAssemblyInstance
1262m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in InputAssemblyInstance()
1264 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in InputAssemblyInstance()
1277 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in InputAssemblyInstance()
1280 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in InputAssemblyInstance()
DvktPipelineImageSamplingInstance.hpp119 de::MovePtr<vk::Allocation> m_vertexBufferAlloc; member in vkt::pipeline::ImageSamplingInstance
DvktPipelinePushConstantTests.cpp200 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonef72dd750111::PushConstantGraphicsTestInstance
522m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in init()
524 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in init()
527 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in init()
528 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in init()
DvktPipelineImageSamplingInstance.cpp696m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequire… in ImageSamplingInstance()
697 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in ImageSamplingInstance()
700 deMemcpy(m_vertexBufferAlloc->getHostPtr(), &m_vertices[0], (size_t)vertexBufferSize); in ImageSamplingInstance()
701 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in ImageSamplingInstance()
DvktPipelineMultisampleSampleLocationsExtTests.cpp1707m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostVi… in createVertexBuffer()
1709 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), dataOrNullPtr(vertices), static_cast<std::size_t>(vert… in createVertexBuffer()
1710 flushAlloc(vk, device, *m_vertexBufferAlloc); in createVertexBuffer()
1720 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon3a411fb70111::VerifySamples::TestBase
2103m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostVi… in iterate()
2105 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), dataOrNullPtr(vertices), static_cast<std::size_t>(vert… in iterate()
2106 flushAlloc(vk, device, *m_vertexBufferAlloc); in iterate()
3092 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon3a411fb70111::Draw::DrawTest
DvktPipelineTimestampTests.cpp855 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon7daaa53f0111::BasicGraphicsTestInstance
898 …Buffer = createBufferAndBindMemory(1024u, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT, &m_vertexBufferAlloc); in buildVertexBuffer()
902 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4R… in buildVertexBuffer()
903 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in buildVertexBuffer()
DvktPipelineMultisampleTests.cpp391 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon0970cb380111::MultisampleRenderer
2759m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer)… in initialize()
2761 …CK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in initialize()
2765 Vertex4RGBA* pDst = static_cast<Vertex4RGBA*>(m_vertexBufferAlloc->getHostPtr()); in initialize()
2772 flushAlloc(vk, vkDevice, *m_vertexBufferAlloc); in initialize()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp348m_vertexBufferAlloc = bindBuffer (vk, device, allocator, *m_vertexBuffer, MemoryRequirement::Hos… in ScissorRenderer()
351 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &vertices[0], static_cast<std::size_t>(m_vertexBufferS… in ScissorRenderer()
352 flushAlloc(vk, device, *m_vertexBufferAlloc); in ScissorRenderer()
404 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::FragmentOperations::__anonbe0ace2d0111::ScissorRenderer
DvktFragmentOperationsScissorTests.cpp369m_vertexBufferAlloc = bindBuffer(vk, device, allocator, *m_vertexBuffer, MemoryRequirement::HostV… in ScissorRenderer()
372 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), &m_vertices[0], static_cast<std::size_t>(m_vertexBuffe… in ScissorRenderer()
373 flushAlloc(vk, device, *m_vertexBufferAlloc); in ScissorRenderer()
430 MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::FragmentOperations::__anonbc2140220111::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp112 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::api::__anon02e39ada0111::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
992m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, *m_device, *m_vertexBuffer… in BufferAccessInstance()
994 …K(vk.bindBufferMemory(*m_device, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBuffer… in BufferAccessInstance()
997 …deMemcpy(m_vertexBufferAlloc->getHostPtr(), vertices, sizeof(tcu::Vec4) * DE_LENGTH_OF_ARRAY(verti… in BufferAccessInstance()
998 …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
DvktRobustBufferAccessWithVariablePointersTests.cpp354 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::robustness::__anon691525380111::AccessInstance
1439 …Size, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT, memAlloc, m_vertexBuffer, m_vertexBufferAlloc, vertexAcce… in AccessInstance()