Searched refs:computeMipMapCount (Results 1 – 3 of 3) sorted by relevance
70 , levels (usesMipMaps_ ? computeMipMapCount(extent_) : 1) in ImageHandleAlloc()152 deUint32 computeMipMapCount (const VkExtent3D& extent) in computeMipMapCount() function168 const deUint32 mipCount = computeMipMapCount(extent) - 1; in computeImageSize()219 const deUint32 mipLevels = withMipMaps ? computeMipMapCount(extent) : 1; in createImageAndBind()
132 deUint32 computeMipMapCount (const VkExtent3D& extent);
3731 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors()3843 const deUint32 mipCount = ut::computeMipMapCount(imageExtent); in createAndPopulateDescriptors()