Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp302 struct PixelBufferAccessAllocation : public UpdatablePixelBufferAccess struct
304 std::vector<unsigned char> m_data;
305 PixelBufferAccessAllocation(const tcu::TextureFormat &format, const VkExtent3D &extent) in PixelBufferAccessAllocation() function
311 void invalidate(void) const in invalidate()
314 void fillColor(const tcu::Vec4 &color) const in fillColor()