Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp253 struct UpdatablePixelBufferAccess : public tcu::PixelBufferAccess struct
255UpdatablePixelBufferAccess(const tcu::TextureFormat &format, const vk::VkExtent3D &extent, void *d… in UpdatablePixelBufferAccess() argument
259 virtual ~UpdatablePixelBufferAccess(void) in ~UpdatablePixelBufferAccess()
264 static uint32_t calcTexSize(const tcu::TextureFormat &format, const vk::VkExtent3D &extent) in calcTexSize()
268 …32_t calcTexSize(const tcu::TextureFormat &format, uint32_t width, uint32_t height, uint32_t depth) in calcTexSize()