Lines Matching refs:m_imageFormat
1282 , m_imageFormat (format) in ImageLoadAndStoreCase()
1292 , m_imageFormat (imageFormat) in ImageLoadAndStoreCase()
1308 const TextureFormat m_imageFormat; member in deqp::gles31::Functional::__anon6ae108680111::ImageLoadAndStoreCase
1356 const deUint32 imageInternalFormatGL = glu::getInternalFormat(m_imageFormat); in iterate()
1397 …if (m_imageFormat.type == TextureFormat::HALF_FLOAT && m_textureFormat.type != TextureFormat::HALF… in iterate()
1398 …loatReinterpretValues<TextureFormat::HALF_FLOAT, tcu::Float16, deUint16>(reference, m_imageFormat); in iterate()
1399 …else if (m_imageFormat.type == TextureFormat::FLOAT && m_textureFormat.type != TextureFormat::FLOA… in iterate()
1400 …eBadFloatReinterpretValues<TextureFormat::FLOAT, tcu::Float32, deUint32>(reference, m_imageFormat); in iterate()
1425 const string shaderImageFormatStr = getShaderImageFormatQualifier(m_imageFormat); in iterate()
1427 const string shaderImageTypeStr = getShaderImageType(m_imageFormat.type, shaderImageType); in iterate()
1499 if (m_textureFormat != m_imageFormat) in iterate()
1504 const int pixelSize = m_imageFormat.getPixelSize(); in iterate()
1505 tcu::TextureLevel scratch (m_imageFormat, 1, 1); in iterate()
1521 if (isFormatTypeInteger(m_imageFormat.type)) in iterate()