Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp361 struct BufferOrImage struct
363 bool isImage() const in isImage()
368 Buffer *getAsBuffer() in getAsBuffer()
375 Image *getAsImage() in getAsImage()
382 virtual subgroups::DescriptorType getType() const in getType()
394 GLuint getId() in getId()
399 virtual ~BufferOrImage() in ~BufferOrImage()
404 explicit BufferOrImage(glc::Context &context, bool image) in BufferOrImage() function
411 const glw::Functions &m_gl;
412 bool m_isImage;
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp612 struct BufferOrImage struct
614 bool isImage() const in isImage()
619 Buffer *getAsBuffer() in getAsBuffer()
626 Image *getAsImage() in getAsImage()
633 virtual VkDescriptorType getType() const in getType()
645 Allocation &getAllocation() const in getAllocation()
650 virtual ~BufferOrImage() in ~BufferOrImage()
655 explicit BufferOrImage(bool image) : m_isImage(image) in BufferOrImage() argument
659 bool m_isImage;
660 de::details::MovePtr<Allocation> m_allocation;