Home
last modified time | relevance | path

Searched full:testparams (Results 1 – 25 of 221) sorted by relevance

123456789

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageCompressionControlTests.cpp72 struct TestParams struct
103 VkPhysicalDevice physicalDevice, VkDevice device, TestParams& testParams, VkImage image) in validate() argument
107 const bool isYCbCr = isYCbCrFormat(testParams.format); in validate()
108 const int numPlanes = isYCbCr ? getPlaneCount(testParams.format) : 1; in validate()
124 …compressionEnabled.compressionControlPlaneCount = testParams.control.compressionControlPlaneCou… in validate()
125 compressionEnabled.flags = testParams.control.flags; in validate()
138 formatInfo.format = testParams.format; in validate()
148 if (testParams.useExtension) in validate()
164 if (testParams.control.flags == VK_IMAGE_COMPRESSION_DEFAULT_EXT && in validate()
169 if (testParams.control.flags == VK_IMAGE_COMPRESSION_DISABLED_EXT && in validate()
[all …]
/external/armnn/src/backends/backendsCommon/test/layerTests/
DResizeTestImpl.cpp158 ResizeTestParams testParams; in ResizeBilinearNopTest() local
159 testParams.m_ResizeMethod = armnn::ResizeMethod::Bilinear; in ResizeBilinearNopTest()
160 testParams.m_DataLayout = dataLayout; in ResizeBilinearNopTest()
162 testParams.m_InputShape = { 1, 2, 4, 4 }; in ResizeBilinearNopTest()
163 testParams.m_OutputShape = testParams.m_InputShape; in ResizeBilinearNopTest()
165 testParams.m_InputData = in ResizeBilinearNopTest()
178 testParams.m_ExpectedOutputData = testParams.m_InputData; in ResizeBilinearNopTest()
180 testParams.SetInOutQuantParams(1.5f, 3); in ResizeBilinearNopTest()
182 …turn ResizeTestImpl<4, ArmnnType>(workloadFactory, memoryManager, tensorHandleFactory, testParams); in ResizeBilinearNopTest()
192 ResizeTestParams testParams; in SimpleResizeBilinearTest() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBuiltinTests.cpp108 struct TestParams;
125 typedef void (*CheckSupportFunc)(Context& context, const TestParams& testParams);
126 …pedef void (*InitProgramsFunc)(SourceCollections& programCollection, const TestParams& testParams);
127 typedef const std::string(*ShaderBodyTextFunc)(const TestParams& testParams);
136 TestParams& testParams) = 0;
138 TestParams& testParams,
160 …virtual const VkAccelerationStructureKHR* initAccelerationStructures (TestParams& testParams, VkCo…
161 virtual bool verify (BufferWithMemory* resultBuffer, TestParams& testParams);
183 TestParams& testParams) override;
198 TestParams& testParams) override;
[all …]
DvktRayQueryWatertightnessTests.cpp82 struct TestParams;
84 typedef void (*CheckSupportFunc)(Context& context, const TestParams& testParams);
85 typedef void (*InitProgramsFunc)(SourceCollections& programCollection, const TestParams& testParams
86 typedef const std::string (*ShaderBodyTextFunc)(const TestParams& testParams);
95 TestParams& testParams) = 0;
97 TestParams& testParams,
117 TestParams& testParams,
121 TestParams& testParams) = 0;
129 struct TestParams struct
314 const TestParams& testParams);
[all …]
DvktRayQueryTraversalControlTests.cpp102 struct TestParams;
109 TestParams& testParams) = 0;
111 TestParams& testParams,
117 TestParams& testParams) = 0;
127 struct TestParams struct
236 TestParams& testParams) override;
238 TestParams& testParams,
244 TestParams& testParams) override;
268 TestParams& testParams) in initConfiguration() argument
303 auto shaderNameIt = shaderNames.find(testParams.shaderSourceType); in initConfiguration()
[all …]
DvktRayQueryCullRayFlagsTests.cpp119 struct TestParams;
146 TestParams& testParams) = 0;
148 TestParams& testParams,
155 TestParams& testParams) = 0;
165 struct TestParams struct
271 std::vector<deUint32> getHitResult (const TestParams& testParams) in getHitResult() argument
273 deUint32 rayFlags = testParams.flag0 | testParams.flag1; in getHitResult()
275 switch (testParams.shaderTestType) in getHitResult()
292 if (testParams.bottomType == BTT_AABBS) in getHitResult()
300 …if (testParams.bottomType == BTT_TRIANGLES && rayFlags & RF_SkipTriangles) hitResult = { 0,0,0,0 }; in getHitResult()
[all …]
DvktRayQueryAccelerationStructuresTests.cpp143 struct TestParams;
150 TestParams& testParams) = 0;
152 TestParams& testParams,
158 TestParams& testParams) = 0;
172 TestParams& testParams) = 0;
174 TestParams& testParams,
178 struct TestParams struct
332 TestParams& testParams) override;
334 TestParams& testParams,
340 TestParams& testParams) override;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraversalControlTests.cpp81 struct TestParams;
87 TestParams& testParams) = 0;
89 TestParams& testParams,
93 TestParams& testParams) = 0;
96 TestParams& testParams,
110 TestParams& testParams) = 0;
116 struct TestParams struct
172 TestParams& testParams) override;
174 TestParams& testParams,
178 TestParams& testParams) override;
[all …]
DvktRayTracingCallableShadersTests.cpp74 struct TestParams;
80 TestParams& testParams) = 0;
82 TestParams& testParams,
86 TestParams& testParams) = 0;
89 TestParams& testParams,
103 TestParams& testParams) = 0;
109 struct TestParams struct
164 TestParams& testParams) override;
166 TestParams& testParams,
170 TestParams& testParams) override;
[all …]
DvktRayTracingShaderBindingTableTests.cpp79 struct TestParams;
85 TestParams& testParams) = 0;
87 TestParams& testParams,
90 TestParams& testParams) = 0;
93 TestParams& testParams) = 0;
96 TestParams& testParams,
110 TestParams& testParams) = 0;
116 struct TestParams struct
186 TestParams& testParams) override;
188 TestParams& testParams,
[all …]
DvktRayTracingCaptureReplayTests.cpp98 struct TestParams;
131 TestParams& testParams) = 0;
133 TestParams& testParams,
139 TestParams& testParams,
145 TestParams& testParams,
153 TestParams& testParams) = 0;
159 struct TestParams struct
248 TestParams& testParams) override;
250 TestParams& testParams,
256 TestParams& testParams,
[all …]
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktApplicationParametersTests.cpp55 struct TestParams struct
63 TestParams testParams; member
83 TestData getDefaultTestData (Context& context, TestParams testParams) in getDefaultTestData() argument
86 testData.testParams = testParams; in getDefaultTestData()
90 switch(testParams.testType) in getDefaultTestData()
114 if (testParams.createType == DEVICE && testParams.testType != VALID) in getDefaultTestData()
120 std::vector<TestData> getTestDataList(Context& context, TestParams testParams) in getTestDataList() argument
182 if (testParams.testType != INVALID_PARAM_VALUE && testParams.testType != VALID) in getTestDataList()
183 testDataList.push_back(getDefaultTestData(context, testParams)); in getTestDataList()
187 if (vendorTestData.testParams.createType == testParams.createType && in getTestDataList()
[all …]
DvktCommandPoolMemoryReservationTests.cpp54 struct TestParams struct
81 tcu::TestStatus verifyCommandPoolReservedSize (Context& context, TestParams testParams) in verifyCommandPoolReservedSize() argument
87 …if ( testParams.commandBufferCount > context.getDeviceVulkanSC10Properties().maxCommandPoolComman… in verifyCommandPoolReservedSize()
91 switch (testParams.commandPoolReservedSize) in verifyCommandPoolReservedSize()
102 …commandPoolReservedSize = de::max(commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCo… in verifyCommandPoolReservedSize()
111 testParams.commandBufferCount // uint32_t commandPoolMaxCommandBuffers in verifyCommandPoolReservedSize()
142 …TestStatus verifyCommandPoolAllocEqualsCommandBufferAlloc (Context& context, TestParams testParams) in verifyCommandPoolAllocEqualsCommandBufferAlloc() argument
150 switch (testParams.commandPoolReservedSize) in verifyCommandPoolAllocEqualsCommandBufferAlloc()
162 …commandPoolReservedSize = de::max(commandPoolReservedSize, VkDeviceSize(testParams.comma… in verifyCommandPoolAllocEqualsCommandBufferAlloc()
171 testParams.commandBufferCount // uint32_t commandPoolMaxCommandBuffers in verifyCommandPoolAllocEqualsCommandBufferAlloc()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDitheringTests.cpp51 struct TestParams struct
127 TestParams testParams);
134 TestParams m_testParams;
141 TestParams testParams);
157 TestParams m_testParams;
189 TestParams testParams) in DitheringTest() argument
191 , m_testParams (testParams) in DitheringTest()
277 TestParams testParams) in DitheringTestInstance() argument
279 , m_testParams (testParams) in DitheringTestInstance()
1017 TestParams testParams; in createRenderPassDitheringTests() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp85 struct TestParams;
87 typedef void (*CheckSupportFunc)(Context& context, const TestParams& testParams);
88 typedef void (*InitProgramsFunc)(SourceCollections& programCollection, const TestParams& testParams
89 typedef const std::string (*ShaderBodyTextFunc)(const TestParams& testParams);
91 struct TestParams struct
319 const TestParams& testParams);
332 TestParams& testParams);
334 TestParams& testParams,
338 TestParams& testParams);
340 TestParams m_testParams;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthRangeUnrestrictedTests.cpp1442 DepthRangeUnrestrictedParam testParams; in createDepthRangeUnrestrictedTests() local
1443 testParams.pipelineConstructionType = pipelineConstructionType; in createDepthRangeUnrestrictedTests()
1444 testParams.testClearValueOnly = VK_TRUE; in createDepthRangeUnrestrictedTests()
1445 testParams.depthClampEnable = VK_FALSE; in createDepthRangeUnrestrictedTests()
1446 testParams.wc = 1.0f; in createDepthRangeUnrestrictedTests()
1447 testParams.viewportMinDepth = 0.0f; in createDepthRangeUnrestrictedTests()
1448 testParams.viewportMaxDepth = 1.0f; in createDepthRangeUnrestrictedTests()
1449 testParams.minDepthBounds = 0.0f; in createDepthRangeUnrestrictedTests()
1450 testParams.maxDepthBounds = 1.0f; in createDepthRangeUnrestrictedTests()
1451 testParams.depthBoundsTestEnable = VK_FALSE; in createDepthRangeUnrestrictedTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp76 struct TestParams struct
448 void initVertexTestPrograms (SourceCollections& programCollection, const TestParams) in initVertexTestPrograms() argument
488 void initFragmentTestPrograms (SourceCollections& programCollection, const TestParams testParams) in initFragmentTestPrograms() argument
502 << (testParams.writeFromVertex ? " gl_ViewportIndex = gl_VertexIndex / 6;\n" : "") in initFragmentTestPrograms()
520 << " vec4 color[" << testParams.numViewports << "];\n" in initFragmentTestPrograms()
532 void initTessellationTestPrograms (SourceCollections& programCollection, const TestParams) in initTessellationTestPrograms() argument
666 const TestParams& testParams, in Renderer() argument
672 : m_groupParams (testParams.groupParams) in Renderer()
677 , m_numViewports (testParams.numViewports) in Renderer()
942 tcu::TestStatus testVertexFragmentShader (Context& context, const TestParams& testParams, Renderer:… in testVertexFragmentShader() argument
[all …]
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiMaintenance1Tests.cpp755 tcu::TestStatus presentFenceTest(Context& context, const PresentFenceTestConfig testParams) in presentFenceTest() argument
760 const deUint32 surfaceCount = (deUint32)testParams.modes.size(); in presentFenceTest()
761 const InstanceHelper instHelper (context, testParams.wsiType, testParams.bindImageMemory); in presentFenceTest()
762 …const TestNativeObjects native (context, instHelper.supportedExtensions, testParams.wsiType,… in presentFenceTest()
766 …surfaces.push_back(createSurface(instHelper.vki, instHelper.instance, testParams.wsiType, *native.… in presentFenceTest()
769 …er (context, instHelper.vki, instHelper.instance, *surfaces[0], true, testParams.bindImageMemory); in presentFenceTest()
776 …if (std::find(presentModes.begin(), presentModes.end(), testParams.modes[i]) == presentModes.end()) in presentFenceTest()
788 isSharedPresentMode[i] = testParams.modes[i] == VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR || in presentFenceTest()
789 testParams.modes[i] == VK_PRESENT_MODE_SHARED_CONTINUOUS_REFRESH_KHR; in presentFenceTest()
807 …ats[0], native.windowSize, testParams.modes[i], transform, isSharedPresentMode[i] ? 1 : capabiliti… in presentFenceTest()
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/cronet/third_party/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/angle/third_party/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]

123456789