Home
last modified time | relevance | path

Searched refs:calcTexSize (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.hpp266 static deUint32 calcTexSize (const tcu::TextureFormat& format, const vk::VkExtent3D& extent) in calcTexSize() function
270 …static deUint32 calcTexSize (const tcu::TextureFormat& format, deUint32 width, deUint32 height, de… in calcTexSize() function
303 : UpdatablePixelBufferAccess(format, extent, (new unsigned char[calcTexSize(format, extent)])) in PixelBufferAccessAllocation()
304 …ned char*>(getDataPtr()), (static_cast<unsigned char*>(getDataPtr()) + calcTexSize(format, extent)… in PixelBufferAccessAllocation()