Searched refs:texel_count (Results 1 – 1 of 1) sorted by relevance
1419 …uint64_t texel_count = (uint64_t)pCreateInfo->extent.width * (uint64_t)pCreateInfo->extent.height * in PreCallValidateCreateImage() local1422 … uint64_t total_size = (uint64_t)std::ceil(FormatTexelSize(pCreateInfo->format) * texel_count); in PreCallValidateCreateImage()