Searched refs:WSI (Results 1 – 9 of 9) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 1033 WSI = PTI->WriteSequences.begin(), WSE = PTI->WriteSequences.end(); in hasVariant() local 1034 WSI != WSE; ++WSI) { in hasVariant() 1036 WI = WSI->begin(), WE = WSI->end(); WI != WE; ++WI) { in hasVariant() 1268 WSI = Trans.WriteSequences.begin(), WSE = Trans.WriteSequences.end(); in substituteVariants() local 1269 WSI != WSE; ++WSI) { in substituteVariants() 1275 substituteVariantOperand(*WSI, /*IsRead=*/false, StartIdx); in substituteVariants() 1300 WSI = I->WriteSequences.begin(), WSE = I->WriteSequences.end(); in inferFromTransitions() local 1301 WSI != WSE; ++WSI) { in inferFromTransitions() 1304 SchedModels.findOrInsertRW(*WSI, /*IsRead=*/false)); in inferFromTransitions() 1846 WSI = TI->WriteSequences.begin(), WSE = TI->WriteSequences.end(); in dump() local [all …]
|
/external/deqp/android/cts/master/src/ |
D | vk-not-applicable.txt | 1 # WSI tests for other platforms
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | CMakeLists.txt | 1 # WSI tests
|
/external/vulkan-validation-layers/ |
D | CMakeLists.txt | 23 option(BUILD_WSI_XCB_SUPPORT "Build XCB WSI support" ON) 24 option(BUILD_WSI_XLIB_SUPPORT "Build Xlib WSI support" ON) 25 option(BUILD_WSI_WAYLAND_SUPPORT "Build Wayland WSI support" OFF) 26 option(BUILD_WSI_MIR_SUPPORT "Build Mir WSI support" OFF)
|
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 107 - Linking to loader library for core and WSI extension symbols. 120 and all appropriate Window System Interface (WSI) extensions. This is done to 276 ##### WSI Extensions 278 Khronos approved WSI extensions are available and provide Windows System Integration 279 support for various execution environments. It is important to understand that some WSI 282 only enables those WSI extensions that are appropriate to the current environment. 284 flags. All versions of the desktop loader currently expose at least the following WSI 306 Only then can you expect to properly use a WSI extension in your Vulkan program. 584 are over and above any requirements from the Vulkan specification including WSI extension specifica… 659 2. KHR_surface related requirements in the WSI extensions, [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_error_database.txt | 1840 …HR~^~For more information refer to Vulkan Spec Section '29.4. Querying for WSI Support' which stat… 1841 …HR~^~For more information refer to Vulkan Spec Section '29.4. Querying for WSI Support' which stat… 1842 …HR~^~For more information refer to Vulkan Spec Section '29.4. Querying for WSI Support' which stat… 1843 …HR~^~For more information refer to Vulkan Spec Section '29.4. Querying for WSI Support' which stat… 1869 …ateSwapchainKHR~^~For more information refer to Vulkan Spec Section '29.6. WSI Swapchain' which st… 1870 …ateSwapchainKHR~^~For more information refer to Vulkan Spec Section '29.6. WSI Swapchain' which st… 1871 …ateSwapchainKHR~^~For more information refer to Vulkan Spec Section '29.6. WSI Swapchain' which st… 1872 …ateSwapchainKHR~^~For more information refer to Vulkan Spec Section '29.6. WSI Swapchain' which st… 1873 …ateSwapchainKHR~^~For more information refer to Vulkan Spec Section '29.6. WSI Swapchain' which st… 1874 …ateSwapchainKHR~^~For more information refer to Vulkan Spec Section '29.6. WSI Swapchain' which st… [all …]
|
D | README.md | 61 layers/swapchain.cpp (name=`VK_LAYER_LUNARG_swapchain`) - Check that WSI extensions are being used …
|
D | vk_validation_layer_details.md | 336 | Extension enabled before use | Validates that a WSI extension is enabled before its functions are…
|
/external/deqp/external/vulkancts/ |
D | README.md | 303 If any WSI extensions are supported, platform port must also implement
|