Home
last modified time | relevance | path

Searched refs:addFunctionCase (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp270 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 …]
DvktApiDescriptorPoolTests.cpp289 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()
DvktApiCommandBuffersTests.cpp3806addFunctionCase (commandBuffersTests.get(), "pool_create_null_params", "", createPoolNullPara… in createCommandBuffersTests()
3807addFunctionCase (commandBuffersTests.get(), "pool_create_non_null_allocator", "", createPoolNon… in createCommandBuffersTests()
3808addFunctionCase (commandBuffersTests.get(), "pool_create_transient_bit", "", createPoolTransie… in createCommandBuffersTests()
3809addFunctionCase (commandBuffersTests.get(), "pool_create_reset_bit", "", createPoolResetBitTe… in createCommandBuffersTests()
3810addFunctionCase (commandBuffersTests.get(), "pool_reset_release_res", "", resetPoolReleaseRes… in createCommandBuffersTests()
3811addFunctionCase (commandBuffersTests.get(), "pool_reset_no_flags_res", "", resetPoolNoFlagsTe… in createCommandBuffersTests()
3812 addFunctionCase (commandBuffersTests.get(), "pool_reset_reuse", "", resetPoolReuseTest); in createCommandBuffersTests()
3814addFunctionCase (commandBuffersTests.get(), "allocate_single_primary", "", allocatePrimaryBuf… in createCommandBuffersTests()
3815addFunctionCase (commandBuffersTests.get(), "allocate_many_primary", "", allocateManyPrimaryB… in createCommandBuffersTests()
3816addFunctionCase (commandBuffersTests.get(), "allocate_single_secondary", "", allocateSecondary… in createCommandBuffersTests()
[all …]
DvktApiDeviceInitializationTests.cpp1381addFunctionCase(deviceInitializationTests.get(), "create_instance_name_version", "", createIns… in createDeviceInitializationTests()
1382addFunctionCase(deviceInitializationTests.get(), "create_instance_invalid_api_version", "", cre… in createDeviceInitializationTests()
1383addFunctionCase(deviceInitializationTests.get(), "create_instance_null_appinfo", "", createIns… in createDeviceInitializationTests()
1384addFunctionCase(deviceInitializationTests.get(), "create_instance_unsupported_extensions", "", c… in createDeviceInitializationTests()
1385 addFunctionCase(deviceInitializationTests.get(), "create_device", "", createDeviceTest); in createDeviceInitializationTests()
1386addFunctionCase(deviceInitializationTests.get(), "create_multiple_devices", "", createMultip… in createDeviceInitializationTests()
1387addFunctionCase(deviceInitializationTests.get(), "create_device_unsupported_extensions", "", cre… in createDeviceInitializationTests()
1388addFunctionCase(deviceInitializationTests.get(), "create_device_various_queue_counts", "", crea… in createDeviceInitializationTests()
1389addFunctionCase(deviceInitializationTests.get(), "create_device_features2", "", createDevice… in createDeviceInitializationTests()
1390addFunctionCase(deviceInitializationTests.get(), "create_device_unsupported_features", "", crea… in createDeviceInitializationTests()
[all …]
DvktApiExternalMemoryTests.cpp3775addFunctionCase(fenceGroup.get(), "info", "Test external fence queries.", testFenceQueries, extern… in createFenceTests()
3789addFunctionCase(fenceGroup.get(), std::string("create_win32_") + permanenceName, "Test creating fe… in createFenceTests()
3792addFunctionCase(fenceGroup.get(), std::string("import_twice_") + permanenceName, "Test importin… in createFenceTests()
3793addFunctionCase(fenceGroup.get(), std::string("reimport_") + permanenceName, "Test importing a… in createFenceTests()
3794addFunctionCase(fenceGroup.get(), std::string("import_multiple_times_") + permanenceName, "Test i… in createFenceTests()
3795addFunctionCase(fenceGroup.get(), std::string("signal_export_import_wait_") + permanenceName, "Tes… in createFenceTests()
3796addFunctionCase(fenceGroup.get(), std::string("signal_import_") + permanenceName, "Test signali… in createFenceTests()
3797addFunctionCase(fenceGroup.get(), std::string("reset_") + permanenceName, "Test resetting the… in createFenceTests()
3798addFunctionCase(fenceGroup.get(), std::string("transference_") + permanenceName, "Test fences t… in createFenceTests()
3804addFunctionCase(fenceGroup.get(), std::string("export_multiple_times_") + permanenceName, "Test ex… in createFenceTests()
[all …]
DvktApiDescriptorSetTests.cpp282addFunctionCase(emptyDescriptorSetLayoutTests.get(), "normal", "Create empty desciptor set layout"… in createEmptyDescriptorSetLayoutTests()
283addFunctionCase(emptyDescriptorSetLayoutTests.get(), "push_descriptor", "Create empty push descrip… in createEmptyDescriptorSetLayoutTests()
DvktApiFeatureInfo.cpp2320 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()
3848addFunctionCase(instanceInfoTests.get(), "physical_devices", "Physical devices", enumeratePhysi… in createFeatureInfoTests()
3849addFunctionCase(instanceInfoTests.get(), "physical_device_groups", "Physical devices Groups", enum… in createFeatureInfoTests()
3850 addFunctionCase(instanceInfoTests.get(), "layers", "Layers", enumerateInstanceLayers); in createFeatureInfoTests()
3851addFunctionCase(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 …]
DvktApiDriverPropertiesTests.cpp159addFunctionCase(group, "properties", "Query VkPhysicalDeviceDriverPropertiesKHR and check its valu… in createTestCases()
DvktApiSmokeTests.cpp911 addFunctionCase (smokeTests.get(), "create_sampler", "", createSamplerTest); in createSmokeTests()
DvktApiPipelineTests.cpp1392addFunctionCase(renderPassTests.get(), "framebuffer_compatible_renderpass", "Use a render pass wit… in createrenderpassTests()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp242 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()
DvktTestCaseUtil.hpp304 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/
DvktSynchronizationBasicEventTests.cpp348addFunctionCase(basicTests.get(), "host_set_reset", "Basic event tests set and reset on host", h… in createBasicEventTests()
349addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createBasicEventTests()
350addFunctionCase(basicTests.get(), "host_set_device_wait", "Wait for event on device test", deviceW… in createBasicEventTests()
351addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createBasicEventTests()
352addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli s… in createBasicEventTests()
353addFunctionCase(basicTests.get(), "multi_secondary_command_buffer", "Event used on secondary comma… in createBasicEventTests()
DvktSynchronizationBasicFenceTests.cpp283addFunctionCase(basicFenceTests.get(), "one", "Basic one fence tests", basicOneFenceCase… in createBasicFenceTests()
284addFunctionCase(basicFenceTests.get(), "multi", "Basic multi fence tests", basicMultiFenc… in createBasicFenceTests()
285addFunctionCase(basicFenceTests.get(), "empty_submit", "Signal a fence after an empty queue subm… in createBasicFenceTests()
286addFunctionCase(basicFenceTests.get(), "multi_waitall_false", "Basic multi fence test without wait… in createBasicFenceTests()
DvktSynchronizationBasicSemaphoreTests.cpp322addFunctionCase(basicTests.get(), "one_queue", "Basic semaphore tests with one queue", basicOn… in createBasicSemaphoreTests()
323addFunctionCase(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/
DvktWsiSurfaceTests.cpp1245addFunctionCase(testGroup, "create", "Create surface", createSurfaceTest, w… in createSurfaceTests()
1246addFunctionCase(testGroup, "create_custom_allocator", "Create surface with custom allocator", … in createSurfaceTests()
1247addFunctionCase(testGroup, "create_simulate_oom", "Create surface with simulating OOM", c… in createSurfaceTests()
1248addFunctionCase(testGroup, "query_support", "Query surface support", querySurfaceSup… in createSurfaceTests()
1249addFunctionCase(testGroup, "query_capabilities", "Query surface capabilities", querySur… in createSurfaceTests()
1250addFunctionCase(testGroup, "query_capabilities2", "Query extended surface capabilities", … in createSurfaceTests()
1251addFunctionCase(testGroup, "query_protected_capabilities", "Query protected surface capabilities… in createSurfaceTests()
1252addFunctionCase(testGroup, "query_formats", "Query surface formats", querySurfaceFor… in createSurfaceTests()
1253addFunctionCase(testGroup, "query_formats2", "Query extended surface formats", querySur… in createSurfaceTests()
1254addFunctionCase(testGroup, "query_present_modes", "Query surface present modes", queryS… in createSurfaceTests()
[all …]
DvktWsiSwapchainTests.cpp735addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameter… in populateSwapchainGroup()
1541addFunctionCase(testGroup, "incomplete", "Test VK_INCOMPLETE return code", getImagesIncompleteResu… in populateGetImagesGroup()
1542addFunctionCase(testGroup, "count", "Test proper count of images", getImagesResultsCountTest, wsiT… in populateGetImagesGroup()
1559addFunctionCase(testGroup, "null_handle", "Destroying a VK_NULL_HANDLE swapchain", destroyNullHand… in populateDestroyGroup()
DvktWsiColorSpaceTests.cpp1020addFunctionCase(testGroup, "extensions", "Verify Colorspace Extensions", basicExtensionTest, wsiTy… in createColorSpaceTests()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp268 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()
DvktMemoryMappingTests.cpp1700 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/
DvktTessellationLimitsTests.cpp134addFunctionCase<LimitsCaseDefinition>(group.get(), cases[i].caseName, "", deviceLimitsTestCase, ca… in createLimitsTests()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp124 addFunctionCase(group.get(), "uniform_buffer", "", EmptyDescriptorUpdateCase); in createEmptyDescriptorUpdateTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineDepthTests.cpp841 addFunctionCase(formatFeaturesTests.get(), in createDepthTests()
851 addFunctionCase(formatFeaturesTests.get(), in createDepthTests()
857 addFunctionCase(formatFeaturesTests.get(), in createDepthTests()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp1087addFunctionCase(dstFormatGroup.get(), string(srcTilingName) + (srcDisjoint ? "_disjoint_" : "_") +… in initTests()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp748addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameter… in populateSwapchainGroup()

12