Searched refs:deviceMultiviewFeatures (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2681 VkPhysicalDeviceMultiviewFeatures deviceMultiviewFeatures[count]; local
2689 deMemset(&deviceMultiviewFeatures[ndx], 0xFF*ndx, sizeof(VkPhysicalDeviceMultiviewFeatures));
2695 device16BitStorageFeatures[ndx].pNext = &deviceMultiviewFeatures[ndx];
2697 deviceMultiviewFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES;
2698 deviceMultiviewFeatures[ndx].pNext = &protectedMemoryFeatures[ndx];
2727 (deviceMultiviewFeatures[0].multiview != deviceMultiviewFeatures[1].multiview ||
2728 deviceMultiviewFeatures[0].multiviewGeometryShader != deviceMultiviewFeatures[1].multiviewGeometryShader ||
2729 deviceMultiviewFeatures[
[all...]

Completed in 276 milliseconds