Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4756 …de::MovePtr<tcu::TestCaseGroup> commandBuffersTests (new tcu::TestCaseGroup(testCtx, "command_buff… in createCommandBuffersTests() local
4759 …addFunctionCase (commandBuffersTests.get(), "pool_create_null_params", "", createPoolNullPara… in createCommandBuffersTests()
4760 …addFunctionCase (commandBuffersTests.get(), "pool_create_non_null_allocator", "", createPoolNon… in createCommandBuffersTests()
4761 …addFunctionCase (commandBuffersTests.get(), "pool_create_transient_bit", "", createPoolTransie… in createCommandBuffersTests()
4762 …addFunctionCase (commandBuffersTests.get(), "pool_create_reset_bit", "", createPoolResetBitTe… in createCommandBuffersTests()
4763 …addFunctionCase (commandBuffersTests.get(), "pool_reset_release_res", "", resetPoolReleaseRes… in createCommandBuffersTests()
4764 …addFunctionCase (commandBuffersTests.get(), "pool_reset_no_flags_res", "", resetPoolNoFlagsTe… in createCommandBuffersTests()
4765 …addFunctionCase (commandBuffersTests.get(), "pool_reset_reuse", "", checkEventSupport, rese… in createCommandBuffersTests()
4767 …addFunctionCase (commandBuffersTests.get(), "allocate_single_primary", "", allocatePrimaryBuf… in createCommandBuffersTests()
4768 …addFunctionCase (commandBuffersTests.get(), "allocate_many_primary", "", allocateManyPrimaryB… in createCommandBuffersTests()
[all …]