Searched refs:VkQueueFamilyProperties (Results 1 – 25 of 54) sorted by relevance
123
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | copy_image_to_buffer_command_buffer_common.adoc | 31 slink:VkQueueFamilyProperties
|
D | copy_buffer_to_image_command_buffer_common.adoc | 31 slink:VkQueueFamilyProperties
|
D | copy_image_common.adoc | 70 slink:VkQueueFamilyProperties 75 slink:VkQueueFamilyProperties
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/ |
D | lorem.adoc | 31 slink:VkQueueFamilyProperties
|
/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 248 std::vector<VkQueueFamilyProperties> queueFamilies(queueFamilyCount); in testDeviceCreation() 314 std::vector<VkQueueFamilyProperties> queueFamilies(queueFamilyCount); in testDeviceCreation()
|
D | DisplayVk_unittest.cpp | 152 std::vector<VkQueueFamilyProperties> queueProps(queueFamilyCount); in pickPhysicalDevice()
|
D | CompositorVk_unittest.cpp | 304 std::vector<VkQueueFamilyProperties> queueFamilyProperties(queueFamilyCount); in pickPhysicalDevice() 361 VkQueueFamilyProperties properties = {}; in TEST_F()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_physical_device.c | 143 VkQueueFamilyProperties *pQueueFamilyProperties) in vk_common_GetPhysicalDeviceQueueFamilyProperties()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.h | 160 static bool queueSupportsComposition(const VkQueueFamilyProperties& properties) { in queueSupportsComposition()
|
D | VkDecoderInternalStructs.h | 187 std::vector<VkQueueFamilyProperties> queueFamilyProperties;
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 244 std::vector<VkQueueFamilyProperties> queueFamilies(queueFamilyCount); in getQueueFamilyIndex()
|
D | VkDecoderTestDispatch.h | 270 VkQueueFamilyProperties* pQueueFamilyProperties) { in vkGetPhysicalDeviceQueueFamilyProperties()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 387 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/ |
D | goldfish_vk_deepcopy_guest.h | 145 const VkQueueFamilyProperties* from, 146 VkQueueFamilyProperties* to);
|
D | goldfish_vk_transform_guest.h | 211 VkQueueFamilyProperties* toTransform); 214 VkQueueFamilyProperties* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 221 const VkQueueFamilyProperties* forMarshaling); 224 VkQueueFamilyProperties* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 445 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()
|
D | VkEncoder.h | 79 VkQueueFamilyProperties* pQueueFamilyProperties,
|
D | goldfish_vk_counting_guest.h | 129 const VkQueueFamilyProperties* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 151 const VkQueueFamilyProperties* forMarshaling,
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 138 const VkQueueFamilyProperties* from, 139 VkQueueFamilyProperties* to);
|
D | goldfish_vk_transform.h | 215 VkQueueFamilyProperties* toTransform); 218 VkQueueFamilyProperties* toTransform);
|
D | goldfish_vk_marshaling.h | 210 const VkQueueFamilyProperties* forMarshaling); 213 VkQueueFamilyProperties* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 446 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/ |
D | devsandqueues.adoc | 1247 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