Home
last modified time | relevance | path

Searched refs:VK_API_VERSION_1_1 (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/tests/
DSwapChainStateVk_unittest.cpp57 .apiVersion = VK_API_VERSION_1_1}; in createInstance()
DDisplayVk_unittest.cpp114 .apiVersion = VK_API_VERSION_1_1}; in createInstance()
DCompositorVk_unittest.cpp279 .apiVersion = VK_API_VERSION_1_1, in createInstance()
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/
DComputePipelineRestoration_integrationtest.cpp53 .apiVersion = VK_API_VERSION_1_1}, in SetUp()
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp130 .apiVersion = VK_API_VERSION_1_1, in initialize()
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/
Ddevice_select_layer.c191 … if (info->GetPhysicalDeviceProperties2 && properties->properties.apiVersion >= VK_API_VERSION_1_1) in get_device_properties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dextensions.adoc243 [open,refpage='VK_API_VERSION_1_1',desc='Return API version number for Vulkan 1.1',type='defines',x…
245 dname:VK_API_VERSION_1_1 returns the API version number for Vulkan 1.1.0.
247 include::{generated}/api/defines/VK_API_VERSION_1_1.adoc[]
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp4721 res.supportsVulkan1_1 = props.apiVersion >= VK_API_VERSION_1_1; in getHostFeatureSupport()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4889 #define VK_API_VERSION_1_1 VK_MAKE_API_VERSION(0, 1, 1, 0)// Patch version should always be set to 0 macro