Searched refs:commandBuffersTests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 3803 …de::MovePtr<tcu::TestCaseGroup> commandBuffersTests (new tcu::TestCaseGroup(testCtx, "command_buff… in createCommandBuffersTests() local 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() [all …]
|