/external/deqp/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::__anon4bd26e280111::UBOTestInstance 1345 …m_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 1410 …m_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 …]
|
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 520 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::SparseShaderIntrinsicsInstanceSampledBase 590 …m_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/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 327 …m_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
|
D | vktFragmentOperationsScissorTests.cpp | 363 …m_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/ |
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 174 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anon649b053b0111::InputAttachmentSparseFillingTestInstance 545 …m_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()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 283 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anonb0ea74280111::UnusedAttachmentTestInstance 819 …m_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()
|
D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 130 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anon61f67ac80111::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 | vktRenderPassFragmentDensityMapTests.cpp | 906 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/ |
D | vktPipelinePushDescriptorTests.cpp | 255 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon18f959e80111::PushDescriptorBufferGraphicsTestInstance 506 …m_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 1574 …m_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 …]
|
D | vktPipelineStencilTests.cpp | 173 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon0f0f41bb0111::StencilTestInstance 640 …m_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()
|
D | vktPipelineBlendTests.cpp | 201 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon874f390e0111::BlendTestInstance 238 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon874f390e0111::DualSourceBlendTestInstance 787 …m_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() 1377 …m_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()
|
D | vktPipelineDepthTests.cpp | 193 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon1d01f0fe0111::DepthTestInstance 602 …m_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()
|
D | vktPipelineInputAssemblyTests.cpp | 163 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon1587ba190111::InputAssemblyInstance 1283 …m_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()
|
D | vktPipelinePushConstantTests.cpp | 239 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonaa8918d30111::PushConstantGraphicsTestInstance 541 …m_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 2322 …m_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()
|
D | vktPipelineDynamicOffsetTests.cpp | 156 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon367fa2d50111::DynamicOffsetGraphicsTestInstance 599 …m_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()
|
D | vktPipelineImageSamplingInstance.hpp | 157 de::MovePtr<vk::Allocation> m_vertexBufferAlloc; member in vkt::pipeline::ImageSamplingInstance
|
D | vktPipelineImageSamplingInstance.cpp | 813 …m_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()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1601 …m_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 2002 …m_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
|
D | vktPipelineMultisampleTests.cpp | 463 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon16de12d60111::MultisampleRenderer 3354 …m_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()
|
D | vktPipelineTimestampTests.cpp | 1530 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/ |
D | vktApiBufferViewAccessTests.cpp | 112 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/ |
D | vktRobustnessBufferAccessTests.cpp | 212 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::robustness::BufferAccessInstance 1009 …m_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()
|
D | vktRobustnessUtil.hpp | 111 de::MovePtr<vk::Allocation> m_vertexBufferAlloc; member in vkt::robustness::GraphicsEnvironment
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryWatertightnessTests.cpp | 378 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::RayQuery::__anon72ad611c0111::GraphicsConfiguration 401 , m_vertexBufferAlloc () in GraphicsConfiguration() 811 …m_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()
|
D | vktRayQueryBuiltinTests.cpp | 419 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::RayQuery::__anon8f71fbd70111::GraphicsConfiguration 442 , m_vertexBufferAlloc() in GraphicsConfiguration() 891 …m_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()
|