Home
last modified time | relevance | path

Searched refs:m_uniformBufferAlloc (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewAccessTests.cpp104 de::MovePtr<vk::Allocation> m_uniformBufferAlloc; member in vkt::api::__anonaec027b80111::BufferViewTestInstance
263 …R_BIT, m_context, memAlloc, m_uniformBuffer, MemoryRequirement::HostVisible, m_uniformBufferAlloc); in BufferViewTestInstance()
264 deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)uniformSize); in BufferViewTestInstance()
265 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in BufferViewTestInstance()
474 deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)uniformSize); in iterate()
475 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp242 de::MovePtr<Allocation> m_uniformBufferAlloc; member in vkt::pipeline::__anonaa8918d30111::PushConstantGraphicsTestInstance
384m_uniformBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_uniformBuffe… in init()
385 …(vk.bindBufferMemory(vkDevice, *m_uniformBuffer, m_uniformBufferAlloc->getMemory(), m_uniformBuffe… in init()
388 deMemcpy(m_uniformBufferAlloc->getHostPtr(), &value, 16u); in init()
389 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in init()