Searched refs:graphics_queue_node_index_ (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 444 m_commandPool = new VkCommandPoolObj(m_device, m_device->graphics_queue_node_index_, flags); in InitState() 944 VkCommandPoolObj pool(m_device, m_device->graphics_queue_node_index_); in SetLayout() 1122 VkCommandPoolObj pool(m_device, m_device->graphics_queue_node_index_); in CopyImage() 1169 VkCommandPoolObj pool(m_device, m_device->graphics_queue_node_index_); in CopyImageOut()
|
D | layer_validation_tests.cpp | 1593 pool_create_info.queueFamilyIndex = m_device->graphics_queue_node_index_; in TEST_F() 3093 pool_create_info.queueFamilyIndex = m_device->graphics_queue_node_index_; in TEST_F() 5215 …VkCommandPoolObj pool(m_device, m_device->graphics_queue_node_index_, VK_COMMAND_POOL_CREATE_RESET… in TEST_F() 5640 …VkCommandPoolObj pool(m_device, m_device->graphics_queue_node_index_, VK_COMMAND_POOL_CREATE_RESET… in TEST_F() 12665 …VkCommandPoolObj pool(m_device, m_device->graphics_queue_node_index_, VK_COMMAND_POOL_CREATE_RESET… in TEST_F() 12689 …VkCommandPoolObj pool(m_device, m_device->graphics_queue_node_index_, VK_COMMAND_POOL_CREATE_RESET… in TEST_F() 15171 image_barrier.srcQueueFamilyIndex = m_device->graphics_queue_node_index_; in TEST_F() 15179 image_barrier.dstQueueFamilyIndex = m_device->graphics_queue_node_index_; in TEST_F() 15214 buffer_barrier.srcQueueFamilyIndex = m_device->graphics_queue_node_index_; in TEST_F() 15215 buffer_barrier.dstQueueFamilyIndex = m_device->graphics_queue_node_index_; in TEST_F() [all …]
|
D | vktestbinding.cpp | 252 graphics_queue_node_index_ = i; in init()
|
D | vktestbinding.h | 222 uint32_t graphics_queue_node_index_; variable
|