Searched refs:VK_API_VERSION_1_1 (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | SwapChainStateVk_unittest.cpp | 57 .apiVersion = VK_API_VERSION_1_1}; in createInstance()
|
D | DisplayVk_unittest.cpp | 114 .apiVersion = VK_API_VERSION_1_1}; in createInstance()
|
D | CompositorVk_unittest.cpp | 279 .apiVersion = VK_API_VERSION_1_1, in createInstance()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 53 .apiVersion = VK_API_VERSION_1_1}, in SetUp()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 130 .apiVersion = VK_API_VERSION_1_1, in initialize()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/ |
D | device_select_layer.c | 191 … if (info->GetPhysicalDeviceProperties2 && properties->properties.apiVersion >= VK_API_VERSION_1_1) in get_device_properties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | extensions.adoc | 243 [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/ |
D | VkDecoderGlobalState.cpp | 4721 res.supportsVulkan1_1 = props.apiVersion >= VK_API_VERSION_1_1; in getHostFeatureSupport()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4889 #define VK_API_VERSION_1_1 VK_MAKE_API_VERSION(0, 1, 1, 0)// Patch version should always be set to 0 macro
|