Searched defs:BufferOrImage (Results 1 – 2 of 2) sorted by relevance
358 struct BufferOrImage struct360 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() argument402 const glw::Functions & m_gl;403 bool m_isImage;[all …]
630 struct BufferOrImage struct632 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() function671 bool m_isImage;672 de::details::MovePtr<Allocation> m_allocation;