aboutsummaryrefslogtreecommitdiff
path: root/icd/generated/mock_icd.cpp
diff options
context:
space:
mode:
authorspencer-lunarg <spencer@lunarg.com>2023-02-16 15:36:00 +0900
committerSpencer Fricke <115671160+spencer-lunarg@users.noreply.github.com>2023-02-17 14:03:19 +0900
commita2304cb131353df94812e8a0c537a101e82bf831 (patch)
tree9bd16020f756f73663c8077b2e55c00f05c9b611 /icd/generated/mock_icd.cpp
parent4dabd027e93134e4c1571e83f847af1895cd3957 (diff)
downloadusermoji-a2304cb131353df94812e8a0c537a101e82bf831.tar.xz
mockicd: Add Protected Queue
Diffstat (limited to 'icd/generated/mock_icd.cpp')
-rw-r--r--icd/generated/mock_icd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/icd/generated/mock_icd.cpp b/icd/generated/mock_icd.cpp
index f2ffbdd5..6323b6fe 100644
--- a/icd/generated/mock_icd.cpp
+++ b/icd/generated/mock_icd.cpp
@@ -311,7 +311,7 @@ static VKAPI_ATTR void VKAPI_CALL GetPhysicalDeviceQueueFamilyProperties(
*pQueueFamilyPropertyCount = 1;
} else {
if (*pQueueFamilyPropertyCount) {
- pQueueFamilyProperties[0].queueFlags = VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT | VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT;
+ pQueueFamilyProperties[0].queueFlags = VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT | VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT | VK_QUEUE_PROTECTED_BIT;
pQueueFamilyProperties[0].queueCount = 1;
pQueueFamilyProperties[0].timestampValidBits = 16;
pQueueFamilyProperties[0].minImageTransferGranularity = {1,1,1};