Home
last modified time | relevance | path

Searched defs:getAllocation (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.hpp48 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::pipeline::Buffer
69 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::pipeline::Image
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeTestsUtil.hpp51 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::compute::Buffer
72 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::compute::Image
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageWithMemory.hpp52 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vk::ImageWithMemory
DvkBufferWithMemory.hpp53 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vk::BufferWithMemory
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp71 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::geometry::Buffer
99 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::geometry::Image
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.hpp80 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::image::Buffer
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp70 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::synchronization::Buffer
103 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::synchronization::Image
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp66 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::tessellation::Buffer
94 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::tessellation::Image
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUseAfterFreeTests.cpp84 vk::Allocation& getAllocation (void) const { return *m_allocation; } in getAllocation() function in vkt::postmortem::__anon736b2ef20111::Buffer
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp626 Allocation& getAllocation() const in getAllocation() function