Home
last modified time | relevance | path

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

12

/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()
148 struct testConfig in access_built_in_types_inside_other_shaders() struct
150 std::string builtInType; in access_built_in_types_inside_other_shaders()
151 std::string varyingCheck; in access_built_in_types_inside_other_shaders()
230 struct testConfig in index_outside_sample_mask_range() struct
232 std::string builtInType[MAX_TYPES]; in index_outside_sample_mask_range()
233 std::string invalidIndex[MAX_INDEXES]; in index_outside_sample_mask_range()
265 struct testConfig in access_built_in_types_without_extension() struct
[all …]
/external/ksp/gradle-plugin/src/test/kotlin/com/google/devtools/ksp/gradle/testing/
DKspIntegrationTestRule.kt55 val testConfig = TestConfig.read() constant
DTestProject.kt26 val testConfig: TestConfig in <lambda>() constant in com.google.devtools.ksp.gradle.testing.TestProject
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmMultipleShadersTests.cpp441 void checkSupport(vkt::Context &context, TestConfig testConfig) in checkSupport()
455 TestConfig testConfig = {TestType::TWO_ENTRY_POINTS_EXECUTION_MODE_ID}; in createMultipleShaderExtendedGroup() local
DvktSpvAsmFromHlslTests.cpp235 TestConfig testConfig = {TT_CBUFFER_PACKING}; in createHlslComputeGroup() local
/external/robolectric/robolectric/src/main/java/org/robolectric/plugins/
DConfigConfigurer.java19 public static Config get(Configuration testConfig) { in get()
DHierarchicalConfigurationStrategy.java63 ConfigurationImpl testConfig = new ConfigurationImpl(); in getConfig() local
/external/robolectric/robolectric/src/test/java/org/robolectric/plugins/
DDefaultSdkPickerTest.java195 ConfigurationImpl testConfig = new ConfigurationImpl(); in buildConfig() local
/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
DOcAgentTraceExporterIntegrationTest.java170 public void testConfig() { in testConfig() method in OcAgentTraceExporterIntegrationTest
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp6427 … const TestConfig testConfig(renderPass, render, commandBuffer, imageMemory, targetSize, renderPos, in addAttachmentTests() local
6505 … const TestConfig testConfig(renderPass, render, commandBuffer, imageMemory, targetSize, renderPos, in addAttachmentWriteMaskTests() local
6975 … const TestConfig testConfig(renderPass, render, commandBuffer, imageMemory, targetSize, renderPos, in addAttachmentAllocationTests() local
7190 … const TestConfig testConfig(renderPass, render, commandBuffer, imageMemory, targetSize, renderPos, in addAttachmentAllocationTests() local
7224 …const TestConfig testConfig(renderPass, TestConfig::RENDERTYPES_DRAW, TestConfig::COMMANDBUFFERTYP… in addSimpleTests() local
7244 …const TestConfig testConfig(renderPass, TestConfig::RENDERTYPES_DRAW, TestConfig::COMMANDBUFFERTYP… in addSimpleTests() local
7264 …const TestConfig testConfig(renderPass, TestConfig::RENDERTYPES_DRAW, TestConfig::COMMANDBUFFERTYP… in addSimpleTests() local
7284 …const TestConfig testConfig(renderPass, TestConfig::RENDERTYPES_DRAW, TestConfig::COMMANDBUFFERTYP… in addSimpleTests() local
7312 …const TestConfig testConfig(renderPass, TestConfig::RENDERTYPES_DRAW, TestConfig::COMMANDBUFFERTYP… in addSimpleTests() local
7340 …const TestConfig testConfig(renderPass, TestConfig::RENDERTYPES_DRAW, TestConfig::COMMANDBUFFERTYP… in addSimpleTests() local
[all …]
DvktRenderPassSubpassDependencyTests.cpp511 …ndencyTestInstance::ExternalDependencyTestInstance(Context &context, ExternalTestConfig testConfig) in ExternalDependencyTestInstance()
1097 …pendencyTestInstance::SubpassDependencyTestInstance(Context &context, SubpassTestConfig testConfig) in SubpassDependencyTestInstance()
1846 Context &context, SubpassSelfDependencyBackwardsTestConfig testConfig) in SubpassSelfDependencyBackwardsTestInstance()
2337 …TestInstance::SeparateChannelsTestInstance(Context &context, SeparateChannelsTestConfig testConfig) in SeparateChannelsTestInstance()
3085 …TestInstance::SingleAttachmentTestInstance(Context &context, SingleAttachmentTestConfig testConfig) in SingleAttachmentTestInstance()
4253 ExternalTestConfig testConfig{VK_FORMAT_R8G8B8A8_UNORM, in initTests() local
4341 …const ExternalTestConfig testConfig(VK_FORMAT_R8G8B8A8_UNORM, UVec2(128, 128), renderPasses, group… in initTests() local
4455 … const SubpassTestConfig testConfig(formats[formatNdx], renderSizes[renderSizeNdx], renderPass, in initTests() local
4489 const SubpassSelfDependencyBackwardsTestConfig testConfig( in initTests() local
4517 const SeparateChannelsTestConfig testConfig(configs[configIdx].format, groupParams); in initTests() local
[all …]
DvktRenderPassDepthStencilResolveTests.cpp1519 const TestConfig testConfig = {format, in initTests() local
1564 const TestConfig testConfig = {format, in initTests() local
1682 const TestConfig testConfig = {format, in initTests() local
1714 const TestConfig testConfig = {format, in initTests() local
DvktRenderPassSparseRenderTargetTests.cpp412 …seRenderTargetTestInstance::SparseRenderTargetTestInstance(Context &context, TestConfig testConfig) in SparseRenderTargetTestInstance()
849 const TestConfig testConfig(format, groupParams); in initTests() local
DvktDynamicRenderingDepthStencilResolveTests.cpp1367 const TestConfig testConfig = {format, in initTests() local
1394 const TestConfig testConfig = {format, in initTests() local
DvktRenderPassSampleReadTests.cpp1142 const TestConfig testConfig(sampleCount, TESTMODE_ADD, 0, groupParams); in initTests() local
1153 const TestConfig testConfig(sampleCount, TESTMODE_SELECT, sample, groupParams); in initTests() local
DvktDynamicRenderingLocalReadTests.cpp1444 for (const auto &testConfig : testConfigs) in createDynamicRenderingLocalReadTests() local
/external/angle/src/tests/perf_tests/
Dglmark2Benchmark.cpp236 std::string testName, testConfig; in parseOutput() 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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp271 const TestConfig &testConfig) in ColorWriteEnableTest()
344 ColorWriteEnableInstance::ColorWriteEnableInstance(Context &context, const TestConfig &testConfig) in ColorWriteEnableInstance()
359 void setDynamicStates(const TestConfig &testConfig, const vk::DeviceInterface &vkd, vk::VkCommandBu… in setDynamicStates()
/external/angle/src/tests/deqp_support/
Dangle_deqp_gtest.cpp441 GPUTestConfig testConfig = GPUTestConfig(api, gOptions.preRotation); in initialize() local
/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/resources/software/amazon/awssdk/protocol/suites/cases/
Drest-json-contenttype.json6 "testConfig": { object
/external/aws-sdk-java-v2/test/protocol-tests/src/main/resources/codegen-resources/restjson/contenttype/
Dservice-2.json135 "testConfig":{ object
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferMemoryRequirementsTests.cpp279 … MemoryRequirementsTest(TestContext &testCtx, const std::string &name, const TestConfig testConfig) in MemoryRequirementsTest()
/external/javassist/src/test/javassist/
DJvstTest.java27 public void testConfig() { in testConfig() method in JvstTest
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp597 …ageTestInstance::SharedPresentableImageTestInstance(Context &context, const TestConfig &testConfig) in SharedPresentableImageTestInstance()

12