/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/ |
D | device-group.txt | 1 dEQP-VK.device_group.sfr 2 dEQP-VK.device_group.sfr_sys 3 dEQP-VK.device_group.sfr_dedicated 4 dEQP-VK.device_group.sfr_dedicated_peer 5 dEQP-VK.device_group.afr 6 dEQP-VK.device_group.afr_sys 7 dEQP-VK.device_group.afr_dedicated 8 dEQP-VK.device_group.afr_dedicated_peer 9 dEQP-VK.device_group.sfr_tessellated 10 dEQP-VK.device_group.sfr_tessellated_linefill [all …]
|
D | compute.txt | 38 dEQP-VK.compute.device_group.dispatch_base 39 dEQP-VK.compute.device_group.device_index
|
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
D | device-group.txt | 1 dEQP-VK.device_group.sfr 2 dEQP-VK.device_group.sfr_sys 3 dEQP-VK.device_group.sfr_dedicated 4 dEQP-VK.device_group.sfr_dedicated_peer 5 dEQP-VK.device_group.afr 6 dEQP-VK.device_group.afr_sys 7 dEQP-VK.device_group.afr_dedicated 8 dEQP-VK.device_group.afr_dedicated_peer 9 dEQP-VK.device_group.sfr_tessellated 10 dEQP-VK.device_group.sfr_tessellated_linefill [all …]
|
D | wsi.txt | 44 dEQP-VK.wsi.xlib.swapchain.render.device_group 499 dEQP-VK.wsi.xcb.swapchain.render.device_group 952 dEQP-VK.wsi.wayland.swapchain.render.device_group 1407 dEQP-VK.wsi.android.swapchain.render.device_group 2583 dEQP-VK.wsi.win32.swapchain.render.device_group 3038 dEQP-VK.wsi.macos.swapchain.render.device_group 3491 dEQP-VK.wsi.headless.swapchain.render.device_group
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
D | device-group.txt | 1 dEQP-VK.device_group.sfr 2 dEQP-VK.device_group.sfr_sys 3 dEQP-VK.device_group.sfr_dedicated 4 dEQP-VK.device_group.sfr_dedicated_peer 5 dEQP-VK.device_group.afr 6 dEQP-VK.device_group.afr_sys 7 dEQP-VK.device_group.afr_dedicated 8 dEQP-VK.device_group.afr_dedicated_peer 9 dEQP-VK.device_group.sfr_tessellated 10 dEQP-VK.device_group.sfr_tessellated_linefill [all …]
|
D | wsi.txt | 44 dEQP-VK.wsi.xlib.swapchain.render.device_group 499 dEQP-VK.wsi.xcb.swapchain.render.device_group 952 dEQP-VK.wsi.wayland.swapchain.render.device_group 1407 dEQP-VK.wsi.android.swapchain.render.device_group 2583 dEQP-VK.wsi.win32.swapchain.render.device_group 3038 dEQP-VK.wsi.macos.swapchain.render.device_group 3491 dEQP-VK.wsi.headless.swapchain.render.device_group
|
/third_party/vk-gl-cts/android/cts/master/vk-master/ |
D | device-group.txt | 1 dEQP-VK.device_group.sfr 2 dEQP-VK.device_group.sfr_sys 3 dEQP-VK.device_group.sfr_dedicated 4 dEQP-VK.device_group.sfr_dedicated_peer 5 dEQP-VK.device_group.afr 6 dEQP-VK.device_group.afr_sys 7 dEQP-VK.device_group.afr_dedicated 8 dEQP-VK.device_group.afr_dedicated_peer 9 dEQP-VK.device_group.sfr_tessellated 10 dEQP-VK.device_group.sfr_tessellated_linefill [all …]
|
D | wsi.txt | 41 dEQP-VK.wsi.android.swapchain.render.device_group 857 dEQP-VK.wsi.macos.swapchain.render.device_group 1310 dEQP-VK.wsi.headless.swapchain.render.device_group
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | test_icd.cpp | 251 … for (size_t device_group = 0; device_group < icd.physical_devices.size(); device_group++) { in test_vkEnumeratePhysicalDeviceGroups() local 252 if (device_group >= *pPhysicalDeviceGroupCount) { in test_vkEnumeratePhysicalDeviceGroups() 257 pPhysicalDeviceGroupProperties[device_group].subsetAllocation = false; in test_vkEnumeratePhysicalDeviceGroups() 258 pPhysicalDeviceGroupProperties[device_group].physicalDeviceCount = 1; in test_vkEnumeratePhysicalDeviceGroups() 259 pPhysicalDeviceGroupProperties[device_group].physicalDevices[0] = in test_vkEnumeratePhysicalDeviceGroups() 260 icd.physical_devices[device_group].vk_physical_device.handle; in test_vkEnumeratePhysicalDeviceGroups() 264 … for (size_t device_group = 0; device_group < icd.physical_device_groups.size(); device_group++) { in test_vkEnumeratePhysicalDeviceGroups() local 265 if (device_group >= *pPhysicalDeviceGroupCount) { in test_vkEnumeratePhysicalDeviceGroups() 270 pPhysicalDeviceGroupProperties[device_group].subsetAllocation = in test_vkEnumeratePhysicalDeviceGroups() 271 icd.physical_device_groups[device_group].subset_allocation; in test_vkEnumeratePhysicalDeviceGroups() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/ |
D | BUILD.gn | 28 …"//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/vktDeviceGroupRendering.cp… 29 … "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/vktDeviceGroupTests.hpp", 34 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group",
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2020-03-01/ |
D | wsi.txt | 6 dEQP-VK.wsi.android.swapchain.render.device_group 17 dEQP-VK.wsi.macos.swapchain.render.device_group
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | CMakeLists.txt | 18 add_subdirectory(device_group) 66 device_group
|
D | BUILD.gn | 40 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group", 103 "//third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group:libdeqp_vk_device_group",
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/ |
D | vk-wsi-PASS.txt | 52 dEQP-VK.wsi.xcb.swapchain.render.device_group 91 dEQP-VK.wsi.xlib.swapchain.render.device_group
|
D | vk-wsi.txt | 2200 dEQP-VK.wsi.xlib.swapchain.render.device_group 2615 dEQP-VK.wsi.xcb.swapchain.render.device_group 3028 dEQP-VK.wsi.wayland.swapchain.render.device_group 3443 dEQP-VK.wsi.android.swapchain.render.device_group 4579 dEQP-VK.wsi.win32.swapchain.render.device_group 4994 dEQP-VK.wsi.macos.swapchain.render.device_group
|
/third_party/mesa3d/src/compiler/ |
D | shader_info.h | 48 bool device_group; member
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 59 .device_group = true, in tu_spirv_to_nir()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_pipeline.c | 411 .device_group = true, in lvp_shader_compile_to_ir()
|
/third_party/vk-gl-cts/ |
D | AndroidGen.mk | 124 external/vulkancts/modules/vulkan/device_group/vktDeviceGroupRendering.cpp \ 1257 $(deqp_dir)/external/vulkancts/modules/vulkan/device_group \
|
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
D | wsi.txt | 110 dEQP-VK.wsi.headless.swapchain.render.device_group
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 726 .device_group = true, in radv_shader_spirv_to_nir()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 70 .device_group = true, in anv_shader_stage_to_nir()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 172 .device_group = true,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 1964 .device_group = true, in zink_shader_spirv_compile()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 4600 spv_check_supported(device_group, cap); in vtn_handle_preamble_instruction()
|