Searched refs:other_family (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vklayertests_buffer_image_memory_sampler.cpp | 3744 const uint32_t other_family = submit_family != 0 ? 0 : 1; in TEST_F() local 3745 …const bool only_one_family = (invalid == 1) || (m_device->queue_props[other_family].queueCount == … in TEST_F() 3746 std::vector<uint32_t> qf_indices{{submit_family, other_family}}; in TEST_F() 4067 const uint32_t other_family = submit_family != 0 ? 0 : 1; in TEST_F() local 4068 …const bool only_one_family = (invalid == 1) || (m_device->queue_props[other_family].queueCount == … in TEST_F() 4070 std::vector<uint32_t> qf_indices{{submit_family, other_family}}; in TEST_F() 4086 std::vector<uint32_t> families = {submit_family, other_family}; in TEST_F() 4123 …eMemoryBarrier-image-01205", "VUID-VkBufferMemoryBarrier-buffer-01196", other_family, other_family, in TEST_F() 4127 … excl_test("POSITIVE_TEST", "POSITIVE_TEST", submit_family, other_family, true, submit_family); in TEST_F() 4128 … excl_test("POSITIVE_TEST", "POSITIVE_TEST", submit_family, other_family, true, other_family); in TEST_F() [all …]
|