/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 1006 …m_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 1357 …m_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 1422 …m_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 …]
|
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 486 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::sparse::SparseShaderIntrinsicsInstanceSampledBase 556 …m_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/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 283 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::renderpass::__anoncc17baca0111::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()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushDescriptorTests.cpp | 244 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon3f66cf0a0111::PushDescriptorBufferGraphicsTestInstance 495 …m_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 1557 …m_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 …]
|
D | vktPipelineDepthTests.cpp | 184 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon2f1287e00111::DepthTestInstance 543 …m_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()
|
D | vktPipelineStencilTests.cpp | 164 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anone7a1191d0111::StencilTestInstance 573 …m_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()
|
D | vktPipelineBlendTests.cpp | 150 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon995fcff00111::BlendTestInstance 500 …m_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()
|
D | vktPipelineDynamicOffsetTests.cpp | 132 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon18a1fbb70111::DynamicOffsetGraphicsTestInstance 510 …m_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()
|
D | vktPipelineInputAssemblyTests.cpp | 159 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonf7aa12fb0111::InputAssemblyInstance 1262 …m_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()
|
D | vktPipelineImageSamplingInstance.hpp | 119 de::MovePtr<vk::Allocation> m_vertexBufferAlloc; member in vkt::pipeline::ImageSamplingInstance
|
D | vktPipelinePushConstantTests.cpp | 200 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anonef72dd750111::PushConstantGraphicsTestInstance 522 …m_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()
|
D | vktPipelineImageSamplingInstance.cpp | 696 …m_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()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1707 …m_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 2103 …m_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
|
D | vktPipelineTimestampTests.cpp | 855 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()
|
D | vktPipelineMultisampleTests.cpp | 391 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::pipeline::__anon0970cb380111::MultisampleRenderer 2759 …m_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/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 348 …m_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
|
D | vktFragmentOperationsScissorTests.cpp | 369 …m_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/ |
D | vktApiBufferViewAccessTests.cpp | 112 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/ |
D | vktRobustnessBufferAccessTests.cpp | 212 de::MovePtr<Allocation> m_vertexBufferAlloc; member in vkt::robustness::BufferAccessInstance 992 …m_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()
|
D | vktRobustnessUtil.hpp | 111 de::MovePtr<vk::Allocation> m_vertexBufferAlloc; member in vkt::robustness::GraphicsEnvironment
|
D | vktRobustBufferAccessWithVariablePointersTests.cpp | 354 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()
|