Home
last modified time | relevance | path

Searched refs:device_group (Results 1 – 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/android/cts/master/vk-master-2019-03-01/
Ddevice-group.txt1 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 …]
Dcompute.txt38 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/
Ddevice-group.txt1 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 …]
Dwsi.txt44 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/
Ddevice-group.txt1 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 …]
Dwsi.txt44 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/
Ddevice-group.txt1 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 …]
Dwsi.txt41 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/
Dtest_icd.cpp251 … 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/
DBUILD.gn28 …"//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/
Dwsi.txt6 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/
DCMakeLists.txt18 add_subdirectory(device_group)
66 device_group
DBUILD.gn40 "//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/
Dvk-wsi-PASS.txt52 dEQP-VK.wsi.xcb.swapchain.render.device_group
91 dEQP-VK.wsi.xlib.swapchain.render.device_group
Dvk-wsi.txt2200 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/
Dshader_info.h48 bool device_group; member
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c59 .device_group = true, in tu_spirv_to_nir()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c411 .device_group = true, in lvp_shader_compile_to_ir()
/third_party/vk-gl-cts/
DAndroidGen.mk124 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/
Dwsi.txt110 dEQP-VK.wsi.headless.swapchain.render.device_group
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c726 .device_group = true, in radv_shader_spirv_to_nir()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c70 .device_group = true, in anv_shader_stage_to_nir()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c172 .device_group = true,
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c1964 .device_group = true, in zink_shader_spirv_compile()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4600 spv_check_supported(device_group, cap); in vtn_handle_preamble_instruction()

12