Home
last modified time | relevance | path

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

/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 …]
DvktApiDeviceInitializationTests.cpp706addFunctionCase(deviceInitializationTests.get(), "create_instance_name_version", "", createInsta… in createDeviceInitializationTests()
707addFunctionCase(deviceInitializationTests.get(), "create_instance_invalid_api_version", "", creat… in createDeviceInitializationTests()
708addFunctionCase(deviceInitializationTests.get(), "create_instance_null_appinfo", "", createIn… in createDeviceInitializationTests()
709addFunctionCase(deviceInitializationTests.get(), "create_instance_unsupported_extensions", "", cre… in createDeviceInitializationTests()
710 addFunctionCase(deviceInitializationTests.get(), "create_device", "", createDeviceTest); in createDeviceInitializationTests()
711addFunctionCase(deviceInitializationTests.get(), "create_multiple_devices", "", createMultiple… in createDeviceInitializationTests()
712addFunctionCase(deviceInitializationTests.get(), "create_device_unsupported_extensions", "", creat… in createDeviceInitializationTests()
713addFunctionCase(deviceInitializationTests.get(), "create_device_various_queue_counts", "", create… in createDeviceInitializationTests()
714addFunctionCase(deviceInitializationTests.get(), "create_device_features2", "", createDeviceFe… in createDeviceInitializationTests()
DvktApiCommandBuffersTests.cpp4633addFunctionCase (commandBuffersTests.get(), "pool_create_null_params", "", createPoolNullPara… in createCommandBuffersTests()
4634addFunctionCase (commandBuffersTests.get(), "pool_create_non_null_allocator", "", createPoolNon… in createCommandBuffersTests()
4635addFunctionCase (commandBuffersTests.get(), "pool_create_transient_bit", "", createPoolTransie… in createCommandBuffersTests()
4636addFunctionCase (commandBuffersTests.get(), "pool_create_reset_bit", "", createPoolResetBitTe… in createCommandBuffersTests()
4637addFunctionCase (commandBuffersTests.get(), "pool_reset_release_res", "", resetPoolReleaseRes… in createCommandBuffersTests()
4638addFunctionCase (commandBuffersTests.get(), "pool_reset_no_flags_res", "", resetPoolNoFlagsTe… in createCommandBuffersTests()
4639 addFunctionCase (commandBuffersTests.get(), "pool_reset_reuse", "", resetPoolReuseTest); in createCommandBuffersTests()
4641addFunctionCase (commandBuffersTests.get(), "allocate_single_primary", "", allocatePrimaryBuf… in createCommandBuffersTests()
4642addFunctionCase (commandBuffersTests.get(), "allocate_many_primary", "", allocateManyPrimaryB… in createCommandBuffersTests()
4643addFunctionCase (commandBuffersTests.get(), "allocate_single_secondary", "", allocateSecondary… in createCommandBuffersTests()
[all …]
DvktApiDescriptorPoolTests.cpp267 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests()
271 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests()
275 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests()
DvktApiFeatureInfo.cpp1778 addFunctionCase(testGroup, caseName, enumName, formatProperties, format); in createFormatTests()
1781 addFunctionCase(testGroup, "depth_stencil", "", testDepthStencilSupported); in createFormatTests()
1782 addFunctionCase(testGroup, "compressed_formats", "", testCompressedFormatsSupported); in createFormatTests()
2028 addFunctionCase(testGroup, caseName, enumName, execImageFormatTest, params); in createImageFormatTypeTilingTests()
2690addFunctionCase(instanceInfoTests.get(), "physical_devices", "Physical devices", enumeratePhysi… in createFeatureInfoTests()
2691 addFunctionCase(instanceInfoTests.get(), "layers", "Layers", enumerateInstanceLayers); in createFeatureInfoTests()
2692addFunctionCase(instanceInfoTests.get(), "extensions", "Extensions", enumerateInstanceExtens… in createFeatureInfoTests()
2700 addFunctionCase(deviceInfoTests.get(), "features", "Device Features", deviceFeatures); in createFeatureInfoTests()
2701 addFunctionCase(deviceInfoTests.get(), "properties", "Device Properties", deviceProperties); in createFeatureInfoTests()
2702addFunctionCase(deviceInfoTests.get(), "queue_family_properties", "Queue family properties", devic… in createFeatureInfoTests()
[all …]
DvktApiSmokeTests.cpp1565 addFunctionCase (smokeTests.get(), "create_sampler", "", createSamplerTest); in createSmokeTests()
DvktApiObjectManagementTests.cpp2667 addFunctionCase(group.get(), cur->name, "", cases.function, cur->parameters); in addCases()
/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.hpp183 inline void addFunctionCase (tcu::TestCaseGroup* group, in addFunctionCase() function
201 void addFunctionCase (tcu::TestCaseGroup* group, in addFunctionCase() function
211 void addFunctionCase (tcu::TestCaseGroup* group, in addFunctionCase() function
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp392addFunctionCase(basicTests.get(), "host_set_reset", "Basic event tests set and reset on host", h… in createBasicEventTests()
393addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createBasicEventTests()
394addFunctionCase(basicTests.get(), "host_set_device_wait", "Wait for event on device test", deviceW… in createBasicEventTests()
395addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createBasicEventTests()
396addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli s… in createBasicEventTests()
397addFunctionCase(basicTests.get(), "multi_secondary_command_buffer", "Event used on secondary comma… in createBasicEventTests()
DvktSynchronizationBasicFenceTests.cpp188addFunctionCase(basicFenceTests.get(), "one", "Basic one fence tests", basicOneFenceCase… in createBasicFenceTests()
189addFunctionCase(basicFenceTests.get(), "multi", "Basic multi fence tests", basicMultiFenc… in createBasicFenceTests()
190addFunctionCase(basicFenceTests.get(), "empty_submit", "Signal a fence after an empty queue submi… in createBasicFenceTests()
DvktSynchronizationBasicSemaphoreTests.cpp293addFunctionCase(basicTests.get(), "one_queue", "Basic semaphore tests with one queue", basicOn… in createBasicSemaphoreTests()
294addFunctionCase(basicTests.get(), "multi_queue", "Basic semaphore tests with multi queue", basicMu… in createBasicSemaphoreTests()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp877 addFunctionCase(testGroup, "create", "Create surface", createSurfaceTest, wsiType); in createSurfaceTests()
878addFunctionCase(testGroup, "create_custom_allocator", "Create surface with custom allocator", crea… in createSurfaceTests()
879addFunctionCase(testGroup, "create_simulate_oom", "Create surface with simulating OOM", createSur… in createSurfaceTests()
880addFunctionCase(testGroup, "query_support", "Query surface support", querySurfaceSupportTest… in createSurfaceTests()
881addFunctionCase(testGroup, "query_capabilities", "Query surface capabilities", querySurfaceCapa… in createSurfaceTests()
882addFunctionCase(testGroup, "query_capabilities2", "Query extended surface capabilities", querySur… in createSurfaceTests()
883addFunctionCase(testGroup, "query_formats", "Query surface formats", querySurfaceFormatsTest… in createSurfaceTests()
884addFunctionCase(testGroup, "query_formats2", "Query extended surface formats", querySurfaceForm… in createSurfaceTests()
885addFunctionCase(testGroup, "query_present_modes", "Query surface present modes", querySurfacePr… in createSurfaceTests()
886addFunctionCase(testGroup, "destroy_null_handle", "Destroy VK_NULL_HANDLE surface", destroyNullH… in createSurfaceTests()
[all …]
DvktWsiSwapchainTests.cpp698addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameter… in populateSwapchainGroup()
1726addFunctionCase(testGroup, "incomplete", "Test VK_INCOMPLETE return code", getImagesIncompleteResu… in populateGetImagesGroup()
1743addFunctionCase(testGroup, "null_handle", "Destroying a VK_NULL_HANDLE swapchain", destroyNullHand… in populateDestroyGroup()
/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/pipeline/
DvktPipelineDepthTests.cpp1039 addFunctionCase(formatFeaturesTests.get(), in createDepthTests()
1049 addFunctionCase(formatFeaturesTests.get(), in createDepthTests()
1055 addFunctionCase(formatFeaturesTests.get(), in createDepthTests()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp652addFunctionCase(bufferGroup.get(), bufferCases[ndx].name, "", testBuffer, bufferCases[ndx].flags); in populateTestGroup()
700 addFunctionCase(imageGroup.get(), caseName.str(), "", testImage, params); in populateTestGroup()
DvktMemoryMappingTests.cpp1499 addFunctionCase(allocationSizeGroup.get(), name, name, testMemoryMapping, config); in createMappingTests()
1545 addFunctionCase(sizeGroup.get(), name, name, testMemoryMapping, config); in createMappingTests()
/external/deqp/doc/testspecs/VK/
Dapitests.adoc96 addFunctionCase(apiTests.get(), "create_sampler", "", createSamplerTest);