Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/
Dcube.cpp371 queues[0].setQueueFamilyIndex(graphics_queue_family_index); in create_device()
386 queues[1].setQueueFamilyIndex(present_queue_family_index); in create_device()
1189 vk::CommandPoolCreateInfo().setQueueFamilyIndex( in prepare()
1216 vk::CommandPoolCreateInfo().setQueueFamilyIndex( in prepare()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp5509 DeviceQueueCreateInfo& setQueueFamilyIndex( uint32_t queueFamilyIndex_ ) in setQueueFamilyIndex() function
12619 CommandPoolCreateInfo& setQueueFamilyIndex( uint32_t queueFamilyIndex_ ) in setQueueFamilyIndex() function