Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/xe/
Danv_queue.c149 queue->bind_queue_id = create.exec_queue_id; in create_engine()
267 if (queue->bind_queue_id != 0) { in anv_xe_destroy_engine()
268 bind_engine_idle(device, queue->bind_queue_id); in anv_xe_destroy_engine()
269 destroy_engine(device, queue->bind_queue_id); in anv_xe_destroy_engine()
Danv_kmd_backend.c216 .exec_queue_id = submit->queue ? submit->queue->bind_queue_id : 0, in xe_vm_bind_op()
/external/mesa3d/src/intel/vulkan/
Danv_private.h1343 uint32_t bind_queue_id; /* Xe */ member