Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceProperties2KHR (Results 1 – 25 of 27) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/samples/
Dconfig_helper_vulkan.cc1153 PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR = in DumpPhysicalDeviceInfo() local
1163 vkGetPhysicalDeviceProperties2KHR = in DumpPhysicalDeviceInfo()
1167 if (!vkGetPhysicalDeviceProperties2KHR) { in DumpPhysicalDeviceInfo()
1178 if (vkGetPhysicalDeviceProperties2KHR) { in DumpPhysicalDeviceInfo()
1179 vkGetPhysicalDeviceProperties2KHR(vulkan_physical_device_, &properties2); in DumpPhysicalDeviceInfo()
1200 if (vkGetPhysicalDeviceProperties2KHR) { in DumpPhysicalDeviceInfo()
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dvk_headers.h65 extern PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR;
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl55 … = (GetPhysicalDeviceProperties2Func) GET_PROC_ADDR("vkGetPhysicalDeviceProperties2KHR");
56 …= (GetPhysicalDeviceProperties2KHRFunc) GET_PROC_ADDR("vkGetPhysicalDeviceProperties2KHR");
DvkVulkan_c.inl9417 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2KHR(
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp139 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2KHR(VkPhysicalDevice physicalDevice, VkPhy… in vkGetPhysicalDeviceProperties2KHR() function
DVkGetProcAddress.cpp88 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceProperties2KHR),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1010 PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR = nullptr; variable
1107 GET_INSTANCE_FUNC(vkGetPhysicalDeviceProperties2KHR); in InitGetPhysicalDeviceProperties2KHRFunctions()
DRendererVk.cpp1371 ASSERT(vkGetPhysicalDeviceProperties2KHR); in initialize()
1537 if (!vkGetPhysicalDeviceProperties2KHR || !vkGetPhysicalDeviceFeatures2KHR) in queryDeviceExtensionFeatures()
1654 vkGetPhysicalDeviceProperties2KHR(mPhysicalDevice, &deviceProperties); in queryDeviceExtensionFeatures()
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dnaming.adoc153 `vkGetPhysicalDeviceFeatures2KHR` and `vkGetPhysicalDeviceProperties2KHR`
163 | `vkGetPhysicalDeviceProperties2KHR`
Dnaming.txt153 `vkGetPhysicalDeviceFeatures2KHR` and `vkGetPhysicalDeviceProperties2KHR`
163 | `vkGetPhysicalDeviceProperties2KHR`
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h919 extern PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR;
Dvolk.c260vkGetPhysicalDeviceProperties2KHR = (PFN_vkGetPhysicalDeviceProperties2KHR)load(context, "vkGetPhy… in volkGenLoadInstance()
1534 PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR; variable
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp3464 void vkGetPhysicalDeviceProperties2KHR( VkPhysicalDevice physicalDevice, in vkGetPhysicalDeviceProperties2KHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
3467 return ::vkGetPhysicalDeviceProperties2KHR( physicalDevice, pProperties ); in vkGetPhysicalDeviceProperties2KHR()
11229 …PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12297 vkGetPhysicalDeviceProperties2KHR = in init()
12300 vkGetPhysicalDeviceProperties2 = vkGetPhysicalDeviceProperties2KHR; in init()
Dvulkan_raii.hpp274 vkGetPhysicalDeviceProperties2KHR = PFN_vkGetPhysicalDeviceProperties2KHR( in init()
277 vkGetPhysicalDeviceProperties2 = vkGetPhysicalDeviceProperties2KHR; in init()
559 …PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
12062 getDispatcher()->vkGetPhysicalDeviceProperties2KHR && in getProperties2KHR()
12066 getDispatcher()->vkGetPhysicalDeviceProperties2KHR( in getProperties2KHR()
12077 getDispatcher()->vkGetPhysicalDeviceProperties2KHR && in getProperties2KHR()
12083 getDispatcher()->vkGetPhysicalDeviceProperties2KHR( in getProperties2KHR()
Dvulkan_funcs.hpp10297 d.vkGetPhysicalDeviceProperties2KHR( m_physicalDevice, in getProperties2KHR()
10308 d.vkGetPhysicalDeviceProperties2KHR( m_physicalDevice, in getProperties2KHR()
10321 d.vkGetPhysicalDeviceProperties2KHR( m_physicalDevice, in getProperties2KHR()
Dvulkan_core.h6534 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2KHR(
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp3350 …void vkGetPhysicalDeviceProperties2KHR( VkPhysicalDevice physicalDevice, VkPhysicalDevicePropertie… in vkGetPhysicalDeviceProperties2KHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
3352 return ::vkGetPhysicalDeviceProperties2KHR( physicalDevice, pProperties ); in vkGetPhysicalDeviceProperties2KHR()
13251 …PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
14368vkGetPhysicalDeviceProperties2KHR = PFN_vkGetPhysicalDeviceProperties2KHR( vkGetInstanceProcAddr( … in init()
14370 vkGetPhysicalDeviceProperties2 = vkGetPhysicalDeviceProperties2KHR; in init()
Dvulkan_raii.hpp201vkGetPhysicalDeviceProperties2KHR = PFN_vkGetPhysicalDeviceProperties2KHR( vkGetInstanceProcAddr( … in InstanceDispatcher()
203 vkGetPhysicalDeviceProperties2 = vkGetPhysicalDeviceProperties2KHR; in InstanceDispatcher()
499 …PFN_vkGetPhysicalDeviceProperties2KHR vkGetPhysicalDeviceProperties2KHR member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
14979 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceProperties2KHR && in getProperties2KHR()
14983 …getDispatcher()->vkGetPhysicalDeviceProperties2KHR( static_cast<VkPhysicalDevice>( m_physicalDevic… in getProperties2KHR()
14992 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceProperties2KHR && in getProperties2KHR()
14997 …getDispatcher()->vkGetPhysicalDeviceProperties2KHR( static_cast<VkPhysicalDevice>( m_physicalDevic… in getProperties2KHR()
Dvulkan_funcs.hpp10737 …d.vkGetPhysicalDeviceProperties2KHR( m_physicalDevice, reinterpret_cast<VkPhysicalDeviceProperties… in getProperties2KHR()
10748 …d.vkGetPhysicalDeviceProperties2KHR( m_physicalDevice, reinterpret_cast<VkPhysicalDeviceProperties… in getProperties2KHR()
10761 …d.vkGetPhysicalDeviceProperties2KHR( m_physicalDevice, reinterpret_cast<VkPhysicalDeviceProperties… in getProperties2KHR()
Dvulkan_core.h8392 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2KHR(
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Ddevsandqueues.txt248 include::{generated}/api/protos/vkGetPhysicalDeviceProperties2KHR.txt[]
Ddevsandqueues.adoc254 include::{generated}/api/protos/vkGetPhysicalDeviceProperties2KHR.adoc[]
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6435 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2KHR(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h6694 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2KHR(
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h7900 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2KHR(

12