Lines Matching refs:cases

1964 	// skip incompatible cases
2142 // Sampled images of integer formats may support only 1 sample. Exit the test with "Not supported" in these cases.
2352 // Sampled images of integer formats may support only 1 sample. Exit the test with "Not supported" in these cases.
2571 // skip incompatible cases
3415 // Not supported cases
3615 static void createCaseGroup (tcu::TestCaseGroup* parent, const char* groupName, const TexFuncCaseSpec* cases, int numCases)
3621 std::string name = cases[ndx].name;
3623 bool sparseSupported = !functionHasProj(cases[ndx].lookupSpec.function) &&
3624 TEXTURETYPE_1D != cases[ndx].texSpec.type &&
3625 TEXTURETYPE_1D_ARRAY != cases[ndx].texSpec.type &&
3626 TEXTURETYPE_CUBE_ARRAY != cases[ndx].texSpec.type;
3629 if (cases[ndx].flags & VERTEX)
3633 group->addChild(new SparseShaderTextureFunctionCase(parent->getTestContext(), ("sparse_" + name + "_vertex"), cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, true ));
3636 group->addChild(new ShaderTextureFunctionCase(parent->getTestContext(), (name + "_vertex"), cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, true ));
3639 if (cases[ndx].flags & FRAGMENT)
3643 group->addChild(new SparseShaderTextureFunctionCase(parent->getTestContext(), ("sparse_" + name + "_fragment"), cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, false));
3646 group->addChild(new ShaderTextureFunctionCase(parent->getTestContext(), (name + "_fragment"), cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, false));
3795 // texture() cases
3920 // textureClampARB() cases
3966 // textureOffset() cases
4055 // textureOffsetClampARB() cases
4090 // textureProj() cases
4174 // textureProjOffset() cases
4258 // textureLod() cases
4303 // textureLodOffset() cases
4338 // textureProjLod() cases
4372 // textureProjLodOffset() cases
4406 // textureGrad() cases
4458 // textureGradClampARB() cases
4505 // textureGradOffset() cases
4547 // textureGradOffsetClampARB() cases
4584 // textureProjGrad() cases
4622 // textureProjGradOffset() cases
4660 // texelFetch() cases
4692 // texelFetchOffset() cases
4734 // textureSize() cases
4784 // additional coverage for textureSize special cases
4790 // textureSize() cases for multisample textures
4817 // textureSamples() cases
4844 // textureQueryLevels() cases
4897 // textureQueryLod() cases