Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp382 struct BufferOrImage struct
384 bool isImage() const in isImage()
389 Buffer* getAsBuffer() in getAsBuffer()
395 Image* getAsImage() in getAsImage()
401 virtual VkDescriptorType getType() const in getType()
413 Allocation& getAllocation() const in getAllocation()
418 virtual ~BufferOrImage() {} in ~BufferOrImage()
421 explicit BufferOrImage(bool image) : m_isImage(image) {} in BufferOrImage() function
423 bool m_isImage;
424 de::details::MovePtr<Allocation> m_allocation;