Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceFeatures (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds11 vkGetPhysicalDeviceFeatures;
Dvk_swiftshader.def11 vkGetPhysicalDeviceFeatures
DVkGetProcAddress.cpp57 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceFeatures),
/third_party/vulkan-loader/
Dvulkan.symbols.api194 vkGetPhysicalDeviceFeatures
/third_party/vulkan-loader/loader/
Dvulkan-1.def30 vkGetPhysicalDeviceFeatures
Dgpa_helper.c37 if (!strcmp(funcName, "vkGetPhysicalDeviceFeatures")) return vkGetPhysicalDeviceFeatures; in trampoline_get_proc_addr()
Dtrampoline.c757 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFeatures(VkPhysicalDevice physicalDevic… in vkGetPhysicalDeviceFeatures() function
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl11 … = (GetPhysicalDeviceFeaturesFunc) GET_PROC_ADDR("vkGetPhysicalDeviceFeatures");
DvkCoreFunctionalities.inl29 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceFeatures", FUNCTIONORIGIN…
167 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetPhysicalDeviceFeatures", FUNCTIONORIGIN…
333 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkGetPhysicalDeviceFeatures", FUNCTIONORIGIN…
512 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceFeatures", FUNCTIONORIGIN…
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h627 extern PFN_vkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures;
Dvolk.c152vkGetPhysicalDeviceFeatures = (PFN_vkGetPhysicalDeviceFeatures)load(context, "vkGetPhysicalDeviceF… in volkGenLoadInstance()
1242 PFN_vkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures; variable
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp539 vkGetPhysicalDeviceFeatures = loader.get_symbol("vkGetPhysicalDeviceFeatures"); in VulkanFunctions()
Dtest_util.h659 PFN_vkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures = nullptr; member
/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc875 vkGetPhysicalDeviceFeatures(physical_device, &available_features_); in CheckVulkanPhysicalDeviceRequirements()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkphysicaldevice.c922 vkGetPhysicalDeviceFeatures (device->device, &device->features); in gst_vulkan_physical_device_fill_info()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp775 vkGetPhysicalDeviceFeatures(mPhysicalDevice, &mPhysicalDeviceFeatures); in initialize()
/third_party/vulkan-loader/tests/
Dloader_phys_dev_inst_ext_tests.cpp458 instance->vkGetPhysicalDeviceFeatures(physical_device, &feats); in TEST()
489 instance->vkGetPhysicalDeviceFeatures(physical_device, &feats); in TEST()
527 instance->vkGetPhysicalDeviceFeatures(physical_device, &feats); in TEST()
607 instance->vkGetPhysicalDeviceFeatures(physical_devices[dev], &feats); in TEST()
Dloader_handle_validation_tests.cpp476 env.vulkan_functions.vkGetPhysicalDeviceFeatures(bad_physical_dev, &features), in TEST()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp1434 void vkGetPhysicalDeviceFeatures( VkPhysicalDevice physicalDevice, in vkGetPhysicalDeviceFeatures() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1437 return ::vkGetPhysicalDeviceFeatures( physicalDevice, pFeatures ); in vkGetPhysicalDeviceFeatures()
10883 …PFN_vkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11852 vkGetPhysicalDeviceFeatures = in init()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp1334 …void vkGetPhysicalDeviceFeatures( VkPhysicalDevice physicalDevice, VkPhysicalDeviceFeatures * pFea… in vkGetPhysicalDeviceFeatures() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1336 return ::vkGetPhysicalDeviceFeatures( physicalDevice, pFeatures ); in vkGetPhysicalDeviceFeatures()
12124 …PFN_vkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
13219vkGetPhysicalDeviceFeatures = PFN_vkGetPhysicalDeviceFeatures( vkGetInstanceProcAddr( inst… in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1388 vkGetPhysicalDeviceFeatures(mPhysicalDevice, &mPhysicalDeviceFeatures); in initialize()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfeatures.txt87 [open,refpage='vkGetPhysicalDeviceFeatures',desc='Reports capabilities of a physical device',type='…
91 include::{generated}/api/protos/vkGetPhysicalDeviceFeatures.txt[]
101 include::{generated}/validity/protos/vkGetPhysicalDeviceFeatures.txt[]
124 previously returned by fname:vkGetPhysicalDeviceFeatures.
Dfeatures.adoc88 [open,refpage='vkGetPhysicalDeviceFeatures',desc='Reports capabilities of a physical device',type='…
92 include::{generated}/api/protos/vkGetPhysicalDeviceFeatures.adoc[]
102 include::{generated}/validity/protos/vkGetPhysicalDeviceFeatures.adoc[]
125 previously returned by fname:vkGetPhysicalDeviceFeatures.
/third_party/ffmpeg/libavutil/
Dhwcontext_vulkan.c1048 vkGetPhysicalDeviceFeatures(hwctx->phys_dev, &dev_features); in vulkan_device_create_internal()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h2382 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFeatures(

12