Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.hpp299 struct PixelBufferAccessAllocation : public UpdatablePixelBufferAccess struct
301 std::vector<unsigned char> m_data;
302 PixelBufferAccessAllocation (const tcu::TextureFormat& format, const VkExtent3D& extent) in PixelBufferAccessAllocation() function
307 void invalidate (void) const { /* intentionally empty, only for compability */ } in invalidate()
308 void fillColor (const tcu::Vec4& color) const in fillColor()