Home
last modified time | relevance | path

Searched defs:testParams (Results 1 – 25 of 131) sorted by relevance

123456

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp407 void GraphicsConfiguration::checkSupport(Context &context, const TestParams &testParams) in checkSupport()
435 …hicsConfiguration::initPrograms(SourceCollections &programCollection, const TestParams &testParams) in initPrograms()
725 void GraphicsConfiguration::initVertexBuffer(const TestEnvironment &env, TestParams &testParams) in initVertexBuffer()
859 …ne> GraphicsConfiguration::makeGraphicsPipeline(const TestEnvironment &env, TestParams &testParams) in makeGraphicsPipeline()
876 void GraphicsConfiguration::initConfiguration(const TestEnvironment &env, TestParams &testParams) in initConfiguration()
948 void GraphicsConfiguration::fillCommandBuffer(const TestEnvironment &env, TestParams &testParams, in fillCommandBuffer()
1023 void ComputeConfiguration::checkSupport(Context &context, const TestParams &testParams) in checkSupport()
1029 …puteConfiguration::initPrograms(SourceCollections &programCollection, const TestParams &testParams) in initPrograms()
1064 void ComputeConfiguration::initConfiguration(const TestEnvironment &env, TestParams &testParams) in initConfiguration()
1087 void ComputeConfiguration::fillCommandBuffer(const TestEnvironment &env, TestParams &testParams, in fillCommandBuffer()
[all …]
H A DvktRayQueryWatertightnessTests.cpp365 void GraphicsConfiguration::checkSupport(Context &context, const TestParams &testParams) in checkSupport()
393 …hicsConfiguration::initPrograms(SourceCollections &programCollection, const TestParams &testParams) in initPrograms()
674 void GraphicsConfiguration::initVertexBuffer(Context &context, TestParams &testParams) in initVertexBuffer()
778 …e<VkPipeline> GraphicsConfiguration::makeGraphicsPipeline(Context &context, TestParams &testParams) in makeGraphicsPipeline()
795 void GraphicsConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
867 void GraphicsConfiguration::fillCommandBuffer(Context &context, TestParams &testParams, VkCommandBu… in fillCommandBuffer()
941 void ComputeConfiguration::checkSupport(Context &context, const TestParams &testParams) in checkSupport()
947 …puteConfiguration::initPrograms(SourceCollections &programCollection, const TestParams &testParams) in initPrograms()
980 void ComputeConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
1003 void ComputeConfiguration::fillCommandBuffer(Context &context, TestParams &testParams, VkCommandBuf… in fillCommandBuffer()
[all …]
H A DvktRayQueryCullRayFlagsTests.cpp262 std::vector<uint32_t> getHitResult(const TestParams &testParams) in getHitResult()
342 void GraphicsConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
643 Context &context, TestParams &testParams, VkCommandBuffer commandBuffer, in fillCommandBuffer()
679 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
793 void ComputeConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
841 Context &context, TestParams &testParams, VkCommandBuffer commandBuffer, in fillCommandBuffer()
865 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
957 void RayTracingConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
1040 Context &context, TestParams &testParams, VkCommandBuffer commandBuffer, in fillCommandBuffer()
1149 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
[all …]
H A DvktRayQueryTraversalControlTests.cpp244 void GraphicsConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
546 Context &context, TestParams &testParams, VkCommandBuffer commandBuffer, in fillCommandBuffer()
580 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
734 void ComputeConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
783 Context &context, TestParams &testParams, VkCommandBuffer commandBuffer, in fillCommandBuffer()
805 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
927 void RayTracingConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
1016 Context &context, TestParams &testParams, VkCommandBuffer commandBuffer, in fillCommandBuffer()
1120 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
2145 TestParams testParams{TEST_WIDTH, in createTraversalControlTests() local
H A DvktRayQueryAccelerationStructuresTests.cpp346 void GraphicsConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
646 Context &context, TestParams &testParams, VkCommandBuffer commandBuffer, in fillCommandBuffer()
680 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
800 void ComputeConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
847 Context &context, TestParams &testParams, VkCommandBuffer commandBuffer, in fillCommandBuffer()
869 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
953 void RayTracingConfiguration::initConfiguration(Context &context, TestParams &testParams) in initConfiguration()
1035 Context &context, TestParams &testParams, VkCommandBuffer commandBuffer, in fillCommandBuffer()
1142 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
1219 Context &context, TestParams &testParams) in initBottomAccelerationStructures()
[all …]
H A DvktRayQueryOpacityMicromapTests.cpp1125 TestParams testParams{ in addBasicTests() local
1158 TestParams testParams{ in addBasicTests() local
1211 TestParams testParams{ in addCopyTests() local
1234 TestParams testParams{ in addCopyTests() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DResizeTestImpl.cpp158 ResizeTestParams testParams; in ResizeBilinearNopTest() local
192 ResizeTestParams testParams; in SimpleResizeBilinearTest() local
232 ResizeTestParams testParams; in ResizeBilinearSqMinTest() local
273 ResizeTestParams testParams; in ResizeBilinearMinTest() local
312 ResizeTestParams testParams; in ResizeBilinearMagTest() local
357 ResizeTestParams testParams; in ResizeNearestNeighborNopTest() local
391 ResizeTestParams testParams; in SimpleResizeNearestNeighborTest() local
431 ResizeTestParams testParams; in ResizeNearestNeighborSqMinTest() local
472 ResizeTestParams testParams; in ResizeNearestNeighborMinTest() local
515 ResizeTestParams testParams; in ResizeNearestNeighborMagTest() local
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp357const TestParams &testParams) in BindingAcceleratioStructureTestInstance()
588 Context &context, TestParams &testParams) in createAccelerationStructures()
624 …leratioStructureTestInstance::buildAccelerationStructures(Context &context, TestParams &testParams, in buildAccelerationStructures()
639 TestParams &testParams) in verify()
773 Context &context, const TestParams &testParams) in BindingAcceleratioStructureGraphicsTestInstance()
792 …eleratioStructureGraphicsTestInstance::checkSupport(Context &context, const TestParams &testParams) in checkSupport()
821 const TestParams &testParams) in initPrograms()
1300 Context &context, const TestParams &testParams) in BindingAcceleratioStructureComputeTestInstance()
1306 …celeratioStructureComputeTestInstance::checkSupport(Context &context, const TestParams &testParams) in checkSupport()
1313 const TestParams &testParams) in initPrograms()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktApplicationParametersTests.cpp63 TestParams testParams; member
83 TestData getDefaultTestData(Context &context, TestParams testParams) in getDefaultTestData()
120 std::vector<TestData> getTestDataList(Context &context, TestParams testParams) in getTestDataList()
179 void checkSupport(Context &context, TestParams testParams) in checkSupport()
193 tcu::TestStatus createDeviceTest(Context &context, TestParams testParams) in createDeviceTest()
270 tcu::TestStatus createInstanceTest(Context &context, TestParams testParams) in createInstanceTest()
361 TestParams testParams = {groups[groupIdx].createType, tests[testIdx].testType}; in createApplicationParametersTests() local
H A DvktFaultHandlingTests.cpp59 tcu::TestStatus testGetFaultData(Context &context, TestParams testParams) in testGetFaultData()
157 …tus testCreateDeviceWithFaultCallbackInfo(Context &context, FaultCallbackInfoTestParams testParams) in testCreateDeviceWithFaultCallbackInfo()
272 … TestParams testParams{behaviours[behaviourIdx].queryBehaviour, faults[faultIdx].faultValue}; in createFaultHandlingTests() local
286 FaultCallbackInfoTestParams testParams{true}; in createFaultHandlingTests() local
291 FaultCallbackInfoTestParams testParams{false}; in createFaultHandlingTests() local
H A DvktCommandPoolMemoryReservationTests.cpp79 tcu::TestStatus verifyCommandPoolReservedSize(Context &context, TestParams testParams) in verifyCommandPoolReservedSize()
143 …:TestStatus verifyCommandPoolAllocEqualsCommandBufferAlloc(Context &context, TestParams testParams) in verifyCommandPoolAllocEqualsCommandBufferAlloc()
265 void checkSupport(Context &context, TestParams testParams) in checkSupport()
339 TestParams testParams = {reservedSizes[sizeIdx].commandPoolReservedSize, in createCommandPoolMemoryReservationTests() local
346 TestParams testParams = {reservedSizes[sizeIdx].commandPoolReservedSize, in createCommandPoolMemoryReservationTests() local
H A DvktPipelineIdentifierTests.cpp75 void createGraphicsShaders(SourceCollections &dst, TestParams testParams) in createGraphicsShaders()
111 void createComputeShaders(SourceCollections &dst, TestParams testParams) in createComputeShaders()
132 tcu::TestStatus testGraphicsPipelineIdentifier(Context &context, TestParams testParams) in testGraphicsPipelineIdentifier()
368 tcu::TestStatus testComputePipelineIdentifier(Context &context, TestParams testParams) in testComputePipelineIdentifier()
620 TestParams testParams{testTypes[typeIdx].type, matchControls[matchIdx].control, in createPipelineIdentifierTests() local
H A DvktDeviceObjectReservationTests.cpp741 TestParams testParams; member in vkt::sc::__anon093e97bb0111::DeviceObjectReservationInstance
886 void checkSupportVerifyMaxValues(vkt::Context &context, TestParams testParams) in checkSupportVerifyMaxValues()
1109 void checkSupportVerifyRequestCounts(vkt::Context &context, TestParams testParams) in checkSupportVerifyRequestCounts()
1961 TestParams testParams{testMaxValues[ndx].testMaxValues, TRC_UNDEFINED}; in createDeviceObjectReservationTests() local
2008 TestParams testParams{TMV_UNDEFINED, testRequestCounts[ndx].requestCount}; in createDeviceObjectReservationTests() local
2040 TestParams testParams(TMV_UNDEFINED, TRC_UNDEFINED, poolSizes[ndx].type); in createDeviceObjectReservationTests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCaptureReplayTests.cpp256 initBottomAccelerationStructures(Context &context, TestParams &testParams) in initBottomAccelerationStructures()
295 Context &context, TestParams &testParams, in initTopAccelerationStructure()
325 … const VkDevice device, TestParams &testParams, in initRayTracingShaders()
346 … const VkDevice device, TestParams &testParams, in initShaderBindingTables()
551 TestParams &testParams) in verifyImage()
612 initBottomAccelerationStructures(Context &context, TestParams &testParams) in initBottomAccelerationStructures()
695 Context &context, TestParams &testParams, in initTopAccelerationStructure()
740 … const VkDevice device, TestParams &testParams, in initRayTracingShaders()
759 …const VkDevice device, TestParams &testParams, uint32_t shaderGroupHandleSize, uint32_t shaderGrou… in initShaderBindingTables()
800 TestParams &testParams) in verifyImage()
[all …]
H A DvktRayTracingTraversalControlTests.cpp188 initBottomAccelerationStructures(Context &context, TestParams &testParams) in initBottomAccelerationStructures()
232 Context &context, TestParams &testParams, in initTopAccelerationStructure()
246 Context &context, TestParams &testParams) in initRayTracingShaders()
287 …de::MovePtr<RayTracingPipeline> &rayTracingPipeline, Context &context, TestParams &testParams, VkP… in initShaderBindingTables()
322 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
800 … TestParams testParams{TEST_WIDTH, TEST_HEIGHT, hitShaderTestTypes[shaderTestNdx].shaderTestType, in createTraversalControlTests() local
H A DvktRayTracingAccelerationStructuresTests.cpp286 initBottomAccelerationStructures(Context &context, TestParams &testParams) in initBottomAccelerationStructures()
509 Context &context, TestParams &testParams, in initTopAccelerationStructure()
576 Context &context, TestParams &testParams) in initRayTracingShaders()
601 … Context &context, TestParams &testParams, VkPipeline pipeline, in initShaderBindingTables()
636 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
727 initBottomAccelerationStructures(Context &context, TestParams &testParams) in initBottomAccelerationStructures()
796 Context &context, TestParams &testParams, in initTopAccelerationStructure()
814 Context &context, TestParams &testParams) in initRayTracingShaders()
832 … Context &context, TestParams &testParams, VkPipeline pipeline, in initShaderBindingTables()
865 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
[all …]
H A DvktRayTracingShaderBindingTableTests.cpp203 initBottomAccelerationStructures(Context &context, TestParams &testParams) in initBottomAccelerationStructures()
249 Context &context, TestParams &testParams, in initTopAccelerationStructure()
268 …rWithMemory> CheckerboardConfiguration::initUniformBuffer(Context &context, TestParams &testParams) in initUniformBuffer()
307 Context &context, TestParams &testParams) in initRayTracingShaders()
457 …de::MovePtr<RayTracingPipeline> &rayTracingPipeline, Context &context, TestParams &testParams, VkP… in initShaderBindingTables()
641 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
1665 TestParams testParams{ in createShaderBindingTableTests() local
H A DvktRayTracingCallableShadersTests.cpp183 initBottomAccelerationStructures(Context &context, TestParams &testParams) in initBottomAccelerationStructures()
213 Context &context, TestParams &testParams, in initTopAccelerationStructure()
227 Context &context, TestParams &testParams) in initRayTracingShaders()
309 …de::MovePtr<RayTracingPipeline> &rayTracingPipeline, Context &context, TestParams &testParams, VkP… in initShaderBindingTables()
429 …onfiguration::verifyImage(BufferWithMemory *resultBuffer, Context &context, TestParams &testParams) in verifyImage()
1984 TestParams testParams{TEST_WIDTH, in createCallableShadersTests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp103 … VkPhysicalDevice physicalDevice, VkDevice device, TestParams &testParams, VkImage image) in validate()
218 static void checkAhbImageSupport(const Context &context, const TestParams testParams, const uint32_… in checkAhbImageSupport()
292 static tcu::TestStatus ahbImageCreateTest(Context &context, TestParams testParams) in ahbImageCreateTest()
366 static tcu::TestStatus imageCreateTest(Context &context, TestParams testParams) in imageCreateTest()
422 void addImageCompressionControlTests(tcu::TestCaseGroup *group, TestParams testParams) in addImageCompressionControlTests()
591 static tcu::TestStatus swapchainCreateTest(Context &context, TestParams testParams) in swapchainCreateTest()
712 void addAhbCompressionControlTests(tcu::TestCaseGroup *group, TestParams testParams) in addAhbCompressionControlTests()
741 TestParams testParams{}; in createImageCompressionControlTests() local
H A DvktApiImageClearingTests.cpp1572 … ClearColorImageTestInstance(Context &context, const TestParams &testParams, bool twoStep = false) in ClearColorImageTestInstance()
1586 TwoStepClearColorImageTestInstance(Context &context, const TestParams &testParams) in TwoStepClearColorImageTestInstance()
1595 …ClearColorImageMultipleSubresourceRangeTestInstance(Context &context, const TestParams &testParams) in ClearColorImageMultipleSubresourceRangeTestInstance()
1737 …ClearDepthStencilImageTestInstance(Context &context, const TestParams &testParams, bool twoStep = … in ClearDepthStencilImageTestInstance()
1751 TwoStepClearDepthStencilImageTestInstance(Context &context, const TestParams &testParams) in TwoStepClearDepthStencilImageTestInstance()
1760 …pthStencilImageMultipleSubresourceRangeTestInstance(Context &context, const TestParams &testParams) in ClearDepthStencilImageMultipleSubresourceRangeTestInstance()
1894 …ClearAttachmentTestInstance(Context &context, const TestParams &testParams, const ClearType clearT… in ClearAttachmentTestInstance()
2019 PartialClearAttachmentTestInstance(Context &context, const TestParams &testParams) in PartialClearAttachmentTestInstance()
2532 TestParams testParams = { in createImageClearingTestsCommon() local
2616 TestParams testParams = { in createImageClearingTestsCommon() local
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawShaderViewportIndexTests.cpp460 void initFragmentTestPrograms(SourceCollections &programCollection, const TestParams testParams) in initFragmentTestPrograms()
656 …Renderer(Context &context, const UVec2 &renderSize, const TestParams &testParams, const std::vecto… in Renderer()
944 tcu::TestStatus testVertexFragmentShader(Context &context, const TestParams &testParams, Renderer::… in testVertexFragmentShader()
1001 tcu::TestStatus testVertexShader(Context &context, const TestParams testParams) in testVertexShader()
1006 tcu::TestStatus testFragmentShader(Context &context, const TestParams testParams) in testFragmentShader()
1011 tcu::TestStatus testTessellationShader(Context &context, const TestParams testParams) in testTessellationShader()
1090 TestParams testParams{ in createShaderViewportIndexTests() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp125 size_t getComponentCount(const TestParams &testParams) in getComponentCount()
376const TestParams &testParams) in FragmentShadingBarycentricDataTestInstance()
811const TestParams &testParams) in FragmentShadingBarycentricWeightTestInstance()
1262 const TestParams testParams) in FragmentShadingBarycentricTestCase()
2075 const TestParams testParams{ in createTests() local
2110 const TestParams testParams{ in createTests() local
2231 const TestParams testParams{ in createTests() local
2276 const TestParams testParams{ in createTests() local
/aosp_15_r20/external/libultrahdr/benchmark/
H A Dbenchmark_test.cpp196 DecBenchmark(TestParamsDecodeAPI testParams) { in DecBenchmark()
242 EncBenchmark(TestParamsEncoderAPI0 testParams) { in EncBenchmark()
252 EncBenchmark(TestParamsEncoderAPI1 testParams) { in EncBenchmark()
/aosp_15_r20/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
H A DTokenizerTest.kt79 fun testParams(): List<Params> = params in <lambda>() method
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/networkstack/
DModuleNetworkStackClientTest.kt119 val testParams = DhcpServingParamsParcel() in testDhcpServerAvailableImmediately() constant

123456