Searched refs:toIntermediate (Results 1 – 1 of 1) sorted by relevance
126 ToIntermediate toIntermediate; member650 } else if (!srcFormat.toIntermediate || !dstFormat.fromIntermediate) { in Fill()854 srcFormat.toIntermediate(srcPtr + i * srcFormat.componentByteSize)); in Fill()856 auto intermediate = srcFormat.toIntermediate(srcPtr); in Fill()1779 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasP()1879 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasPN()1884 nor[i] = norFormat.toIntermediate(ptr + i * norFormat.componentByteSize); in GatherDeltasPN()2014 pos[i] = posFormat.toIntermediate(ptr + i * posFormat.componentByteSize); in GatherDeltasPNT()2019 nor[i] = norFormat.toIntermediate(ptr + i * norFormat.componentByteSize); in GatherDeltasPNT()2024 tan[i] = tanFormat.toIntermediate(ptr + i * tanFormat.componentByteSize); in GatherDeltasPNT()[all …]