Searched refs:vkDispatch (Results 1 – 11 of 11) sorted by relevance
21 VulkanDispatch* vkDispatch(bool forTesting = false);
360 VulkanDispatch* vkDispatch(bool forTesting) { in vkDispatch() function
353 : m_vk(vkDispatch()), in Impl()
68 m_vk(vkDispatch()), in Impl()
14 static void SetUpTestCase() { k_vk = vkDispatch(false); } in SetUpTestCase()
23 static void SetUpTestCase() { k_vk = vkDispatch(false); } in SetUpTestCase()
399 auto dispatch = vkDispatch(false); in SetUp()
42 static void SetUpTestCase() { k_vk = vkDispatch(false); } in SetUpTestCase()
55 mVk(vkDispatch(/*forTesting=*/true)), in VulkanTestHelper()
316 vk::VulkanDispatch* vkDispatch = nullptr; in initialize() local318 vkDispatch = vk::vkDispatch(false /* not for testing */); in initialize()319 vkEmu = vk::createGlobalVkEmulation(vkDispatch, fb->m_features); in initialize()
2298 gfxstream::vk::vkDispatch(false /* don't use test ICD */); in stream_renderer_opengles_init()