Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceProperties2 (Results 1 - 25 of 142) sorted by relevance

123456

/third_party/mesa3d/src/vulkan/device-select-layer/
H A Ddevice_select_layer.c193 static void get_device_properties(const struct instance_info *info, VkPhysicalDevice device, VkPhysicalDeviceProperties2 *properties) in get_device_properties()
207 VkPhysicalDeviceProperties2 properties = (VkPhysicalDeviceProperties2){ in print_gpu()
249 VkPhysicalDeviceProperties2 properties = (VkPhysicalDeviceProperties2){ in fill_drm_device_info()
581 VkPhysicalDeviceProperties2 properties = (VkPhysicalDeviceProperties2){ in device_select_EnumeratePhysicalDeviceGroups()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceProperties.hpp108 const VkPhysicalDeviceProperties2& getCoreProperties2 (void) const { return m_coreProperties2; } in getCoreProperties2()
128 VkPhysicalDeviceProperties2 m_coreProperties2;
H A DvkQueryUtil.hpp223 VkPhysicalDeviceProperties2 properties2; in operator ExtensionProperties()
238 operator VkPhysicalDeviceProperties2 () in operator VkPhysicalDeviceProperties2()
240 VkPhysicalDeviceProperties2 properties2; in operator VkPhysicalDeviceProperties2()
H A DvkQueryUtil.cpp192 VkPhysicalDeviceProperties2 properties = initVulkanStructure(&vulkan11properties); in getPhysicalDeviceVulkan11Properties()
202 VkPhysicalDeviceProperties2 properties = initVulkanStructure(&vulkan12properties); in getPhysicalDeviceVulkan12Properties()
230 VkPhysicalDeviceProperties2 properties = initVulkanStructure(&vulkanSC10properties); in getPhysicalDeviceVulkanSC10Properties()
/third_party/vulkan-loader/loader/
H A Dloader_linux.c296 VkPhysicalDeviceProperties2 dev_props2 = (VkPhysicalDeviceProperties2){ in linux_read_sorted_physical_devices()
399 VkPhysicalDeviceProperties2 dev_props2 = (VkPhysicalDeviceProperties2){ in linux_sort_physical_device_groups()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceDrmPropertiesTests.cpp85 VkPhysicalDeviceProperties2 deviceProperties2; in testDeviceDrmProperties()
H A DvktApiDriverPropertiesTests.cpp129 VkPhysicalDeviceProperties2 deviceProperties2; in testQueryProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceDrmPropertiesTests.cpp85 VkPhysicalDeviceProperties2 deviceProperties2; in testDeviceDrmProperties()
H A DvktApiDriverPropertiesTests.cpp184 VkPhysicalDeviceProperties2 deviceProperties2; in testQueryProperties()
H A DvktApiMaintenance3Check.cpp56 typedef vk::VkPhysicalDeviceProperties2 DevProp2;
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DBasicTests.cpp103 VkPhysicalDeviceProperties2 physicalDeviceProperties2; in TEST_F()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device.c123 VkPhysicalDeviceProperties2 props2; in vk_common_GetPhysicalDeviceProperties()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectApiTests.cpp216 vk::VkPhysicalDeviceProperties2 properties2 = in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsExtensionlessTests.cpp119 VkPhysicalDeviceProperties2 properties; in getFloatControlsProperty()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp112 const vk::VkPhysicalDeviceProperties2& getDeviceProperties2 (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsExtensionlessTests.cpp119 VkPhysicalDeviceProperties2 properties; in getFloatControlsProperty()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.hpp107 const vk::VkPhysicalDeviceProperties2& getDeviceProperties2 (void) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp199 VkPhysicalDeviceProperties2 m_properties2;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp199 VkPhysicalDeviceProperties2 m_properties2;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp139 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2KHR(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2 *pProperties) in vkGetPhysicalDeviceProperties2KHR()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanInfo.cpp224 VkPhysicalDeviceProperties2 properties2 = {}; in GatherDeviceInfo()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_cuda.c459 VkPhysicalDeviceProperties2 vk_dev_props = { in cuda_device_derive()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp112 vk::VkPhysicalDeviceProperties2 properties2; in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiAcquireDrmDisplayTests.cpp192 VkPhysicalDeviceProperties2 deviceProperties2; in getDrmFdPtr()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp114 vk::VkPhysicalDeviceProperties2 properties2; in checkSupport()

Completed in 16 milliseconds

123456