Lines Matching refs:formatNdx

2401 		for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
2403 const deUint32 format = formats[formatNdx].format;
2404 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode;
2407 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].name, "Format test");
2474 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
2477 const deUint32 format = formats[formatNdx].format;
2478 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode;
2479 const std::string caseName = std::string() + s_filters[filterNdx].name + "_" + formats[formatNdx].name;
2514 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
2516 const deUint32 format = formats[formatNdx].format;
2517 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode;
2518 const char* caseName = formats[formatNdx].name;
2592 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
2594 if (targets[targetNdx].is3D && !formats[formatNdx].supports3D)
2598 const deUint32 format = formats[formatNdx].format;
2599 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode;
2601 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].name, "Format test");
2691 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
2693 const deUint32 format = formats[formatNdx].format;
2694 tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].name, "Format test");
2749 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
2751 if (isFormatSupported(formats[formatNdx].format, m_isGL45))
2754 formats[formatNdx].name,
2756 formats[formatNdx].format,
2757 formats[formatNdx].mode));