Searched refs:tanFormat (Results 1 – 1 of 1) sorted by relevance
1948 const auto tanFormat = GetFormatSpec(targetTangents.format); in GatherDeltasPNT() local1949 if (tanFormat.format == BASE_FORMAT_UNDEFINED) { in GatherDeltasPNT()1953 if (const auto tanElementSize = tanFormat.componentCount * tanFormat.componentByteSize; in GatherDeltasPNT()1963 tanFormat.format == BASE_FORMAT_R32G32B32_SFLOAT) { in GatherDeltasPNT()2023 for (auto i = 0U; i < Math::min(countof(tan.data), tanFormat.componentCount); ++i) { in GatherDeltasPNT()2024 tan[i] = tanFormat.toIntermediate(ptr + i * tanFormat.componentByteSize); in GatherDeltasPNT()