Searched refs:makeProtected (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 1263 bool makeProtected, in getDeviceQueue() argument 1267 if (makeProtected) in getDeviceQueue() 1284 bool makeProtected, in initializeQueueMap() argument 1295 DeviceQueueMap queueMap(mIndex, makeProtected); in initializeQueueMap() 1297 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexMedium, in initializeQueueMap() 1304 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexHigh, in initializeQueueMap() 1316 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexLow, in initializeQueueMap()
|
D | CommandProcessor.h | 217 bool makeProtected, 225 void getDeviceQueue(VkDevice device, bool makeProtected, uint32_t queueIndex, VkQueue *queue);
|