/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 270 addFunctionCase(group, "destroy_buffer", "", test<VkBuffer>); in addTestsToGroup() 271 addFunctionCase(group, "destroy_buffer_view", "", test<VkBufferView>); in addTestsToGroup() 272 addFunctionCase(group, "destroy_command_pool", "", test<VkCommandPool>); in addTestsToGroup() 273 addFunctionCase(group, "destroy_descriptor_pool", "", test<VkDescriptorPool>); in addTestsToGroup() 274 addFunctionCase(group, "destroy_descriptor_set_layout", "", test<VkDescriptorSetLayout>); in addTestsToGroup() 275 addFunctionCase(group, "destroy_device", "", test<VkDevice>); in addTestsToGroup() 276 addFunctionCase(group, "destroy_event", "", test<VkEvent>); in addTestsToGroup() 277 addFunctionCase(group, "destroy_fence", "", test<VkFence>); in addTestsToGroup() 278 addFunctionCase(group, "destroy_framebuffer", "", test<VkFramebuffer>); in addTestsToGroup() 279 addFunctionCase(group, "destroy_image", "", test<VkImage>); in addTestsToGroup() [all …]
|
D | vktApiDescriptorPoolTests.cpp | 289 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests() 293 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests() 297 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests() 301 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests() 305 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests()
|
D | vktApiCommandBuffersTests.cpp | 3806 …addFunctionCase (commandBuffersTests.get(), "pool_create_null_params", "", createPoolNullPara… in createCommandBuffersTests() 3807 …addFunctionCase (commandBuffersTests.get(), "pool_create_non_null_allocator", "", createPoolNon… in createCommandBuffersTests() 3808 …addFunctionCase (commandBuffersTests.get(), "pool_create_transient_bit", "", createPoolTransie… in createCommandBuffersTests() 3809 …addFunctionCase (commandBuffersTests.get(), "pool_create_reset_bit", "", createPoolResetBitTe… in createCommandBuffersTests() 3810 …addFunctionCase (commandBuffersTests.get(), "pool_reset_release_res", "", resetPoolReleaseRes… in createCommandBuffersTests() 3811 …addFunctionCase (commandBuffersTests.get(), "pool_reset_no_flags_res", "", resetPoolNoFlagsTe… in createCommandBuffersTests() 3812 addFunctionCase (commandBuffersTests.get(), "pool_reset_reuse", "", resetPoolReuseTest); in createCommandBuffersTests() 3814 …addFunctionCase (commandBuffersTests.get(), "allocate_single_primary", "", allocatePrimaryBuf… in createCommandBuffersTests() 3815 …addFunctionCase (commandBuffersTests.get(), "allocate_many_primary", "", allocateManyPrimaryB… in createCommandBuffersTests() 3816 …addFunctionCase (commandBuffersTests.get(), "allocate_single_secondary", "", allocateSecondary… in createCommandBuffersTests() [all …]
|
D | vktApiDeviceInitializationTests.cpp | 1381 …addFunctionCase(deviceInitializationTests.get(), "create_instance_name_version", "", createIns… in createDeviceInitializationTests() 1382 …addFunctionCase(deviceInitializationTests.get(), "create_instance_invalid_api_version", "", cre… in createDeviceInitializationTests() 1383 …addFunctionCase(deviceInitializationTests.get(), "create_instance_null_appinfo", "", createIns… in createDeviceInitializationTests() 1384 …addFunctionCase(deviceInitializationTests.get(), "create_instance_unsupported_extensions", "", c… in createDeviceInitializationTests() 1385 addFunctionCase(deviceInitializationTests.get(), "create_device", "", createDeviceTest); in createDeviceInitializationTests() 1386 …addFunctionCase(deviceInitializationTests.get(), "create_multiple_devices", "", createMultip… in createDeviceInitializationTests() 1387 …addFunctionCase(deviceInitializationTests.get(), "create_device_unsupported_extensions", "", cre… in createDeviceInitializationTests() 1388 …addFunctionCase(deviceInitializationTests.get(), "create_device_various_queue_counts", "", crea… in createDeviceInitializationTests() 1389 …addFunctionCase(deviceInitializationTests.get(), "create_device_features2", "", createDevice… in createDeviceInitializationTests() 1390 …addFunctionCase(deviceInitializationTests.get(), "create_device_unsupported_features", "", crea… in createDeviceInitializationTests() [all …]
|
D | vktApiExternalMemoryTests.cpp | 3775 …addFunctionCase(fenceGroup.get(), "info", "Test external fence queries.", testFenceQueries, extern… in createFenceTests() 3789 …addFunctionCase(fenceGroup.get(), std::string("create_win32_") + permanenceName, "Test creating fe… in createFenceTests() 3792 …addFunctionCase(fenceGroup.get(), std::string("import_twice_") + permanenceName, "Test importin… in createFenceTests() 3793 …addFunctionCase(fenceGroup.get(), std::string("reimport_") + permanenceName, "Test importing a… in createFenceTests() 3794 …addFunctionCase(fenceGroup.get(), std::string("import_multiple_times_") + permanenceName, "Test i… in createFenceTests() 3795 …addFunctionCase(fenceGroup.get(), std::string("signal_export_import_wait_") + permanenceName, "Tes… in createFenceTests() 3796 …addFunctionCase(fenceGroup.get(), std::string("signal_import_") + permanenceName, "Test signali… in createFenceTests() 3797 …addFunctionCase(fenceGroup.get(), std::string("reset_") + permanenceName, "Test resetting the… in createFenceTests() 3798 …addFunctionCase(fenceGroup.get(), std::string("transference_") + permanenceName, "Test fences t… in createFenceTests() 3804 …addFunctionCase(fenceGroup.get(), std::string("export_multiple_times_") + permanenceName, "Test ex… in createFenceTests() [all …]
|
D | vktApiDescriptorSetTests.cpp | 282 …addFunctionCase(emptyDescriptorSetLayoutTests.get(), "normal", "Create empty desciptor set layout"… in createEmptyDescriptorSetLayoutTests() 283 …addFunctionCase(emptyDescriptorSetLayoutTests.get(), "push_descriptor", "Create empty push descrip… in createEmptyDescriptorSetLayoutTests()
|
D | vktApiFeatureInfo.cpp | 2320 addFunctionCase(testGroup, caseName, enumName, testFunction, format); in createFormatTests() 2324 addFunctionCase(testGroup, "depth_stencil", "", testDepthStencilSupported); in createFormatTests() 2325 addFunctionCase(testGroup, "compressed_formats", "", testCompressedFormatsSupported); in createFormatTests() 3689 addFunctionCase(testGroup, caseName, enumName, execImageFormatTest, params); in createImageFormatTypeTilingTests() 3848 …addFunctionCase(instanceInfoTests.get(), "physical_devices", "Physical devices", enumeratePhysi… in createFeatureInfoTests() 3849 …addFunctionCase(instanceInfoTests.get(), "physical_device_groups", "Physical devices Groups", enum… in createFeatureInfoTests() 3850 addFunctionCase(instanceInfoTests.get(), "layers", "Layers", enumerateInstanceLayers); in createFeatureInfoTests() 3851 …addFunctionCase(instanceInfoTests.get(), "extensions", "Extensions", enumerateInstanceExtens… in createFeatureInfoTests() 3859 addFunctionCase(deviceInfoTests.get(), "features", "Device Features", deviceFeatures); in createFeatureInfoTests() 3860 addFunctionCase(deviceInfoTests.get(), "properties", "Device Properties", deviceProperties); in createFeatureInfoTests() [all …]
|
D | vktApiDriverPropertiesTests.cpp | 159 …addFunctionCase(group, "properties", "Query VkPhysicalDeviceDriverPropertiesKHR and check its valu… in createTestCases()
|
D | vktApiSmokeTests.cpp | 911 addFunctionCase (smokeTests.get(), "create_sampler", "", createSamplerTest); in createSmokeTests()
|
D | vktApiPipelineTests.cpp | 1392 …addFunctionCase(renderPassTests.get(), "framebuffer_compatible_renderpass", "Use a render pass wit… in createrenderpassTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 242 addFunctionCase(testGroup, "build", "Build Info", logBuildInfo); in createInfoTests() 243 addFunctionCase(testGroup, "device", "Device Info", logDeviceInfo); in createInfoTests() 244 addFunctionCase(testGroup, "platform", "Platform Info", logPlatformInfo); in createInfoTests() 245 addFunctionCase(testGroup, "memory_limits", "Platform Memory Limits", logPlatformMemoryLimits); in createInfoTests()
|
D | vktTestCaseUtil.hpp | 304 inline void addFunctionCase (tcu::TestCaseGroup* group, in addFunctionCase() function 312 inline void addFunctionCase (tcu::TestCaseGroup* group, in addFunctionCase() function 341 void addFunctionCase (tcu::TestCaseGroup* group, in addFunctionCase() function 351 void addFunctionCase (tcu::TestCaseGroup* group, in addFunctionCase() function 362 void addFunctionCase (tcu::TestCaseGroup* group, in addFunctionCase() function
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 348 …addFunctionCase(basicTests.get(), "host_set_reset", "Basic event tests set and reset on host", h… in createBasicEventTests() 349 …addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createBasicEventTests() 350 …addFunctionCase(basicTests.get(), "host_set_device_wait", "Wait for event on device test", deviceW… in createBasicEventTests() 351 …addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createBasicEventTests() 352 …addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli s… in createBasicEventTests() 353 …addFunctionCase(basicTests.get(), "multi_secondary_command_buffer", "Event used on secondary comma… in createBasicEventTests()
|
D | vktSynchronizationBasicFenceTests.cpp | 283 …addFunctionCase(basicFenceTests.get(), "one", "Basic one fence tests", basicOneFenceCase… in createBasicFenceTests() 284 …addFunctionCase(basicFenceTests.get(), "multi", "Basic multi fence tests", basicMultiFenc… in createBasicFenceTests() 285 …addFunctionCase(basicFenceTests.get(), "empty_submit", "Signal a fence after an empty queue subm… in createBasicFenceTests() 286 …addFunctionCase(basicFenceTests.get(), "multi_waitall_false", "Basic multi fence test without wait… in createBasicFenceTests()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 322 …addFunctionCase(basicTests.get(), "one_queue", "Basic semaphore tests with one queue", basicOn… in createBasicSemaphoreTests() 323 …addFunctionCase(basicTests.get(), "multi_queue", "Basic semaphore tests with multi queue", basicMu… in createBasicSemaphoreTests() 324 addFunctionCase(basicTests.get(), "chain", "Semaphore chain test", basicChainCase); in createBasicSemaphoreTests()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 1245 …addFunctionCase(testGroup, "create", "Create surface", createSurfaceTest, w… in createSurfaceTests() 1246 …addFunctionCase(testGroup, "create_custom_allocator", "Create surface with custom allocator", … in createSurfaceTests() 1247 …addFunctionCase(testGroup, "create_simulate_oom", "Create surface with simulating OOM", c… in createSurfaceTests() 1248 …addFunctionCase(testGroup, "query_support", "Query surface support", querySurfaceSup… in createSurfaceTests() 1249 …addFunctionCase(testGroup, "query_capabilities", "Query surface capabilities", querySur… in createSurfaceTests() 1250 …addFunctionCase(testGroup, "query_capabilities2", "Query extended surface capabilities", … in createSurfaceTests() 1251 …addFunctionCase(testGroup, "query_protected_capabilities", "Query protected surface capabilities… in createSurfaceTests() 1252 …addFunctionCase(testGroup, "query_formats", "Query surface formats", querySurfaceFor… in createSurfaceTests() 1253 …addFunctionCase(testGroup, "query_formats2", "Query extended surface formats", querySur… in createSurfaceTests() 1254 …addFunctionCase(testGroup, "query_present_modes", "Query surface present modes", queryS… in createSurfaceTests() [all …]
|
D | vktWsiSwapchainTests.cpp | 735 …addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameter… in populateSwapchainGroup() 1541 …addFunctionCase(testGroup, "incomplete", "Test VK_INCOMPLETE return code", getImagesIncompleteResu… in populateGetImagesGroup() 1542 …addFunctionCase(testGroup, "count", "Test proper count of images", getImagesResultsCountTest, wsiT… in populateGetImagesGroup() 1559 …addFunctionCase(testGroup, "null_handle", "Destroying a VK_NULL_HANDLE swapchain", destroyNullHand… in populateDestroyGroup()
|
D | vktWsiColorSpaceTests.cpp | 1020 …addFunctionCase(testGroup, "extensions", "Verify Colorspace Extensions", basicExtensionTest, wsiTy… in createColorSpaceTests()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 268 addFunctionCase(group, name, desc, testEntryPoint, arg0); in addFunctionTestCase() 479 addFunctionCase(group, name, desc, testEntryPoint, arg0); in addFunctionTestCase() 563 addFunctionCase(group, name, desc, testEntryPoint, arg0); in addFunctionTestCase() 782 addFunctionCase(group, name, desc, testEntryPoint, arg0); in addFunctionTestCase() 1443 addFunctionCase(group, name, desc, testEntryPoint, arg0); in addFunctionTestCase() 1507 addFunctionCase(group, name, desc, testEntryPoint, arg0); in addFunctionTestCase() 1816 addFunctionCase(group, name, name, testMultiplaneImages, params); in populateMultiplaneTestGroup()
|
D | vktMemoryMappingTests.cpp | 1700 addFunctionCase(allocationSizeGroup.get(), name, name, testMemoryMapping, config); in createMappingTests() 1747 addFunctionCase(sizeGroup.get(), name, name, testMemoryMapping, config); in createMappingTests()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationLimitsTests.cpp | 134 …addFunctionCase<LimitsCaseDefinition>(group.get(), cases[i].caseName, "", deviceLimitsTestCase, ca… in createLimitsTests()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 124 addFunctionCase(group.get(), "uniform_buffer", "", EmptyDescriptorUpdateCase); in createEmptyDescriptorUpdateTests()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineDepthTests.cpp | 841 addFunctionCase(formatFeaturesTests.get(), in createDepthTests() 851 addFunctionCase(formatFeaturesTests.get(), in createDepthTests() 857 addFunctionCase(formatFeaturesTests.get(), in createDepthTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 1087 …addFunctionCase(dstFormatGroup.get(), string(srcTilingName) + (srcDisjoint ? "_disjoint_" : "_") +… in initTests()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 748 …addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameter… in populateSwapchainGroup()
|