Searched refs:vkGetPhysicalDeviceProperties2 (Results 1 – 25 of 55) sorted by relevance
123
/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-1.inc | 2 …_.vkGetPhysicalDeviceProperties2 = reinterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanc… 3 return Result("Vulkan: Unable to load vkGetPhysicalDeviceProperties2 pointer");
|
D | vk-wrappers-1-1.h | 1 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-1.inc | 2 …_.vkGetPhysicalDeviceProperties2 = reinterpret_cast<PFN_vkGetPhysicalDeviceProperties2>(getInstanc… 3 return Result("Vulkan: Unable to load vkGetPhysicalDeviceProperties2 pointer");
|
D | vk-wrappers-1-1.h | 1 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; variable
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vk-funcs-1-1.inc | 1 AMBER_VK_FUNC(vkGetPhysicalDeviceProperties2)
|
D | device.cc | 744 ptrs_.vkGetPhysicalDeviceProperties2(physical_device_, &properties2); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | BasicTests.cpp | 110 driver.vkGetPhysicalDeviceProperties2(pPhysicalDevice, &physicalDeviceProperties2); in TEST_F()
|
D | VkInstanceFuncs.hpp | 61 VK_INSTANCE(vkGetPhysicalDeviceProperties2, void, VkPhysicalDevice, VkPhysicalDeviceProperties2 *);
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 194 vkGetPhysicalDeviceProperties2;
|
D | vk_swiftshader.def | 182 vkGetPhysicalDeviceProperties2
|
D | VkPromotedExtensions.cpp | 141 vkGetPhysicalDeviceProperties2(physicalDevice, pProperties); in vkGetPhysicalDeviceProperties2KHR()
|
D | VkGetProcAddress.cpp | 69 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceProperties2),
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 204 vkGetPhysicalDeviceProperties2
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_AMD_shader_core_properties.txt | 35 (vkGetInstanceProcAddr(instance, "vkGetPhysicalDeviceProperties2") );
|
D | VK_AMD_shader_core_properties.adoc | 35 (vkGetInstanceProcAddr(instance, "vkGetPhysicalDeviceProperties2") );
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 191 vkGetPhysicalDeviceProperties2
|
D | gpa_helper.c | 172 if (!strcmp(funcName, "vkGetPhysicalDeviceProperties2")) return vkGetPhysicalDeviceProperties2; in trampoline_get_proc_addr()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInitInstanceFunctionPointers.inl | 53 … = (GetPhysicalDeviceProperties2Func) GET_PROC_ADDR("vkGetPhysicalDeviceProperties2");
|
D | vkCoreFunctionalities.inl | 312 …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/ |
D | hwcontext_cuda.c | 436 vkGetPhysicalDeviceProperties2(vkctx->phys_dev, &vk_dev_props); in cuda_device_derive()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.5.rst | 135 - vulkan/device_select: Only call vkGetPhysicalDeviceProperties2 if the device supports it.
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 677 extern PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2;
|
D | volk.c | 169 …vkGetPhysicalDeviceProperties2 = (PFN_vkGetPhysicalDeviceProperties2)load(context, "vkGetPhysicalD… in volkGenLoadInstance() 1292 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2; variable
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.cpp | 548 vkGetPhysicalDeviceProperties2 = loader.get_symbol("vkGetPhysicalDeviceProperties2"); in VulkanFunctions()
|
D | test_util.h | 668 PFN_vkGetPhysicalDeviceProperties2 vkGetPhysicalDeviceProperties2 = nullptr; member
|
123