Home
last modified time | relevance | path

Searched refs:V3DV_QUEUE_COUNT (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/broadcom/vulkan/
H A Dv3dv_private.h452 V3DV_QUEUE_COUNT, enumerator
462 bool first[V3DV_QUEUE_COUNT];
464 uint32_t syncs[V3DV_QUEUE_COUNT];
H A Dv3dv_device.c1886 for (int i = 0; i < V3DV_QUEUE_COUNT; i++) { in destroy_device_syncs()
1976 for (int i = 0; i < V3DV_QUEUE_COUNT; i++) { in v3dv_CreateDevice()
H A Dv3dv_queue.c1421 for (unsigned i = 0; i < V3DV_QUEUE_COUNT; i++) in queue_submit_cmd_buffer_batch()