Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp358 struct BufferOrImage struct
360 bool isImage() const in isImage()
365 Buffer* getAsBuffer() in getAsBuffer()
371 Image* getAsImage() in getAsImage()
377 virtual subgroups::DescriptorType getType() const in getType()
389 GLuint getId() in getId()
394 virtual ~BufferOrImage() {} in ~BufferOrImage()
397 explicit BufferOrImage(glc::Context& context, bool image) in BufferOrImage() argument
402 const glw::Functions & m_gl;
403 bool m_isImage;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp630 struct BufferOrImage struct
632 bool isImage() const in isImage()
637 Buffer* getAsBuffer() in getAsBuffer()
643 Image* getAsImage() in getAsImage()
649 virtual VkDescriptorType getType() const in getType()
661 Allocation& getAllocation() const in getAllocation()
666 virtual ~BufferOrImage() {} in ~BufferOrImage()
669 explicit BufferOrImage(bool image) : m_isImage(image) {} in BufferOrImage() function
671 bool m_isImage;
672 de::details::MovePtr<Allocation> m_allocation;