Searched refs:TransformFeedbackTestCase (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 2584 class TransformFeedbackTestCase : public vkt::TestCase class 2587 TransformFeedbackTestCase (tcu::TestContext &context, const char *name, const char *description, const TestParameters& parameters); 2597 TransformFeedbackTestCase::TransformFeedbackTestCase (tcu::TestContext &context, const char *name, const char *description, const TestParameters& parameters) in TransformFeedbackTestCase() function in vkt::TransformFeedback::__anon30071::TransformFeedbackTestCase 2615 vkt::TestInstance* TransformFeedbackTestCase::createInstance (vkt::Context& context) const in createInstance() 2679 void TransformFeedbackTestCase::checkSupport (Context& context) const in checkSupport() 2691 void TransformFeedbackTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 3575 group->addChild(new TransformFeedbackTestCase(group->getTestContext(), (testName + "_" + de::toString(partCount) + "_" + de::toString(bufferSize)).c_str(), "Simple Transform Feedback test", parameters)); in createTransformFeedbackSimpleTests() 3577 group->addChild(new TransformFeedbackTestCase(group->getTestContext(), (testName + "_beginqueryindexed_streamid_0_" + de::toString(partCount) + "_" + de::toString(bufferSize)).c_str(), "Simple Transform Feedback test", parameters)); in createTransformFeedbackSimpleTests() 3579 group->addChild(new TransformFeedbackTestCase(grou in createTransformFeedbackSimpleTests() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBooleanStateQueryTests.cpp | 573 class TransformFeedbackTestCase : public ApiCase class 576 TransformFeedbackTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description) in TransformFeedbackTestCase() function in deqp::gles3::Functional::__anon30532::TransformFeedbackTestCase 645 class TransformFeedbackBasicTestCase : public TransformFeedbackTestCase 649 : TransformFeedbackTestCase (context, verifier, name, "Test TRANSFORM_FEEDBACK_ACTIVE and TRANSFORM_FEEDBACK_PAUSED") in TransformFeedbackBasicTestCase() 685 class TransformFeedbackImplicitResumeTestCase : public TransformFeedbackTestCase 689 : TransformFeedbackTestCase(context, verifier, name, "EndTransformFeedback performs an implicit ResumeTransformFeedback.") in TransformFeedbackImplicitResumeTestCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackSimpleTests.cpp | 3157 class TransformFeedbackTestCase : public vkt::TestCase class 3160 TransformFeedbackTestCase (tcu::TestContext &context, const char *name, const TestParameters& parameters); 3170 TransformFeedbackTestCase::TransformFeedbackTestCase (tcu::TestContext &context, const char *name, const TestParameters& parameters) in TransformFeedbackTestCase() function in vkt::TransformFeedback::__anon28925::TransformFeedbackTestCase 3188 vkt::TestInstance* TransformFeedbackTestCase::createInstance (vkt::Context& context) const in createInstance() 3268 void TransformFeedbackTestCase::checkSupport (Context& context) const in checkSupport() 3296 void TransformFeedbackTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 4408 group->addChild(new TransformFeedbackTestCase(group->getTestContext(), (testName + "_" + de::toString(partCount) + "_" + de::toString(bufferSize)).c_str(), parameters)); in createTransformFeedbackSimpleTests() 4410 group->addChild(new TransformFeedbackTestCase(group->getTestContext(), (testName + "_beginqueryindexed_streamid_0_" + de::toString(partCount) + "_" + de::toString(bufferSize)).c_str(), parameters)); in createTransformFeedbackSimpleTests() 4412 group->addChild(new TransformFeedbackTestCase(grou in createTransformFeedbackSimpleTests() [all...] |
Completed in 15 milliseconds