/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 136 de::MovePtr<vk::Allocation> m_uniformBufferAlloc; member in vkt::api::__anon27760::BufferViewTestInstance 295 BufferSuballocation().createTestBuffer(vk, vkDevice, queueFamilyIndex, uniformSize, testCase.createUsage, m_context, memAlloc, m_uniformBuffer, MemoryRequirement::HostVisible, m_uniformBufferAlloc); in BufferViewTestInstance() 296 deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)uniformSize); in BufferViewTestInstance() 297 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in BufferViewTestInstance() 506 deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)uniformSize); in iterate() 507 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in iterate() 593 de::MovePtr<vk::Allocation> m_uniformBufferAlloc; member in vkt::api::__anon27760::BufferViewAllFormatsTestInstance 716 BufferSuballocation().createTestBuffer(vk, vkDevice, queueFamilyIndex, sourceBuffer.size(), testCase.createUsage, m_context, memAlloc, m_uniformBuffer, MemoryRequirement::HostVisible, m_uniformBufferAlloc); in BufferViewAllFormatsTestInstance() 717 deMemcpy(m_uniformBufferAlloc->getHostPtr(), sourceBuffer.getPtr(), sourceBuffer.size()); in BufferViewAllFormatsTestInstance() 718 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in BufferViewAllFormatsTestInstance() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 133 de::MovePtr<vk::Allocation> m_uniformBufferAlloc; member in vkt::api::__anon29008::BufferViewTestInstance 292 BufferSuballocation().createTestBuffer(uniformSize, testCase.usage, m_context, memAlloc, m_uniformBuffer, MemoryRequirement::HostVisible, m_uniformBufferAlloc); in BufferViewTestInstance() 293 deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)uniformSize); in BufferViewTestInstance() 294 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in BufferViewTestInstance() 503 deMemcpy(m_uniformBufferAlloc->getHostPtr(), uniformData.data(), (size_t)uniformSize); in iterate() 504 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in iterate() 591 de::MovePtr<vk::Allocation> m_uniformBufferAlloc; member in vkt::api::__anon29008::BufferViewAllFormatsTestInstance 705 BufferSuballocation().createTestBuffer(sourceBuffer.size(), testCase.usage, m_context, memAlloc, m_uniformBuffer, MemoryRequirement::HostVisible, m_uniformBufferAlloc); in BufferViewAllFormatsTestInstance() 706 deMemcpy(m_uniformBufferAlloc->getHostPtr(), sourceBuffer.getPtr(), sourceBuffer.size()); in BufferViewAllFormatsTestInstance() 707 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in BufferViewAllFormatsTestInstance() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 254 de::MovePtr<Allocation> m_uniformBufferAlloc; member in vkt::pipeline::__anon28244::PushConstantGraphicsTestInstance 400 m_uniformBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_uniformBuffer), MemoryRequirement::HostVisible); in init() 401 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_uniformBuffer, m_uniformBufferAlloc->getMemory(), m_uniformBufferAlloc->getOffset())); in init() 404 deMemcpy(m_uniformBufferAlloc->getHostPtr(), &value, 16u); in init() 405 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 252 de::MovePtr<Allocation> m_uniformBufferAlloc; member in vkt::pipeline::__anon29464::PushConstantGraphicsTestInstance 398 m_uniformBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_uniformBuffer), MemoryRequirement::HostVisible); in init() 399 VK_CHECK(vk.bindBufferMemory(vkDevice, *m_uniformBuffer, m_uniformBufferAlloc->getMemory(), m_uniformBufferAlloc->getOffset())); in init() 402 deMemcpy(m_uniformBufferAlloc->getHostPtr(), &value, 16u); in init() 403 flushAlloc(vk, vkDevice, *m_uniformBufferAlloc); in init()
|