Searched refs:m_uniformBufferAlloc (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 104 de::MovePtr<vk::Allocation> m_uniformBufferAlloc; member in vkt::api::__anon16a0f6d00111::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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelinePushConstantTests.cpp | 250 de::MovePtr<Allocation> m_uniformBufferAlloc; member in vkt::pipeline::__anon08fed9eb0111::PushConstantGraphicsTestInstance 392 …m_uniformBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_uniformBuffe… in init() 393 …(vk.bindBufferMemory(vkDevice, *m_uniformBuffer, m_uniformBufferAlloc->getMemory(), m_uniformBuffe… in init() 396 deMemcpy(m_uniformBufferAlloc->getHostPtr(), &value, 16u); in init() 397 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in init()
|