HomeSort by relevance Sort by last modified time
    Searched refs:m_vertexBufferAlloc (Results 1 - 10 of 10) sorted by null

  /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...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.hpp 98 de::MovePtr<vk::Allocation> m_vertexBufferAlloc;
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...]
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...]
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...]
vktPipelineImageSamplingInstance.cpp     [all...]
vktPipelineInputAssemblyTests.cpp 156 de::MovePtr<Allocation> m_vertexBufferAlloc;
    [all...]
vktPipelinePushConstantTests.cpp 156 de::MovePtr<Allocation> m_vertexBufferAlloc;
    [all...]
vktPipelineMultisampleTests.cpp 246 de::MovePtr<Allocation> m_vertexBufferAlloc;
    [all...]
vktPipelineTimestampTests.cpp     [all...]

Completed in 376 milliseconds