Home
last modified time | relevance | path

Searched refs:vkGetDeviceGroupPeerMemoryFeatures (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp80 vkGetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures); in vkGetDeviceGroupPeerMemoryFeaturesKHR()
H A DVkGetProcAddress.cpp293 MAKE_VULKAN_DEVICE_ENTRY(vkGetDeviceGroupPeerMemoryFeatures),
H A DlibVulkan.cpp3044 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceIndex, uint32_t remoteDeviceIndex, VkPeerMemoryFeatureFlags *pPeerMemoryFeatures) in vkGetDeviceGroupPeerMemoryFeatures() function
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h248 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures; member
666 extern PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures;
H A Dvolk.c458 vkGetDeviceGroupPeerMemoryFeatures = (PFN_vkGetDeviceGroupPeerMemoryFeatures)load(context, "vkGetDeviceGroupPeerMemoryFeatures"); in volkGenLoadDevice()
859 table->vkGetDeviceGroupPeerMemoryFeatures = (PFN_vkGetDeviceGroupPeerMemoryFeatures)load(context, "vkGetDeviceGroupPeerMemoryFeatures"); in volkGenLoadDeviceTable()
1281 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures; variable
/third_party/vulkan-loader/loader/
H A Dgpa_helper.c184 if (!strcmp(funcName, "vkGetDeviceGroupPeerMemoryFeatures")) return vkGetDeviceGroupPeerMemoryFeatures; in trampoline_get_proc_addr()
H A Dtrampoline.c2859 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, in vkGetDeviceGroupPeerMemoryFeatures() function
2865 "vkGetDeviceGroupPeerMemoryFeatures: Invalid device [VUID-vkGetDeviceGroupPeerMemoryFeatures-device-parameter]"); in vkGetDeviceGroupPeerMemoryFeatures()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp2532 void vkGetDeviceGroupPeerMemoryFeatures( VkDevice device,
2538 return ::vkGetDeviceGroupPeerMemoryFeatures(
11022 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12029 vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures(
12030 vkGetInstanceProcAddr( instance, "vkGetDeviceGroupPeerMemoryFeatures" ) );
12325 if ( !vkGetDeviceGroupPeerMemoryFeatures )
12326 vkGetDeviceGroupPeerMemoryFeatures = vkGetDeviceGroupPeerMemoryFeaturesKHR;
13219 vkGetDeviceGroupPeerMemoryFeatures =
13220 PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetDeviceProcAddr( device, "vkGetDeviceGroupPeerMemoryFeatures" ) );
13365 if ( !vkGetDeviceGroupPeerMemoryFeatures )
[all...]
H A Dvulkan_raii.hpp838 vkGetDeviceGroupPeerMemoryFeatures = in init()
839 PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetDeviceProcAddr( device, "vkGetDeviceGroupPeerMemoryFeatures" ) ); in init()
1263 if ( !vkGetDeviceGroupPeerMemoryFeatures ) in init()
1264 vkGetDeviceGroupPeerMemoryFeatures = vkGetDeviceGroupPeerMemoryFeaturesKHR; in init()
1705 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
10390 getDispatcher()->vkGetDeviceGroupPeerMemoryFeatures(
H A Dvulkan_core.h5180 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(
H A Dvulkan_funcs.hpp5529 d.vkGetDeviceGroupPeerMemoryFeatures( m_device,
5546 d.vkGetDeviceGroupPeerMemoryFeatures( m_device,
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1974 void vkGetDeviceGroupPeerMemoryFeatures( VkDevice device,
1980 return ::vkGetDeviceGroupPeerMemoryFeatures( device, heapIndex, localDeviceIndex, remoteDeviceIndex, pPeerMemoryFeatures );
16542 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
17738 vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetInstanceProcAddr( instance, "vkGetDeviceGroupPeerMemoryFeatures" ) );
18022 if ( !vkGetDeviceGroupPeerMemoryFeatures )
18023 vkGetDeviceGroupPeerMemoryFeatures = vkGetDeviceGroupPeerMemoryFeaturesKHR;
19056 vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetDeviceProcAddr( device, "vkGetDeviceGroupPeerMemoryFeatures" ) );
19210 if ( !vkGetDeviceGroupPeerMemoryFeatures )
[all...]
H A Dvulkan_raii.hpp812 vkGetDeviceGroupPeerMemoryFeatures = PFN_vkGetDeviceGroupPeerMemoryFeatures( vkGetDeviceProcAddr( device, "vkGetDeviceGroupPeerMemoryFeatures" ) ); in DeviceDispatcher()
967 if ( !vkGetDeviceGroupPeerMemoryFeatures ) in DeviceDispatcher()
968 vkGetDeviceGroupPeerMemoryFeatures = vkGetDeviceGroupPeerMemoryFeaturesKHR; in DeviceDispatcher()
1855 PFN_vkGetDeviceGroupPeerMemoryFeatures vkGetDeviceGroupPeerMemoryFeatures = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
13555 VULKAN_HPP_ASSERT( getDispatcher()->vkGetDeviceGroupPeerMemoryFeatures &&
13556 "Function <vkGetDeviceGroupPeerMemoryFeatures> requires <VK_KHR_device_group> or <VK_VERSION_1_1>" );
13559 getDispatcher()->vkGetDeviceGroupPeerMemoryFeatures( static_cast<VkDevice>( m_device ),
[all...]
H A Dvulkan_funcs.hpp5266 d.vkGetDeviceGroupPeerMemoryFeatures(
5278 d.vkGetDeviceGroupPeerMemoryFeatures(
[all...]
H A Dvulkan_core.h5597 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(
/third_party/glfw/deps/glad/
H A Dvulkan.h5440 #define vkGetDeviceGroupPeerMemoryFeatures glad_vkGetDeviceGroupPeerMemoryFeatures macro
6016 glad_vkGetDeviceGroupPeerMemoryFeatures = (PFN_vkGetDeviceGroupPeerMemoryFeatures) load(userptr, "vkGetDeviceGroupPeerMemoryFeatures"); in glad_vk_load_VK_VERSION_1_1()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4093 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5086 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5444 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5229 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeatures(

Completed in 495 milliseconds