Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1263 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()
DCommandProcessor.h217 bool makeProtected,
225 void getDeviceQueue(VkDevice device, bool makeProtected, uint32_t queueIndex, VkQueue *queue);