Lines Matching refs:formatNdx
2389 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2391 const deUint32 format = formats[formatNdx].format; in init()
2392 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2395 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init()
2462 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2465 const deUint32 format = formats[formatNdx].format; in init()
2466 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2467 …:string caseName = std::string() + s_filters[filterNdx].name + "_" + formats[formatNdx].name; in init()
2502 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2504 const deUint32 format = formats[formatNdx].format; in init()
2505 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2506 const char* caseName = formats[formatNdx].name; in init()
2580 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2582 if (targets[targetNdx].is3D && !formats[formatNdx].supports3D) in init()
2586 const deUint32 format = formats[formatNdx].format; in init()
2587 const tcu::Sampler::DepthStencilMode sampleMode = formats[formatNdx].mode; in init()
2589 …roup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].name, "Format t… in init()
2679 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2681 const deUint32 format = formats[formatNdx].format; in init()
2682 …tcu::TestCaseGroup* const formatGroup = new tcu::TestCaseGroup(m_testCtx, formats[formatNdx].n… in init()
2737 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx) in init() local
2740 formats[formatNdx].name, in init()
2742 formats[formatNdx].format, in init()
2743 formats[formatNdx].mode)); in init()