/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 410 ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig); 497 …dencyTestInstance::ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig) in ExternalDependencyTestInstance() argument 499 …, m_renderPass2Supported ((testConfig.renderPassType == RENDERPASS_TYPE_RENDERPASS2) && context.r… in ExternalDependencyTestInstance() 500 …, m_synchronization2Supported ((testConfig.synchronizationType == SYNCHRONIZATION_TYPE_SYNCHRONIZA… in ExternalDependencyTestInstance() 501 , m_renderPassType (testConfig.renderPassType) in ExternalDependencyTestInstance() 502 , m_width (testConfig.imageSize.x()) in ExternalDependencyTestInstance() 503 , m_height (testConfig.imageSize.y()) in ExternalDependencyTestInstance() 504 , m_blurKernel (testConfig.blurKernel) in ExternalDependencyTestInstance() 505 , m_format (testConfig.format) in ExternalDependencyTestInstance() 506 …ies, context.getUniversalQueueFamilyIndex(), m_format, m_width, m_height, testConfig.renderPasses)) in ExternalDependencyTestInstance() [all …]
|
D | vktRenderPassSparseRenderTargetTests.cpp | 377 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig); 413 …eRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testConfig) in SparseRenderTargetTestInstance() argument 415 …, m_extensionSupported ((testConfig.renderPassType == RENDERPASS_TYPE_RENDERPASS2) && context.req… in SparseRenderTargetTestInstance() 416 , m_renderPassType (testConfig.renderPassType) in SparseRenderTargetTestInstance() 419 , m_format (testConfig.format) in SparseRenderTargetTestInstance() 425 …RenderPass(context.getDeviceInterface(), context.getDevice(), m_format, testConfig.renderPassType)) in SparseRenderTargetTestInstance() 591 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init() 594 const VkFormat format (testConfig.format); in init() 723 const TestConfig testConfig (format, renderPassType); in initTests() local 726 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
|
D | vktRenderPassDepthStencilResolveTests.cpp | 1471 const TestConfig testConfig = in initTests() local 1492 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests() 1501 TestConfig compatibilityTestConfig = testConfig; in initTests() 1514 const TestConfig testConfig = in initTests() local 1535 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests() 1543 TestConfig compatibilityTestConfig = testConfig; in initTests() 1616 const TestConfig testConfig = in initTests() local 1637 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests() 1649 const TestConfig testConfig = in initTests() local 1670 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
|
D | vktRenderPassTests.cpp | 5050 const TestConfig testConfig (renderPass, in addAttachmentTests() local 5063 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentTests() 5133 const TestConfig testConfig (renderPass, in addAttachmentWriteMaskTests() local 5147 …seName.c_str(), testCaseName.c_str(), checkSupport, createTestShaders, renderPassTest, testConfig); in addAttachmentWriteMaskTests() 5607 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local 5620 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests() 5803 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local 5816 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests() 5848 const TestConfig testConfig (renderPass, in addSimpleTests() local 5861 …g>(group, "color", "Single color attachment case.", createTestShaders, renderPassTest, testConfig); in addSimpleTests() [all …]
|
D | vktRenderPassSampleReadTests.cpp | 992 const TestConfig testConfig (sampleCount, TESTMODE_ADD, 0, renderPassType); in initTests() local 995 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests() 1000 const TestConfig testConfig (sampleCount, TESTMODE_SELECT, sample, renderPassType); in initTests() local 1003 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
|
D | vktRenderPassMultisampleResolveTests.cpp | 2683 const TestConfig testConfig = in initTests() local 2695 …testName.c_str(), testName.c_str(), testConfig, typename FunctionSupport1<TestConfig>::Args(checkS… in initTests() 2710 TestConfig maxAttachmentsTestConfig = testConfig; in initTests() 2720 TestConfig compatibilityTestConfig = testConfig; in initTests()
|
D | vktRenderPassMultisampleTests.cpp | 2193 const TestConfig testConfig (format, sampleCount, renderPassType); in initTests() local 2196 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 711 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig); 725 ExtendedDynamicStateInstance (Context& context, const TestConfig& testConfig); 734 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ExtendedDynamicStateTest() argument 736 , m_testConfig (testConfig) in ExtendedDynamicStateTest() 738 const auto staticTopologyClass = getTopologyClass(testConfig.topologyConfig.staticValue); in ExtendedDynamicStateTest() 742 DE_ASSERT(!testConfig.topologyConfig.dynamicValue || in ExtendedDynamicStateTest() 743 staticTopologyClass == getTopologyClass(testConfig.topologyConfig.dynamicValue.get())); in ExtendedDynamicStateTest() 959 …dDynamicStateInstance::ExtendedDynamicStateInstance(Context& context, const TestConfig& testConfig) in ExtendedDynamicStateInstance() argument 961 , m_testConfig (testConfig) in ExtendedDynamicStateInstance() 1020 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates() argument [all …]
|
D | vktPipelineColorWriteEnableTests.cpp | 242 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig); 256 ColorWriteEnableInstance (Context& context, const TestConfig& testConfig); 265 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ColorWriteEnableTest() argument 267 , m_testConfig (testConfig) in ColorWriteEnableTest() 343 ColorWriteEnableInstance::ColorWriteEnableInstance(Context& context, const TestConfig& testConfig) in ColorWriteEnableInstance() argument 345 , m_testConfig (testConfig) in ColorWriteEnableInstance() 358 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates() argument 360 if (testConfig.colorWriteEnableConfig.dynamicValue) in setDynamicStates() 362 const auto& colorWriteEnables = testConfig.colorWriteEnableConfig.dynamicValue.get(); in setDynamicStates()
|
D | vktPipelineMultisampleTests.cpp | 4373 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local 4383 …pleShadingTest(testCtx, "primitive_triangle", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests() 4384 …SampleShadingTest(testCtx, "primitive_line", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests() 4385 …leShadingTest(testCtx, "primitive_point_1px", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests() 4386 …ampleShadingTest(testCtx, "primitive_point", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests() 4388 …ingTest(testCtx, "primitive_triangle_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests() 4389 …hadingTest(testCtx, "primitive_line_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests() 4390 …ngTest(testCtx, "primitive_point_1px_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests() 4391 …adingTest(testCtx, "primitive_point_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests() 4407 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeSampleVariablesTests.cpp | 108 struct testConfig in write_to_read_only_types() struct 150 struct testConfig in access_built_in_types_inside_other_shaders() struct 240 struct testConfig in index_outside_sample_mask_range() struct 284 struct testConfig in access_built_in_types_without_extension() struct
|
D | es31fTextureLevelStateQueryTests.cpp | 831 bool testConfig (const TextureGenerationSpec& spec); 917 const bool result = testConfig(m_iterations[m_iteration]); in iterate() 948 bool TextureLevelCase::testConfig (const TextureGenerationSpec& spec) in testConfig() function in deqp::gles31::Functional::__anon4bcb1d7f0111::TextureLevelCase
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 530 SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig); 708 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance() argument 710 , m_testConfig (testConfig) in SharedPresentableImageTestInstance() 714 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance() 717 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance() 719 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in SharedPresentableImageTestInstance() 723 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useSharedPresent… in SharedPresentableImageTestInstance() 737 …testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode,… in SharedPresentableImageTestInstance()
|
D | vktWsiIncrementalPresentTests.cpp | 616 IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig); 796 …resentTestInstance::IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig) in IncrementalPresentTestInstance() argument 798 , m_testConfig (testConfig) in IncrementalPresentTestInstance() 799 , m_useIncrementalPresent (testConfig.useIncrementalPresent) in IncrementalPresentTestInstance() 802 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance() 805 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance() 807 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in IncrementalPresentTestInstance() 811 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useIncrementalPr… in IncrementalPresentTestInstance() 827 …milyIndex, testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.p… in IncrementalPresentTestInstance()
|
D | vktWsiDisplayTimingTests.cpp | 533 DisplayTimingTestInstance (Context& context, const TestConfig& testConfig); 685 …splayTimingTestInstance::DisplayTimingTestInstance (Context& context, const TestConfig& testConfig) in DisplayTimingTestInstance() argument 687 , m_useDisplayTiming (testConfig.useDisplayTiming) in DisplayTimingTestInstance() 691 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance() 694 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance() 696 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in DisplayTimingTestInstance() 700 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useDisplayTiming… in DisplayTimingTestInstance() 716 …m_queueFamilyIndex, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode)) in DisplayTimingTestInstance()
|
/external/angle/src/tests/perf_tests/ |
D | glmark2Benchmark.cpp | 233 std::string testName, testConfig; in parseOutput() local 234 lin >> testName >> testConfig; in parseOutput()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFromHlslTests.cpp | 224 TestConfig testConfig = { TT_CBUFFER_PACKING }; in createHlslComputeGroup() local 225 …stInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, "cbuffer_packing", "", testConfig, checkSupport)); in createHlslComputeGroup()
|
/external/angle/src/tests/deqp_support/ |
D | angle_deqp_gtest.cpp | 285 GPUTestConfig testConfig = GPUTestConfig(api, gPreRotation); in initialize() local 290 for (uint32_t condition : testConfig.getConditions()) in initialize() 302 if (!testSuite->loadTestExpectationsFromFileWithConfig(testConfig, in initialize()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 9035 const TestConfig& testConfig, in createRenderPassCommand() argument 9040 …FFER: return de::MovePtr<RenderPassCommand>(new RenderVertexBuffer(testConfig.vertexBufferStri… in createRenderPassCommand() 9070 const TestConfig& testConfig, in createRenderPassCommands() argument 9082 …getAvailableOps(state, memory.getSupportBuffers(), memory.getSupportImages(), testConfig.usage, op… in createRenderPassCommands() 9097 commands.push_back(createRenderPassCommand(rng, state, testConfig, op).release()); in createRenderPassCommands() 9098 applyOp(state, memory, op, testConfig.usage); in createRenderPassCommands() 9105 applyOp(state, memory, OP_RENDERPASS_END, testConfig.usage); in createRenderPassCommands() 9170 const TestConfig& testConfig, in createCmdCommands() argument 9190 …getAvailableOps(state, memory.getSupportBuffers(), memory.getSupportImages(), testConfig.usage, op… in createCmdCommands() 9206 applyOp(state, memory, op, testConfig.usage); in createCmdCommands() [all …]
|
/external/angle/src/tests/test_utils/ |
D | ANGLETest.cpp | 572 GPUTestConfig testConfig = GPUTestConfig(api, 0); in ANGLETestSetUp() local 579 int32_t testExpectation = testSuite->getTestExpectationWithConfig(testConfig, fullTestName); in ANGLETestSetUp()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
D | SimpleParserTest.java | 18 public void testConfig() throws Exception in testConfig() method in SimpleParserTest
|
/external/tensorflow/tensorflow/python/keras/optimizer_v2/ |
D | gradient_descent_test.py | 661 def testConfig(self): member in MomentumOptimizerTest
|
D | optimizer_v2_test.py | 287 def testConfig(self): member in OptimizerTest
|
/external/javassist/src/test/javassist/ |
D | JvstTest.java | 27 public void testConfig() { in testConfig() method in JvstTest
|