Searched refs:calcTexSize (Results 1 – 1 of 1) sorted by relevance
266 static deUint32 calcTexSize (const tcu::TextureFormat& format, const vk::VkExtent3D& extent) in calcTexSize() function270 …static deUint32 calcTexSize (const tcu::TextureFormat& format, deUint32 width, deUint32 height, de… in calcTexSize() function303 : 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()