/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 | vktApiDeviceInitializationTests.cpp | 706 …addFunctionCase(deviceInitializationTests.get(), "create_instance_name_version", "", createInsta… in createDeviceInitializationTests() 707 …addFunctionCase(deviceInitializationTests.get(), "create_instance_invalid_api_version", "", creat… in createDeviceInitializationTests() 708 …addFunctionCase(deviceInitializationTests.get(), "create_instance_null_appinfo", "", createIn… in createDeviceInitializationTests() 709 …addFunctionCase(deviceInitializationTests.get(), "create_instance_unsupported_extensions", "", cre… in createDeviceInitializationTests() 710 addFunctionCase(deviceInitializationTests.get(), "create_device", "", createDeviceTest); in createDeviceInitializationTests() 711 …addFunctionCase(deviceInitializationTests.get(), "create_multiple_devices", "", createMultiple… in createDeviceInitializationTests() 712 …addFunctionCase(deviceInitializationTests.get(), "create_device_unsupported_extensions", "", creat… in createDeviceInitializationTests() 713 …addFunctionCase(deviceInitializationTests.get(), "create_device_various_queue_counts", "", create… in createDeviceInitializationTests() 714 …addFunctionCase(deviceInitializationTests.get(), "create_device_features2", "", createDeviceFe… in createDeviceInitializationTests()
|
D | vktApiCommandBuffersTests.cpp | 4633 …addFunctionCase (commandBuffersTests.get(), "pool_create_null_params", "", createPoolNullPara… in createCommandBuffersTests() 4634 …addFunctionCase (commandBuffersTests.get(), "pool_create_non_null_allocator", "", createPoolNon… in createCommandBuffersTests() 4635 …addFunctionCase (commandBuffersTests.get(), "pool_create_transient_bit", "", createPoolTransie… in createCommandBuffersTests() 4636 …addFunctionCase (commandBuffersTests.get(), "pool_create_reset_bit", "", createPoolResetBitTe… in createCommandBuffersTests() 4637 …addFunctionCase (commandBuffersTests.get(), "pool_reset_release_res", "", resetPoolReleaseRes… in createCommandBuffersTests() 4638 …addFunctionCase (commandBuffersTests.get(), "pool_reset_no_flags_res", "", resetPoolNoFlagsTe… in createCommandBuffersTests() 4639 addFunctionCase (commandBuffersTests.get(), "pool_reset_reuse", "", resetPoolReuseTest); in createCommandBuffersTests() 4641 …addFunctionCase (commandBuffersTests.get(), "allocate_single_primary", "", allocatePrimaryBuf… in createCommandBuffersTests() 4642 …addFunctionCase (commandBuffersTests.get(), "allocate_many_primary", "", allocateManyPrimaryB… in createCommandBuffersTests() 4643 …addFunctionCase (commandBuffersTests.get(), "allocate_single_secondary", "", allocateSecondary… in createCommandBuffersTests() [all …]
|
D | vktApiDescriptorPoolTests.cpp | 267 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests() 271 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests() 275 addFunctionCase(descriptorPoolTests.get(), in createDescriptorPoolTests()
|
D | vktApiFeatureInfo.cpp | 1778 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() 2690 …addFunctionCase(instanceInfoTests.get(), "physical_devices", "Physical devices", enumeratePhysi… in createFeatureInfoTests() 2691 addFunctionCase(instanceInfoTests.get(), "layers", "Layers", enumerateInstanceLayers); in createFeatureInfoTests() 2692 …addFunctionCase(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() 2702 …addFunctionCase(deviceInfoTests.get(), "queue_family_properties", "Queue family properties", devic… in createFeatureInfoTests() [all …]
|
D | vktApiSmokeTests.cpp | 1565 addFunctionCase (smokeTests.get(), "create_sampler", "", createSamplerTest); in createSmokeTests()
|
D | vktApiObjectManagementTests.cpp | 2667 addFunctionCase(group.get(), cur->name, "", cases.function, cur->parameters); in addCases()
|
/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 | 183 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/ |
D | vktSynchronizationBasicEventTests.cpp | 392 …addFunctionCase(basicTests.get(), "host_set_reset", "Basic event tests set and reset on host", h… in createBasicEventTests() 393 …addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createBasicEventTests() 394 …addFunctionCase(basicTests.get(), "host_set_device_wait", "Wait for event on device test", deviceW… in createBasicEventTests() 395 …addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createBasicEventTests() 396 …addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli s… in createBasicEventTests() 397 …addFunctionCase(basicTests.get(), "multi_secondary_command_buffer", "Event used on secondary comma… in createBasicEventTests()
|
D | vktSynchronizationBasicFenceTests.cpp | 188 …addFunctionCase(basicFenceTests.get(), "one", "Basic one fence tests", basicOneFenceCase… in createBasicFenceTests() 189 …addFunctionCase(basicFenceTests.get(), "multi", "Basic multi fence tests", basicMultiFenc… in createBasicFenceTests() 190 …addFunctionCase(basicFenceTests.get(), "empty_submit", "Signal a fence after an empty queue submi… in createBasicFenceTests()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 293 …addFunctionCase(basicTests.get(), "one_queue", "Basic semaphore tests with one queue", basicOn… in createBasicSemaphoreTests() 294 …addFunctionCase(basicTests.get(), "multi_queue", "Basic semaphore tests with multi queue", basicMu… in createBasicSemaphoreTests()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 877 addFunctionCase(testGroup, "create", "Create surface", createSurfaceTest, wsiType); in createSurfaceTests() 878 …addFunctionCase(testGroup, "create_custom_allocator", "Create surface with custom allocator", crea… in createSurfaceTests() 879 …addFunctionCase(testGroup, "create_simulate_oom", "Create surface with simulating OOM", createSur… in createSurfaceTests() 880 …addFunctionCase(testGroup, "query_support", "Query surface support", querySurfaceSupportTest… in createSurfaceTests() 881 …addFunctionCase(testGroup, "query_capabilities", "Query surface capabilities", querySurfaceCapa… in createSurfaceTests() 882 …addFunctionCase(testGroup, "query_capabilities2", "Query extended surface capabilities", querySur… in createSurfaceTests() 883 …addFunctionCase(testGroup, "query_formats", "Query surface formats", querySurfaceFormatsTest… in createSurfaceTests() 884 …addFunctionCase(testGroup, "query_formats2", "Query extended surface formats", querySurfaceForm… in createSurfaceTests() 885 …addFunctionCase(testGroup, "query_present_modes", "Query surface present modes", querySurfacePr… in createSurfaceTests() 886 …addFunctionCase(testGroup, "destroy_null_handle", "Destroy VK_NULL_HANDLE surface", destroyNullH… in createSurfaceTests() [all …]
|
D | vktWsiSwapchainTests.cpp | 698 …addFunctionCase(testGroup, getTestDimensionName(testDimension), "", params.function, TestParameter… in populateSwapchainGroup() 1726 …addFunctionCase(testGroup, "incomplete", "Test VK_INCOMPLETE return code", getImagesIncompleteResu… in populateGetImagesGroup() 1743 …addFunctionCase(testGroup, "null_handle", "Destroying a VK_NULL_HANDLE swapchain", destroyNullHand… in populateDestroyGroup()
|
/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/pipeline/ |
D | vktPipelineDepthTests.cpp | 1039 addFunctionCase(formatFeaturesTests.get(), in createDepthTests() 1049 addFunctionCase(formatFeaturesTests.get(), in createDepthTests() 1055 addFunctionCase(formatFeaturesTests.get(), in createDepthTests()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 652 … addFunctionCase(bufferGroup.get(), bufferCases[ndx].name, "", testBuffer, bufferCases[ndx].flags); in populateTestGroup() 700 addFunctionCase(imageGroup.get(), caseName.str(), "", testImage, params); in populateTestGroup()
|
D | vktMemoryMappingTests.cpp | 1499 addFunctionCase(allocationSizeGroup.get(), name, name, testMemoryMapping, config); in createMappingTests() 1545 addFunctionCase(sizeGroup.get(), name, name, testMemoryMapping, config); in createMappingTests()
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 96 addFunctionCase(apiTests.get(), "create_sampler", "", createSamplerTest);
|