Lines Matching refs:m_textureFormat
1281 , m_textureFormat (format) in ImageLoadAndStoreCase()
1291 , m_textureFormat (textureFormat) in ImageLoadAndStoreCase()
1307 const TextureFormat m_textureFormat; member in deqp::gles31::Functional::__anon0a49b9df0111::ImageLoadAndStoreCase
1355 const deUint32 textureInternalFormatGL = glu::getInternalFormat(m_textureFormat); in iterate()
1360 …const float storeColorScale = isFormatTypeUnorm(m_textureFormat.type) ? 1.0f / (float)(maxI… in iterate()
1361 : isFormatTypeSnorm(m_textureFormat.type) ? 2.0f / (float)(maxImageDimension - 1) in iterate()
1363 const float storeColorBias = isFormatTypeSnorm(m_textureFormat.type) ? -1.0f : 0.0f; in iterate()
1365 const bool isIntegerTextureFormat = isFormatTypeInteger(m_textureFormat.type); in iterate()
1370 …LayeredImage reference (m_textureType, m_textureFormat, imageSize.x(), imageSize.y(), image… in iterate()
1397 …if (m_imageFormat.type == TextureFormat::HALF_FLOAT && m_textureFormat.type != TextureFormat::HALF… in iterate()
1399 …else if (m_imageFormat.type == TextureFormat::FLOAT && m_textureFormat.type != TextureFormat::FLOA… in iterate()
1499 if (m_textureFormat != m_imageFormat) in iterate()
1552 …eAndVerify(renderCtx, glLog, *texture1, *texture1Buf, m_textureType, m_textureFormat, imageSize, I… in iterate()