Lines Matching refs:texFormat
573 const TextureFormat texFormat = mapVkFormat(m_params->vkFormat);
574 return makeBufferFormat(getTextureChannelClass(texFormat.type), is64BitIntegerFormat(m_params->vkFormat));
805 const auto texFormat = mapVkFormat(m_params->vkFormat);
806 const auto bitDepth = tcu::getTextureFormatBitDepth(texFormat);
807 const auto channelClass = tcu::getTextureChannelClass(texFormat.type);
843 tcu::PixelBufferAccess floatsAccess (texFormat, 1, 1, 1, floatsData);
871 tmpFloats = ut::gluePixels(floatsAccess.getPixel(0, 0), sfloatColor, tcu::getNumUsedChannels(texFormat.order));
879 tmpFloats = ut::gluePixels(floatsAccess.getPixel(0, 0), ufloatColor, tcu::getNumUsedChannels(texFormat.order));
955 const tcu::TextureFormat texFormat = mapVkFormat(m_params->vkFormat);
956 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(texFormat.type);
957 const int targetWidth = getNumUsedChannels(texFormat.order);