Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/build/
Dvk-wrappers-1-1.inc2 …_.vkGetPhysicalDeviceProperties2 = reinterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanc…
3 return Result("Vulkan: Unable to load vkGetPhysicalDeviceProperties2 pointer");
Dvk-wrappers-1-1.h1 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-1.inc2 …_.vkGetPhysicalDeviceProperties2 = reinterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanc…
3 return Result("Vulkan: Unable to load vkGetPhysicalDeviceProperties2 pointer");
Dvk-wrappers-1-1.h1 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dvk-funcs-1-1.inc1 AMBER_VK_FUNC(vkGetPhysicalDeviceProperties2)
Ddevice.cc744 ptrs_.vkGetPhysicalDeviceProperties2(physical_device_, &properties2); in Initialize()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DBasicTests.cpp110 driver.vkGetPhysicalDeviceProperties2(pPhysicalDevice, &physicalDeviceProperties2); in TEST_F()
DVkInstanceFuncs.hpp61 VK_INSTANCE(vkGetPhysicalDeviceProperties2, void, VkPhysicalDevice, VkPhysicalDeviceProperties2 *);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds194 vkGetPhysicalDeviceProperties2;
Dvk_swiftshader.def182 vkGetPhysicalDeviceProperties2
DVkPromotedExtensions.cpp141 vkGetPhysicalDeviceProperties2(physicalDevice, pProperties); in vkGetPhysicalDeviceProperties2KHR()
DVkGetProcAddress.cpp69 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceProperties2),
/third_party/vulkan-loader/
Dvulkan.symbols.api204 vkGetPhysicalDeviceProperties2
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_AMD_shader_core_properties.txt35 (vkGetInstanceProcAddr(instance, "vkGetPhysicalDeviceProperties2") );
DVK_AMD_shader_core_properties.adoc35 (vkGetInstanceProcAddr(instance, "vkGetPhysicalDeviceProperties2") );
/third_party/vulkan-loader/loader/
Dvulkan-1.def191 vkGetPhysicalDeviceProperties2
Dgpa_helper.c172 if (!strcmp(funcName, "vkGetPhysicalDeviceProperties2")) return vkGetPhysicalDeviceProperties2; in trampoline_get_proc_addr()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl53 … = (GetPhysicalDeviceProperties2Func) GET_PROC_ADDR("vkGetPhysicalDeviceProperties2");
DvkCoreFunctionalities.inl312 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetPhysicalDeviceProperties2", FUNCTIONORIG…
478 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkGetPhysicalDeviceProperties2", FUNCTIONORIG…
657 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceProperties2", FUNCTIONORIG…
/third_party/ffmpeg/libavutil/
Dhwcontext_cuda.c436 vkGetPhysicalDeviceProperties2(vkctx->phys_dev, &vk_dev_props); in cuda_device_derive()
/third_party/mesa3d/docs/relnotes/
D20.3.5.rst135 - vulkan/device_select: Only call vkGetPhysicalDeviceProperties2 if the device supports it.
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h677 extern PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2;
Dvolk.c169vkGetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)load(context, "vkGetPhysicalD… in volkGenLoadInstance()
1292 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; variable
/third_party/vulkan-loader/tests/framework/
Dtest_util.cpp548 vkGetPhysicalDeviceProperties2 = loader.get_symbol("vkGetPhysicalDeviceProperties2"); in VulkanFunctions()
Dtest_util.h668 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2 = nullptr; member

123