Lines Matching refs:queueFamilyIndex
88 inline void addQueueFamilyIndex (const deUint32& queueFamilyIndex, const deUint32& count) in addQueueFamilyIndex() argument
96 m_queues[queueFamilyIndex] = temp; in addQueueFamilyIndex()
141 void releaseQueue (const deUint32& queueFamilyIndex, const int& queueIndex) in releaseQueue() argument
144 m_queues[queueFamilyIndex].available[queueIndex] = true; in releaseQueue()
243 queueInfo.queueFamilyIndex = queues.getQueueFamilyIndex(queueFamilyIndexNdx); in createQueues()
265 …for (deUint32 queueFamilyIndex = 0; queueFamilyIndex < queues.countQueueFamilyIndex(); ++queueFami… in createQueues() local
267 …for (deUint32 queueReqNdx = 0; queueReqNdx < queues.getQueues(queueFamilyIndex).queues.size(); ++q… in createQueues()
269 …es.getDevice(), queues.getQueueFamilyIndex(queueFamilyIndex), queueReqNdx, &queues.getQueues(queue… in createQueues()
270 queues.getQueues(queueFamilyIndex).available[queueReqNdx]=true; in createQueues()
283 deUint32 queueFamilyIndex; in executeComputePipeline() local
286 while(!queues.getFreeQueue(queueFamilyIndex, queue, queueIndex)){} in executeComputePipeline()
294 …(createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queueFamilyIndex)); in executeComputePipeline()
332 queues.releaseQueue(queueFamilyIndex, queueIndex); in executeComputePipeline()
357 deUint32 queueFamilyIndex; in executeGraphicPipeline() local
360 while(!queues.getFreeQueue(queueFamilyIndex, queue, queueIndex)){} in executeGraphicPipeline()
377 …(createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queueFamilyIndex)); in executeGraphicPipeline()
426 queues.releaseQueue(queueFamilyIndex, queueIndex); in executeGraphicPipeline()