/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawShaderDrawParametersTests.cpp | 79 class DrawTest : public DrawTestsBaseClass class 83 DrawTest (Context &context, TestSpec testSpec); 108 DrawTest::DrawTest (Context &context, TestSpec testSpec) in DrawTest() function in vkt::Draw::__anon27947::DrawTest 184 void DrawTest::setIndirectCommand (const T (&pCmdData)[N]) 195 void DrawTest::drawReferenceImage (const tcu::PixelBufferAccess& refImage) const in drawReferenceImage() 227 tcu::TestStatus DrawTest::iterate (void) in iterate() 311 void DrawTest::beginSecondaryCmdBuffer(vk::VkRenderingFlagsKHR renderingFlags) in beginSecondaryCmdBuffer() 343 void DrawTest::draw(vk::VkCommandBuffer cmdBuffer) in draw() 402 void checkSupport (Context& context, DrawTest [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawShaderDrawParametersTests.cpp | 79 class DrawTest : public DrawTestsBaseClass class 83 DrawTest (Context &context, TestSpec testSpec); 108 DrawTest::DrawTest (Context &context, TestSpec testSpec) in DrawTest() function in vkt::Draw::__anon29182::DrawTest 184 void DrawTest::setIndirectCommand (const T (&pCmdData)[N]) 195 void DrawTest::drawReferenceImage (const tcu::PixelBufferAccess& refImage) const in drawReferenceImage() 227 tcu::TestStatus DrawTest::iterate (void) in iterate() 311 void DrawTest::beginSecondaryCmdBuffer(vk::VkRenderingFlagsKHR renderingFlags) in beginSecondaryCmdBuffer() 343 void DrawTest::draw(vk::VkCommandBuffer cmdBuffer) in draw() 402 void checkSupport (Context& context, DrawTest [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsDrawTest.hpp | 247 class DrawTest : public tcu::TestCase class 250 DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const DrawTestSpec& spec, const char* name, const char* desc); 251 DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc); 252 virtual ~DrawTest (void);
|
H A D | glsDrawTest.cpp | 3053 // DrawTest 3055 DrawTest::DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const DrawTestSpec& spec, const char* name, const char* desc) in DrawTest() function in deqp::gls::DrawTest 3073 DrawTest::DrawTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* desc) in DrawTest() function in deqp::gls::DrawTest 3090 DrawTest::~DrawTest (void) in ~DrawTest() 3095 void DrawTest::addIteration (const DrawTestSpec& spec, const char* description) in addIteration() 3122 void DrawTest::init (void) in init() 3159 void DrawTest [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDrawTests.cpp | 52 static void addTestIterations (gls::DrawTest* test, const gls::DrawTestSpec& baseSpec, TestIterationType type) in addTestIterations() 143 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "single_attribute", "Single attribute array."); in init() 178 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multiple_attributes", "Multiple attribute arrays"); in init() 224 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "default_attribute", "Attribute specified with glVertexAttrib*."); in init() 349 de::MovePtr<gls::DrawTest> test (new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str())); in init() 404 gls::DrawTest* tes in init() [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DrawTests.cpp | 22 class DrawTest : public DawnTest { class 89 TEST_P(DrawTest, Uint32) { in TEST_P() 103 DAWN_INSTANTIATE_TEST(DrawTest,
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | DrawTests.cpp | 20 class DrawTest : public testing::Test class 26 TEST_F(DrawTest, VertexShaderNoPositionOutput) in TEST_F()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawElementsBaseVertexTests.cpp | 94 static void addTestIterations (gls::DrawTest* test, gls::DrawTestSpec& spec, TestIterationType type) in addTestIterations() 525 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()); in init() 593 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str()); in init() 646 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "single_attribute", "Single attribute array."); in init() 683 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multiple_attributes", "Multiple attribute arrays."); in init() 731 gls::DrawTest* tes in init() [all...] |
H A D | es31fDrawTests.cpp | 153 static void addTestIterations (gls::DrawTest* test, gls::DrawTestSpec& spec, TestIterationType type) in addTestIterations() 262 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "single_attribute", "Single attribute array."); in init() 299 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multiple_attributes", "Multiple attribute arrays."); in init() 347 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "instanced_attributes", "Instanced attribute array."); in init() 409 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "default_attribute", "Attribute specified with glVertexAttrib*."); in init() 522 gls::DrawTest* tes in init() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawTests.cpp | 54 static void addTestIterations (gls::DrawTest* test, const gls::DrawTestSpec& baseSpec, TestIterationType type) in addTestIterations() 179 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "single_attribute", "Single attribute array."); in init() 214 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "multiple_attributes", "Multiple attribute arrays."); in init() 260 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "instanced_attributes", "Instanced attribute array."); in init() 320 gls::DrawTest* test = new gls::DrawTest(m_testCtx, m_context.getRenderContext(), "default_attribute", "Attribute specified with glVertexAttrib*."); in init() 450 de::MovePtr<gls::DrawTest> tes in init() [all...] |
/third_party/vk-gl-cts/modules/gles2/stress/ |
H A D | es2sDrawTests.cpp | 138 de::MovePtr<gls::DrawTest> test (new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str())); in init() 394 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str())); in init()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sDrawTests.cpp | 321 de::MovePtr<gls::DrawTest> test (new gls::DrawTest(m_testCtx, m_context.getRenderContext(), name.c_str(), desc.c_str())); in init() 607 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str())); in init()
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
H A D | es31sDrawTests.cpp | 541 this->addChild(new gls::DrawTest(m_testCtx, m_context.getRenderContext(), spec, de::toString(insertedCount).c_str(), spec.getDesc().c_str()));
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 2053 class DrawTest : public TestInstance class 2058 DrawTest (Context& context, const TestParams params) in DrawTest() function in vkt::pipeline::__anon28238::Draw::DrawTest 3269 addInstanceTestCaseWithPrograms<DrawTest>(samplesGroup.get(), caseName.str().c_str(), checkSupportDrawTests, initPrograms, params); in createTestsInGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 2029 class DrawTest : public TestInstance class 2034 DrawTest (Context& context, const TestParams params) in DrawTest() function in vkt::pipeline::__anon29457::Draw::DrawTest 3223 addInstanceTestCaseWithPrograms<DrawTest>(samplesGroup.get(), caseName.str().c_str(), "", checkSupportDrawTests, initPrograms, params); in createTestsInGroup()
|