Lines Matching refs:fp64
15420 TestCaseGroup* fp64 = new TestCaseGroup(m_context, "fp64", "");
15421 fp64->addChild(new GPUShaderFP64Test1(m_context));
15422 fp64->addChild(new GPUShaderFP64Test2(m_context));
15423 fp64->addChild(new GPUShaderFP64Test3(m_context));
15424 fp64->addChild(new GPUShaderFP64Test4(m_context));
15425 fp64->addChild(new GPUShaderFP64Test5(m_context));
15426 fp64->addChild(new GPUShaderFP64Test6(m_context));
15427 fp64->addChild(new GPUShaderFP64Test7(m_context));
15428 fp64->addChild(new GPUShaderFP64Test8(m_context));
15429 fp64->addChild(new GPUShaderFP64Test9(m_context));
15430 addChild(fp64);