/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineImageSamplingInstance.hpp | 98 de::MovePtr<vk::Allocation> m_vertexBufferAlloc;
|
vktPipelineDepthTests.cpp | 160 de::MovePtr<Allocation> m_vertexBufferAlloc; 683 m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer), MemoryRequirement::HostVisible); 685 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset())); 693 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); 694 flushMappedMemoryRange(vk, vkDevice, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset(), vertexBufferParams.size); [all...] |
vktPipelineBlendTests.cpp | 146 de::MovePtr<Allocation> m_vertexBufferAlloc; 666 m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer), MemoryRequirement::HostVisible); 668 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset())); 679 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); 685 m_vertexBufferAlloc->getMemory(), // VkDeviceMemory memory; 686 m_vertexBufferAlloc->getOffset(), // VkDeviceSize offset; [all...] |
vktPipelineInputAssemblyTests.cpp | 156 de::MovePtr<Allocation> m_vertexBufferAlloc; [all...] |
vktPipelinePushConstantTests.cpp | 156 de::MovePtr<Allocation> m_vertexBufferAlloc; [all...] |
vktPipelineStencilTests.cpp | 164 de::MovePtr<Allocation> m_vertexBufferAlloc; 761 m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer), MemoryRequirement::HostVisible); 763 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset())); 771 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); 777 m_vertexBufferAlloc->getMemory(), // VkDeviceMemory memory; 778 m_vertexBufferAlloc->getOffset(), // VkDeviceSize offset; [all...] |
vktPipelineMultisampleTests.cpp | 246 de::MovePtr<Allocation> m_vertexBufferAlloc; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferViewAccessTests.cpp | 99 de::MovePtr<Allocation> m_vertexBufferAlloc; 611 m_vertexBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_vertexBuffer), MemoryRequirement::HostVisible); 613 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_vertexBuffer, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset())); 616 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), (size_t)vertexDataSize); 617 flushMappedMemoryRange(vk, vkDevice, m_vertexBufferAlloc->getMemory(), m_vertexBufferAlloc->getOffset(), vertexDataSize); [all...] |