Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.hpp257 struct UpdatablePixelBufferAccess : public tcu::PixelBufferAccess struct
259UpdatablePixelBufferAccess (const tcu::TextureFormat& format, const vk::VkExtent3D& extent, void* … in UpdatablePixelBufferAccess() argument
263 virtual ~UpdatablePixelBufferAccess (void) { } in ~UpdatablePixelBufferAccess()
266 static deUint32 calcTexSize (const tcu::TextureFormat& format, const vk::VkExtent3D& extent) in calcTexSize()
270 …t32 calcTexSize (const tcu::TextureFormat& format, deUint32 width, deUint32 height, deUint32 depth) in calcTexSize()