HomeSort by relevance Sort by last modified time
    Searched full:multiviewproperties (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp 349 VkPhysicalDeviceMultiviewProperties multiviewProperties =
359 deviceProperties2.pNext = &multiviewProperties;
364 newParameters.extent.depth = multiviewProperties.maxMultiviewViewCount;
366 vector<deUint32> viewMasks(multiviewProperties.maxMultiviewViewCount);
367 for (deUint32 i = 0; i < multiviewProperties.maxMultiviewViewCount; i++)
442 VkPhysicalDeviceMultiviewProperties multiviewProperties =
452 propertiesDeviceProperties2.pNext = &multiviewProperties;
456 if (multiviewProperties.maxMultiviewViewCount < 6u)
459 if (multiviewProperties.maxMultiviewInstanceIndex < 134217727u) //134217727u = 2^27 -1
462 if (multiviewProperties.maxMultiviewViewCount <m_parameters.extent.depth
    [all...]
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
VulkanDeviceInfo.java 228 private static final String KEY_MULTIVIEW_PROPERTIES = "multiviewProperties";
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc     [all...]
  /frameworks/native/vulkan/vkjson/
vkjson.cc     [all...]

Completed in 1129 milliseconds