Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceQueueFamilyProperties (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/
H A Dvulkan_loader_system_test.cpp64 …tatic inline PFN_vkGetPhysicalDeviceQueueFamilyProperties vkGetPhysicalDeviceQueueFamilyProperties; member in vulkan::loader::VulkanLoaderSystemTest
182vkGetPhysicalDeviceQueueFamilyProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceQueueFamilyProp…
262 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount, nullptr);
265 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount, queueProps.data());
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp122 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, // physicalDevice in GetQueueFamilieProperties()
127 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, // physicalDevice in GetQueueFamilieProperties()
502 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertyCount, nullptr); in CreatePhysicalDevice()
504vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, &queueFamilyPropertyCount, queueFamilyPro… in CreatePhysicalDevice()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp81 …tatic inline PFN_vkGetPhysicalDeviceQueueFamilyProperties vkGetPhysicalDeviceQueueFamilyProperties; member in vulkan::loader::VulkanLoaderUnitTest
373vkGetPhysicalDeviceQueueFamilyProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceQueueFamilyProp…
375 EXPECT_NE(vkGetPhysicalDeviceQueueFamilyProperties, nullptr);
476 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount_, NULL);
480 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount_, queueProps_.data());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.cpp216 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount, nullptr); in CreateDevice()
219 vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice_, &queueCount, queueProps.data()); in CreateDevice()
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dvulkan.md214 |FUNC|vkGetPhysicalDeviceQueueFamilyProperties|
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dvulkan.md214 |FUNC|vkGetPhysicalDeviceQueueFamilyProperties|