Lines Matching refs:texFormat
679 void getPackInfo (const TextureFormat texFormat,
686 switch (texFormat.type)
778 TextureFormat texFormat,
783 TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order);
784 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type);
786 DE_ASSERT(getTextureChannelClass(texFormat.type) < 2);
796 const bool isPacked = isPackedType(texFormat.type);
800 getPackInfo(texFormat, bitSizes, bitOffsets, baseTypeBytes);
804 if (texFormat.type == TextureFormat::UNORM_INT_1010102_REV ||
805 texFormat.type == TextureFormat::SNORM_INT_1010102_REV)
817 chanSize = getChannelSize(texFormat.type);
821 const bool isSrgb = isSRGB(texFormat);
913 TextureFormat texFormat,
918 DE_ASSERT(getTextureChannelClass(texFormat.type) == TEXTURECHANNELCLASS_FLOATING_POINT);
920 const TextureSwizzle readSwizzle = getChannelReadSwizzle(texFormat.order);
936 else if (texFormat.type == TextureFormat::FLOAT)
940 else if (texFormat.type == TextureFormat::HALF_FLOAT)
954 TextureFormat texFormat,
959 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type);
964 convertNormalizedFormat(pixelPtr, texFormat, internalFormat, resultMin, resultMax);
968 convertFloatFormat(pixelPtr, texFormat, internalFormat, resultMin, resultMax);