HomeSort by relevance Sort by last modified time
    Searched defs:properties2 (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 320 VkPhysicalDeviceProperties2 properties2; local
324 deMemset(&properties2, 0, sizeof(properties2));
326 properties2.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
327 properties2.pNext = &behaviorProperties;
329 vk.getPhysicalDeviceProperties2(physicalDevice, &properties2);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiDisplayTests.cpp 1780 const VkDisplayProperties2KHR& properties2 = displaysProps2[displayIndex]; local
1921 const VkDisplayPlaneProperties2KHR& properties2 = planeProps2[planeIndex]; local
2156 const VkDisplayModeProperties2KHR& properties2 = modesProperties2[modeIndex]; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 691 vk::VkPhysicalDeviceProperties2 properties2; local
692 deMemset(&properties2, 0, sizeof(properties2));
693 properties2.sType = vk::VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2;
694 properties2.pNext = &subgroupProperties;
696 m_context.getInstanceInterface().getPhysicalDeviceProperties2(m_context.getPhysicalDevice(), &properties2);
    [all...]

Completed in 371 milliseconds