Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceMemoryProperties (Results 1 – 25 of 45) sorted by relevance

12

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp25 funcs.vkGetPhysicalDeviceMemoryProperties = vkGetPhysicalDeviceMemoryProperties; in InitAllocator()
Dvk_utils.cpp350 vkGetPhysicalDeviceMemoryProperties(physicalDevice, &mMemoryProperties); in init()
/external/deqp-deps/amber/src/vulkan/
Dvk-funcs-1-0.inc57 AMBER_VK_FUNC(vkGetPhysicalDeviceMemoryProperties)
Ddevice.cc642 ptrs_.vkGetPhysicalDeviceMemoryProperties(physical_device_, in Initialize()
/external/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp59 VK_INSTANCE(vkGetPhysicalDeviceMemoryProperties, void, VkPhysicalDevice, VkPhysicalDeviceMemoryProp…
DDevice.cpp342 driver->vkGetPhysicalDeviceMemoryProperties(physicalDevice, &properties); in AllocateMemory()
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds16 vkGetPhysicalDeviceMemoryProperties;
Dvk_swiftshader.def16 vkGetPhysicalDeviceMemoryProperties
DVkGetProcAddress.cpp54 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceMemoryProperties),
DlibVulkan.cpp655 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceMemoryProperties(VkPhysicalDevice physicalDevice, VkP… in vkGetPhysicalDeviceMemoryProperties() function
3502 vkGetPhysicalDeviceMemoryProperties(physicalDevice, &(pMemoryProperties->memoryProperties)); in vkGetPhysicalDeviceMemoryProperties2()
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl11 …GetPhysicalDeviceMemoryPropertiesFunc) GET_PROC_ADDR("vkGetPhysicalDeviceMemoryProperties");
DvkCoreFunctionalities.inl31 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceMemoryProperties", FUNCTION…
169 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetPhysicalDeviceMemoryProperties", FUNCTION…
335 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkGetPhysicalDeviceMemoryProperties", FUNCTION…
/external/angle/src/third_party/volk/
Dvolk.h630 extern PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties;
Dvolk.c155vkGetPhysicalDeviceMemoryProperties = (PFN_vkGetPhysicalDeviceMemoryProperties)load(context, "vkGe… in volkGenLoadInstance()
1245 PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties; variable
/external/skqp/src/compute/hs/vk/bench/
Dmain.c548 vkGetPhysicalDeviceMemoryProperties(phy_device,&phy_device_mem_props); in main()
/external/angle/src/tests/test_utils/
DVulkanExternalHelper.cpp261 vkGetPhysicalDeviceMemoryProperties(mPhysicalDevice, &mMemoryProperties); in initialize()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp296 vkGetPhysicalDeviceMemoryProperties(physicalDevice, &properties); in createDevice()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1157 PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties; member
7411 (*m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties)(m_PhysicalDevice, &m_MemProps); in VmaAllocator_T()
7466 m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties = &vkGetPhysicalDeviceMemoryProperties; in ImportVulkanFunctions()
7494 VMA_COPY_IF_NOT_NULL(vkGetPhysicalDeviceMemoryProperties); in ImportVulkanFunctions()
7516 VMA_ASSERT(m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties != VMA_NULL); in ImportVulkanFunctions()
/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp89 vkGetPhysicalDeviceMemoryProperties(handle(), &info); in memory_properties()
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h1922 extern PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties;
2210 PFN_vkGetPhysicalDeviceMemoryProperties VMA_NULLABLE vkGetPhysicalDeviceMemoryProperties; member
15591 (*m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties)(m_PhysicalDevice, &m_MemProps); in VmaAllocator_T()
15728 …m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties = (PFN_vkGetPhysicalDeviceMemoryProperties)v… in ImportVulkanFunctions_Static()
15768 VMA_COPY_IF_NOT_NULL(vkGetPhysicalDeviceMemoryProperties); in ImportVulkanFunctions_Custom()
15816 …VMA_FETCH_INSTANCE_FUNC(vkGetPhysicalDeviceMemoryProperties, PFN_vkGetPhysicalDeviceMemoryProperti… in ImportVulkanFunctions_Dynamic()
15876 VMA_ASSERT(m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties != VMA_NULL); in ValidateVulkanFunctions()
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1922 extern PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties;
2214 PFN_vkGetPhysicalDeviceMemoryProperties VMA_NULLABLE vkGetPhysicalDeviceMemoryProperties; member
15573 (*m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties)(m_PhysicalDevice, &m_MemProps); in VmaAllocator_T()
15710 …m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties = (PFN_vkGetPhysicalDeviceMemoryProperties)v… in ImportVulkanFunctions_Static()
15750 VMA_COPY_IF_NOT_NULL(vkGetPhysicalDeviceMemoryProperties); in ImportVulkanFunctions_Custom()
15798 …VMA_FETCH_INSTANCE_FUNC(vkGetPhysicalDeviceMemoryProperties, PFN_vkGetPhysicalDeviceMemoryProperti… in ImportVulkanFunctions_Dynamic()
15847 VMA_ASSERT(m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties != VMA_NULL); in ValidateVulkanFunctions()
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp204 …functions.vkGetPhysicalDeviceMemoryProperties = (PFN_vkGetPhysicalDeviceMemoryProperties)gpuVkGetP… in GpuInitializeVma()
Dvk_mem_alloc.h1737 PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties; member
14047 (*m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties)(m_PhysicalDevice, &m_MemProps); in VmaAllocator_T()
14146 m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties = &vkGetPhysicalDeviceMemoryProperties; in ImportVulkanFunctions()
14179 VMA_COPY_IF_NOT_NULL(vkGetPhysicalDeviceMemoryProperties); in ImportVulkanFunctions()
14206 VMA_ASSERT(m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties != VMA_NULL); in ImportVulkanFunctions()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp283 vkGetPhysicalDeviceMemoryProperties(info.gpus[0], &info.memory_properties); in init_enumerate_device()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp1365 void vkGetPhysicalDeviceMemoryProperties( in vkGetPhysicalDeviceMemoryProperties() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1368 return ::vkGetPhysicalDeviceMemoryProperties( physicalDevice, pMemoryProperties ); in vkGetPhysicalDeviceMemoryProperties()
10655 …PFN_vkGetPhysicalDeviceMemoryProperties vkGetPhysicalDeviceMemoryProperties member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11092 vkGetPhysicalDeviceMemoryProperties = PFN_vkGetPhysicalDeviceMemoryProperties( in init()

12