Searched refs:hostVisibleGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 4210 …de::MovePtr<tcu::TestCaseGroup> hostVisibleGroup (new tcu::TestCaseGroup(testCtx, hostVisible ? "h… in createMemoryTests() local 4216 …addFunctionCase(hostVisibleGroup.get(), "create_win32", "Test creating memory with win32 propertie… in createMemoryTests() 4219 …addFunctionCase(hostVisibleGroup.get(), "import_twice", "Test importing memory object twice.", … in createMemoryTests() 4220 …addFunctionCase(hostVisibleGroup.get(), "import_multiple_times", "Test importing memory object mul… in createMemoryTests() 4224 …addFunctionCase(hostVisibleGroup.get(), "dup", "Test calling dup() on exported memory.", t… in createMemoryTests() 4225 …addFunctionCase(hostVisibleGroup.get(), "dup2", "Test calling dup2() on exported memory.",… in createMemoryTests() 4226 …addFunctionCase(hostVisibleGroup.get(), "dup3", "Test calling dup3() on exported memory.",… in createMemoryTests() 4227 …addFunctionCase(hostVisibleGroup.get(), "send_over_socket", "Test sending memory fd over sock… in createMemoryTests() 4229 …addFunctionCase(hostVisibleGroup.get(), "export_multiple_times", "Test exporting memory multipl… in createMemoryTests() 4232 dedicatedGroup->addChild(hostVisibleGroup.release()); in createMemoryTests()
|