Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceProperties2 (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp-deps/amber/src/vulkan/
Dvk-funcs-1-1.inc1 AMBER_VK_FUNC(vkGetPhysicalDeviceProperties2)
Ddevice.cc662 ptrs_.vkGetPhysicalDeviceProperties2(physical_device_, &properties2); in Initialize()
/external/swiftshader/tests/VulkanUnitTests/
DBasicTests.cpp110 driver.vkGetPhysicalDeviceProperties2(pPhysicalDevice, &physicalDeviceProperties2); in TEST_F()
DVkInstanceFuncs.hpp61 VK_INSTANCE(vkGetPhysicalDeviceProperties2, void, VkPhysicalDevice, VkPhysicalDeviceProperties2 *);
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds156 vkGetPhysicalDeviceProperties2;
Dvk_swiftshader.def156 vkGetPhysicalDeviceProperties2
DVkPromotedExtensions.cpp141 vkGetPhysicalDeviceProperties2(physicalDevice, pProperties); in vkGetPhysicalDeviceProperties2KHR()
DVkGetProcAddress.cpp61 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceProperties2),
DlibVulkan.cpp3067 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice, VkPhysic… in vkGetPhysicalDeviceProperties2() function
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl22 … = (GetPhysicalDeviceProperties2Func) GET_PROC_ADDR("vkGetPhysicalDeviceProperties2");
DvkCoreFunctionalities.inl309 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetPhysicalDeviceProperties2", FUNCTIONORIG…
475 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkGetPhysicalDeviceProperties2", FUNCTIONORIG…
DvkNullDriverImpl.inl3138 VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceProperties2, getPhysicalDeviceProperties2),
/external/angle/src/third_party/volk/
Dvolk.h677 extern PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2;
Dvolk.c169vkGetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)load(context, "vkGetPhysicalD… in volkGenLoadInstance()
1292 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; variable
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp2487 void vkGetPhysicalDeviceProperties2( VkPhysicalDevice physicalDevice, in vkGetPhysicalDeviceProperties2() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2490 return ::vkGetPhysicalDeviceProperties2( physicalDevice, pProperties ); in vkGetPhysicalDeviceProperties2()
10661 …PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2 member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11106 vkGetPhysicalDeviceProperties2 = in init()
11110 if ( !vkGetPhysicalDeviceProperties2 ) in init()
11111 vkGetPhysicalDeviceProperties2 = vkGetPhysicalDeviceProperties2KHR; in init()
Dvulkan_raii.hpp249 vkGetPhysicalDeviceProperties2 = in init()
253 if ( !vkGetPhysicalDeviceProperties2 ) in init()
254 vkGetPhysicalDeviceProperties2 = vkGetPhysicalDeviceProperties2KHR; in init()
443 …PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2 member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
10442 …getDispatcher()->vkGetPhysicalDeviceProperties2( static_cast<VkPhysicalDevice>( m_physicalDevice ), in getProperties2()
10454 …getDispatcher()->vkGetPhysicalDeviceProperties2( static_cast<VkPhysicalDevice>( m_physicalDevice ), in getProperties2()
Dvulkan_funcs.hpp5474 d.vkGetPhysicalDeviceProperties2( m_physicalDevice, in getProperties2()
5484 d.vkGetPhysicalDeviceProperties2( m_physicalDevice, in getProperties2()
5496 d.vkGetPhysicalDeviceProperties2( m_physicalDevice, in getProperties2()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp129 vkGetPhysicalDeviceProperties2(gpu, &prop2); in GetSubgroupProperties()
Dvklayertests_pipeline_shader.cpp1455 vkGetPhysicalDeviceProperties2(gpu(), &pd_props2); in TEST_F()
1554 vkGetPhysicalDeviceProperties2(gpu(), &pd_props2); in TEST_F()
Dvklayertests_buffer_image_memory_sampler.cpp3319 vkGetPhysicalDeviceProperties2(gpu(), &pd_props2); in TEST_F()
Dvkpositivelayertests.cpp5582 vkGetPhysicalDeviceProperties2(gpu(), &prop2); in TEST_F()
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h4459 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2(
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4459 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2(
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h81 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; member
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h4819 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceProperties2(

12