Home
last modified time | relevance | path

Searched defs:testConfig (Results 1 – 24 of 24) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp108 struct testConfig in write_to_read_only_types() struct
110 std::string builtInType; in write_to_read_only_types()
111 std::string varyingCheck; in write_to_read_only_types()
150 struct testConfig in access_built_in_types_inside_other_shaders() struct
152 std::string builtInType; in access_built_in_types_inside_other_shaders()
153 std::string varyingCheck; in access_built_in_types_inside_other_shaders()
240 struct testConfig in index_outside_sample_mask_range() struct
242 std::string builtInType[MAX_TYPES]; in index_outside_sample_mask_range()
243 std::string invalidIndex[MAX_INDEXES]; in index_outside_sample_mask_range()
284 struct testConfig in access_built_in_types_without_extension() struct
[all …]
Des31fTextureLevelStateQueryTests.cpp948 bool TextureLevelCase::testConfig (const TextureGenerationSpec& spec) in testConfig() function in deqp::gles31::Functional::__anon4bcb1d7f0111::TextureLevelCase
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp5050 const TestConfig testConfig (renderPass, in addAttachmentTests() local
5133 const TestConfig testConfig (renderPass, in addAttachmentWriteMaskTests() local
5607 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
5803 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
5848 const TestConfig testConfig (renderPass, in addSimpleTests() local
5882 const TestConfig testConfig (renderPass, in addSimpleTests() local
5916 const TestConfig testConfig (renderPass, in addSimpleTests() local
5950 const TestConfig testConfig (renderPass, in addSimpleTests() local
5997 const TestConfig testConfig (renderPass, in addSimpleTests() local
6044 const TestConfig testConfig (renderPass, in addSimpleTests() local
[all …]
DvktRenderPassSubpassDependencyTests.cpp497 …dencyTestInstance::ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig) in ExternalDependencyTestInstance()
1096 …endencyTestInstance::SubpassDependencyTestInstance (Context& context, SubpassTestConfig testConfig) in SubpassDependencyTestInstance()
1848 …DependencyBackwardsTestInstance (Context& context, SubpassSelfDependencyBackwardsTestConfig testCo… in SubpassSelfDependencyBackwardsTestInstance()
2307 …estInstance::SeparateChannelsTestInstance (Context& context, SeparateChannelsTestConfig testConfig) in SeparateChannelsTestInstance()
2884 …estInstance::SingleAttachmentTestInstance (Context& context, SingleAttachmentTestConfig testConfig) in SingleAttachmentTestInstance()
3950 ExternalTestConfig testConfig in initTests() local
4028 …const ExternalTestConfig testConfig (VK_FORMAT_R8G8B8A8_UNORM, UVec2(128, 128), renderPasses, rend… in initTests() local
4133 …const SubpassTestConfig testConfig (formats[formatNdx], renderSizes[renderSizeNdx], renderPass, re… in initTests() local
4164 …const SubpassSelfDependencyBackwardsTestConfig testConfig (VK_FORMAT_R8G8B8A8_UNORM, renderSizes[r… in initTests() local
4191 const SeparateChannelsTestConfig testConfig(configs[configIdx].format, renderPassType); in initTests() local
[all …]
DvktRenderPassSparseRenderTargetTests.cpp413 …eRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testConfig) in SparseRenderTargetTestInstance()
723 const TestConfig testConfig (format, renderPassType); in initTests() local
DvktRenderPassDepthStencilResolveTests.cpp1471 const TestConfig testConfig = in initTests() local
1514 const TestConfig testConfig = in initTests() local
1616 const TestConfig testConfig = in initTests() local
1649 const TestConfig testConfig = in initTests() local
DvktRenderPassSampleReadTests.cpp992 const TestConfig testConfig (sampleCount, TESTMODE_ADD, 0, renderPassType); in initTests() local
1000 const TestConfig testConfig (sampleCount, TESTMODE_SELECT, sample, renderPassType); in initTests() local
DvktRenderPassMultisampleResolveTests.cpp2683 const TestConfig testConfig = in initTests() local
DvktRenderPassMultisampleTests.cpp2193 const TestConfig testConfig (format, sampleCount, renderPassType); in initTests() local
/external/angle/src/tests/perf_tests/
Dglmark2Benchmark.cpp233 std::string testName, testConfig; in parseOutput() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp224 TestConfig testConfig = { TT_CBUFFER_PACKING }; in createHlslComputeGroup() local
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dgradient_descent_test.py661 def testConfig(self): member in MomentumOptimizerTest
Doptimizer_v2_test.py287 def testConfig(self): member in OptimizerTest
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp265 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ColorWriteEnableTest()
343 ColorWriteEnableInstance::ColorWriteEnableInstance(Context& context, const TestConfig& testConfig) in ColorWriteEnableInstance()
358 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates()
DvktPipelineExtendedDynamicStateTests.cpp734 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ExtendedDynamicStateTest()
959 …dDynamicStateInstance::ExtendedDynamicStateInstance(Context& context, const TestConfig& testConfig) in ExtendedDynamicStateInstance()
1020 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates()
1105 bool maybeBindVertexBufferDynStride(const TestConfig& testConfig, const vk::DeviceInterface& vkd, v… in maybeBindVertexBufferDynStride()
DvktPipelineMultisampleTests.cpp4373 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local
4407 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local
4433 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local
4476 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DSimpleParserTest.java18 public void testConfig() throws Exception in testConfig() method in SimpleParserTest
/external/angle/src/tests/deqp_support/
Dangle_deqp_gtest.cpp285 GPUTestConfig testConfig = GPUTestConfig(api, gPreRotation); in initialize() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp708 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance()
DvktWsiDisplayTimingTests.cpp685 …splayTimingTestInstance::DisplayTimingTestInstance (Context& context, const TestConfig& testConfig) in DisplayTimingTestInstance()
DvktWsiIncrementalPresentTests.cpp796 …resentTestInstance::IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig) in IncrementalPresentTestInstance()
/external/javassist/src/test/javassist/
DJvstTest.java27 public void testConfig() { in testConfig() method in JvstTest
/external/angle/src/tests/test_utils/
DANGLETest.cpp572 GPUTestConfig testConfig = GPUTestConfig(api, 0); in ANGLETestSetUp() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp9035 const TestConfig& testConfig, in createRenderPassCommand()
9070 const TestConfig& testConfig, in createRenderPassCommands()
9170 const TestConfig& testConfig, in createCmdCommands()
9243 const TestConfig& testConfig, in createCommands()