Lines Matching refs:formatNdx
2380 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2382 const deUint32 format = formats[formatNdx].format; in init()
2383 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2386 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init()
2453 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2456 const deUint32 format = formats[formatNdx].format; in init()
2457 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2458 …:string caseName = std::string() + s_filters[filterNdx].name + "_" + formats[formatNdx].name; in init()
2493 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2495 const deUint32 format = formats[formatNdx].format; in init()
2496 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2497 const char* caseName = formats[formatNdx].name; in init()
2571 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2573 if (targets[targetNdx].is3D && !formats[formatNdx].supports3D) in init()
2577 const deUint32 format = formats[formatNdx].format; in init()
2578 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2580 …roup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].name, "Format t… in init()
2670 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2672 const deUint32 format = formats[formatNdx].format; in init()
2673 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init()
2728 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2731 formats[formatNdx].name, in init()
2733 formats[formatNdx].format, in init()
2734 formats[formatNdx].mode)); in init()