Home
last modified time | relevance | path

Searched refs:VkQueueFamilyProperties (Results 1 – 25 of 54) sorted by relevance

123

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dcopy_image_to_buffer_command_buffer_common.adoc31 slink:VkQueueFamilyProperties
Dcopy_buffer_to_image_command_buffer_common.adoc31 slink:VkQueueFamilyProperties
Dcopy_image_common.adoc70 slink:VkQueueFamilyProperties
75 slink:VkQueueFamilyProperties
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/
Dlorem.adoc31 slink:VkQueueFamilyProperties
/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp248 std::vector<VkQueueFamilyProperties> queueFamilies(queueFamilyCount); in testDeviceCreation()
314 std::vector<VkQueueFamilyProperties> queueFamilies(queueFamilyCount); in testDeviceCreation()
DDisplayVk_unittest.cpp152 std::vector<VkQueueFamilyProperties> queueProps(queueFamilyCount); in pickPhysicalDevice()
DCompositorVk_unittest.cpp304 std::vector<VkQueueFamilyProperties> queueFamilyProperties(queueFamilyCount); in pickPhysicalDevice()
361 VkQueueFamilyProperties properties = {}; in TEST_F()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c143 VkQueueFamilyProperties *pQueueFamilyProperties) in vk_common_GetPhysicalDeviceQueueFamilyProperties()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.h160 static bool queueSupportsComposition(const VkQueueFamilyProperties& properties) { in queueSupportsComposition()
DVkDecoderInternalStructs.h187 std::vector<VkQueueFamilyProperties> queueFamilyProperties;
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp244 std::vector<VkQueueFamilyProperties> queueFamilies(queueFamilyCount); in getQueueFamilyIndex()
DVkDecoderTestDispatch.h270 VkQueueFamilyProperties* pQueueFamilyProperties) { in vkGetPhysicalDeviceQueueFamilyProperties()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp387 const VkQueueFamilyProperties *family_props, in new_queue_data()
435 VkQueueFamilyProperties *family_props = in device_map_queues()
436 (VkQueueFamilyProperties *)malloc(sizeof(VkQueueFamilyProperties) * n_family_props); in device_map_queues()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h145 const VkQueueFamilyProperties* from,
146 VkQueueFamilyProperties* to);
Dgoldfish_vk_transform_guest.h211 VkQueueFamilyProperties* toTransform);
214 VkQueueFamilyProperties* toTransform);
Dgoldfish_vk_marshaling_guest.h221 const VkQueueFamilyProperties* forMarshaling);
224 VkQueueFamilyProperties* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp445 VkQueueFamilyProperties* toTransform) { in transform_tohost_VkQueueFamilyProperties()
453 VkQueueFamilyProperties* toTransform) { in transform_fromhost_VkQueueFamilyProperties()
2890 resourceTracker, (VkQueueFamilyProperties*)(&toTransform->queueFamilyProperties)); in transform_tohost_VkQueueFamilyProperties2()
2901 resourceTracker, (VkQueueFamilyProperties*)(&toTransform->queueFamilyProperties)); in transform_fromhost_VkQueueFamilyProperties2()
DVkEncoder.h79 VkQueueFamilyProperties* pQueueFamilyProperties,
Dgoldfish_vk_counting_guest.h129 const VkQueueFamilyProperties* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h151 const VkQueueFamilyProperties* forMarshaling,
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h138 const VkQueueFamilyProperties* from,
139 VkQueueFamilyProperties* to);
Dgoldfish_vk_transform.h215 VkQueueFamilyProperties* toTransform);
218 VkQueueFamilyProperties* toTransform);
Dgoldfish_vk_marshaling.h210 const VkQueueFamilyProperties* forMarshaling);
213 VkQueueFamilyProperties* forUnmarshaling);
Dgoldfish_vk_transform.cpp446 VkQueueFamilyProperties* toTransform) { in transform_tohost_VkQueueFamilyProperties()
454 VkQueueFamilyProperties* toTransform) { in transform_fromhost_VkQueueFamilyProperties()
2900 resourceTracker, (VkQueueFamilyProperties*)(&toTransform->queueFamilyProperties)); in transform_tohost_VkQueueFamilyProperties2()
2911 resourceTracker, (VkQueueFamilyProperties*)(&toTransform->queueFamilyProperties)); in transform_fromhost_VkQueueFamilyProperties2()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1247 of slink:VkQueueFamilyProperties structures.
1263 [open,refpage='VkQueueFamilyProperties',desc='Structure providing information about a queue family'…
1265 The sname:VkQueueFamilyProperties structure is defined as:
1267 include::{generated}/api/structs/VkQueueFamilyProperties.adoc[]
1339 include::{generated}/validity/structs/VkQueueFamilyProperties.adoc[]
1344 Bits which may: be set in slink:VkQueueFamilyProperties::pname:queueFlags,
1470 * pname:queueFamilyProperties is a slink:VkQueueFamilyProperties structure
1927 sname:VkQueueFamilyProperties structure, as returned by
3106 member of the sname:VkQueueFamilyProperties structure, as returned by

123