Searched defs:BufferOrImage (Results 1 – 2 of 2) sorted by relevance
361 struct BufferOrImage struct363 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() function411 const glw::Functions &m_gl;412 bool m_isImage;[all …]
612 struct BufferOrImage struct614 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() argument659 bool m_isImage;660 de::details::MovePtr<Allocation> m_allocation;