Home
last modified time | relevance | path

Searched refs:VkQueueFamilyProperties2 (Results 1 – 25 of 40) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_diagnostic_checkpoints/
Dqueue_checkpoint_properties.adoc19 slink:VkQueueFamilyProperties2::pname:pNext to point to a
39 slink:VkQueueFamilyProperties2::pname:pNext to point to a
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c154 STACK_ARRAY(VkQueueFamilyProperties2, props2, *pQueueFamilyPropertyCount); in vk_common_GetPhysicalDeviceQueueFamilyProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_h265.adoc189 VkQueueFamilyProperties2* props = calloc(queueFamilyCount,
190 sizeof(VkQueueFamilyProperties2));
DVK_KHR_video_decode_h264.adoc223 VkQueueFamilyProperties2* props = calloc(queueFamilyCount,
224 sizeof(VkQueueFamilyProperties2));
DVK_KHR_video_decode_queue.adoc303 VkQueueFamilyProperties2* props = calloc(queueFamilyCount,
304 sizeof(VkQueueFamilyProperties2));
DVK_KHR_video_queue.adoc603 VkQueueFamilyProperties2* props = calloc(queueFamilyCount,
604 sizeof(VkQueueFamilyProperties2));
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h449 VkQueueFamilyProperties2* pQueueFamilyProperties,
649 VkQueueFamilyProperties2* pQueueFamilyProperties, uint32_t doLock);
Dgoldfish_vk_deepcopy_guest.h535 const VkQueueFamilyProperties2* from,
536 VkQueueFamilyProperties2* to);
Dgoldfish_vk_transform_guest.h846 VkQueueFamilyProperties2* toTransform);
849 VkQueueFamilyProperties2* toTransform);
Dgoldfish_vk_marshaling_guest.h1066 const VkQueueFamilyProperties2* forMarshaling);
1069 VkQueueFamilyProperties2* forUnmarshaling);
Dgoldfish_vk_counting_guest.h488 const VkQueueFamilyProperties2* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h564 const VkQueueFamilyProperties2* forMarshaling,
Dfunc_table.cpp1903 VkQueueFamilyProperties2* pQueueFamilyProperties) { in gfxstream_vk_GetPhysicalDeviceQueueFamilyProperties2()
2952 VkQueueFamilyProperties2* pQueueFamilyProperties) { in gfxstream_vk_GetPhysicalDeviceQueueFamilyProperties2KHR()
DVkEncoder.cpp17830 VkQueueFamilyProperties2* pQueueFamilyProperties, uint32_t doLock) { in vkGetPhysicalDeviceQueueFamilyProperties2()
17887 (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i), countPtr); in vkGetPhysicalDeviceQueueFamilyProperties2()
17934 (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i), streamPtrPtr); in vkGetPhysicalDeviceQueueFamilyProperties2()
17955 VkQueueFamilyProperties2* check_pQueueFamilyProperties; in vkGetPhysicalDeviceQueueFamilyProperties2()
17956 check_pQueueFamilyProperties = (VkQueueFamilyProperties2*)(uintptr_t)stream->getBe64(); in vkGetPhysicalDeviceQueueFamilyProperties2()
17965 (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i)); in vkGetPhysicalDeviceQueueFamilyProperties2()
17973 sResourceTracker, (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i)); in vkGetPhysicalDeviceQueueFamilyProperties2()
25329 VkQueueFamilyProperties2* pQueueFamilyProperties, uint32_t doLock) { in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
25387 (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i), countPtr); in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
25434 (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i), streamPtrPtr); in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
[all …]
Dgoldfish_vk_transform_guest.cpp2883 VkQueueFamilyProperties2* toTransform) { in transform_tohost_VkQueueFamilyProperties2()
2894 VkQueueFamilyProperties2* toTransform) { in transform_fromhost_VkQueueFamilyProperties2()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h528 const VkQueueFamilyProperties2* from,
529 VkQueueFamilyProperties2* to);
Dgoldfish_vk_transform.h860 VkQueueFamilyProperties2* toTransform);
863 VkQueueFamilyProperties2* toTransform);
Dgoldfish_vk_marshaling.h1044 const VkQueueFamilyProperties2* forMarshaling);
1047 VkQueueFamilyProperties2* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h535 VkQueueFamilyProperties2* forUnmarshaling,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1446 of slink:VkQueueFamilyProperties2 structures.
1455 [open,refpage='VkQueueFamilyProperties2',desc='Structure providing information about a queue family…
1457 The sname:VkQueueFamilyProperties2 structure is defined as:
1459 include::{generated}/api/structs/VkQueueFamilyProperties2.adoc[]
1474 include::{generated}/validity/structs/VkQueueFamilyProperties2.adoc[]
1500 in the pname:pNext chain of the slink:VkQueueFamilyProperties2 structure
1560 slink:VkQueueFamilyProperties2 structure passed to
1582 slink:VkQueueFamilyProperties2 structure passed to
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h653 VkQueueFamilyProperties2* pQueueFamilyProperties);
973 VkQueueFamilyProperties2* pQueueFamilyProperties);
DVkDecoder.cpp9654 VkQueueFamilyProperties2* pQueueFamilyProperties; in decode()
9679 memcpy((VkQueueFamilyProperties2**)&pQueueFamilyProperties, (*readStreamPtrPtr), 8); in decode()
9685 (*(pQueueFamilyPropertyCount)) * sizeof(VkQueueFamilyProperties2)); in decode()
9689 (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i), in decode()
9697 m_state, (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i)); in decode()
9722 m_state, (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i)); in decode()
9734 (VkQueueFamilyProperties2*)(pQueueFamilyProperties + i)); in decode()
14136 VkQueueFamilyProperties2* pQueueFamilyProperties; in decode()
14161 memcpy((VkQueueFamilyProperties2**)&pQueueFamilyProperties, (*readStreamPtrPtr), 8); in decode()
14167 (*(pQueueFamilyPropertyCount)) * sizeof(VkQueueFamilyProperties2)); in decode()
[all …]
DVkDecoderSnapshot.cpp1705 VkQueueFamilyProperties2* pQueueFamilyProperties) {} in vkGetPhysicalDeviceQueueFamilyProperties2()
2476 VkQueueFamilyProperties2* pQueueFamilyProperties) {} in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
5243 VkQueueFamilyProperties2* pQueueFamilyProperties) { in vkGetPhysicalDeviceQueueFamilyProperties2()
5996 VkQueueFamilyProperties2* pQueueFamilyProperties) { in vkGetPhysicalDeviceQueueFamilyProperties2KHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5270 typedef struct VkQueueFamilyProperties2 { struct
5274 } VkQueueFamilyProperties2; argument
5590 …icalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2* pQueueFa…
5681 VkQueueFamilyProperties2* pQueueFamilyProperties);
8485 typedef VkQueueFamilyProperties2 VkQueueFamilyProperties2KHR;
8497 …icalDevice physicalDevice, uint32_t* pQueueFamilyPropertyCount, VkQueueFamilyProperties2* pQueueFa…
8523 VkQueueFamilyProperties2* pQueueFamilyProperties);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp4087 …( m_physicalDevice, pQueueFamilyPropertyCount, reinterpret_cast<VkQueueFamilyProperties2 *>( pQueu… in getQueueFamilyProperties2()
4101 …( m_physicalDevice, &queueFamilyPropertyCount, reinterpret_cast<VkQueueFamilyProperties2 *>( queue… in getQueueFamilyProperties2()
4121 …( m_physicalDevice, &queueFamilyPropertyCount, reinterpret_cast<VkQueueFamilyProperties2 *>( queue… in getQueueFamilyProperties2()
4147 …( m_physicalDevice, &queueFamilyPropertyCount, reinterpret_cast<VkQueueFamilyProperties2 *>( queue… in getQueueFamilyProperties2()
4177 …( m_physicalDevice, &queueFamilyPropertyCount, reinterpret_cast<VkQueueFamilyProperties2 *>( queue… in getQueueFamilyProperties2()

12