Lines Matching refs:m_format
247 CompressedTexFormat getFormat (void) const { return m_format; } in getFormat()
255 const CompressedTexFormat m_format; member in deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCRenderer2D
275 , m_format (format) in ASTCRenderer2D()
376 , m_format (format) in ASTCBlockCase2D()
381 …DE_ASSERT(!(tcu::isAstcSRGBFormat(m_format) && tcu::astc::isBlockTestTypeHDROnly(m_testType))); //… in ASTCBlockCase2D()
393 generateBlockCaseTestData(m_blockData, m_format, m_testType); in init()
429 …rTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,… in iterate()
430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); in iterate()
448 …ionMode = (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR || tcu::isAstcSRGBFormat(m_format)) in iterate()
529 , m_format (format) in ASTCBlockSizeRemainderCase2D()
563 …rTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,… in iterate()
564 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); in iterate()
571 …ionMode = (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR || tcu::isAstcSRGBFormat(m_format)) in iterate()