Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_device.c764 uint32_t qfi = queue_create->queueFamilyIndex; in radv_CreateDevice() local
766 device->queues[qfi] = vk_alloc(&device->alloc, in radv_CreateDevice()
768 if (!device->queues[qfi]) { in radv_CreateDevice()
773 memset(device->queues[qfi], 0, queue_create->queueCount * sizeof(struct radv_queue)); in radv_CreateDevice()
775 device->queue_count[qfi] = queue_create->queueCount; in radv_CreateDevice()
778 result = radv_queue_init(device, &device->queues[qfi][q], qfi, q); in radv_CreateDevice()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp3822 uint32_t qfi = 0; in TEST_F() local
3828 buffCI.pQueueFamilyIndices = &qfi; in TEST_F()
4690 uint32_t qfi = 0; in TEST_F() local
4696 buffCI.pQueueFamilyIndices = &qfi; in TEST_F()
5633 uint32_t qfi = 0; in TEST_F() local
5639 buffCI.pQueueFamilyIndices = &qfi; in TEST_F()
5791 uint32_t qfi = 0; in TEST_F() local
5797 buffCI.pQueueFamilyIndices = &qfi; in TEST_F()
6216 uint32_t qfi = 0; in TEST_F() local
6222 buffCI.pQueueFamilyIndices = &qfi; in TEST_F()
[all …]