/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 77 static std::string queueFlagsToString(VkQueueFlags queueFlags) { in queueFlagsToString() argument 80 if (queueFlags & VK_QUEUE_GRAPHICS_BIT) { in queueFlagsToString() 83 if (queueFlags & VK_QUEUE_COMPUTE_BIT) { in queueFlagsToString() 86 if (queueFlags & VK_QUEUE_TRANSFER_BIT) { in queueFlagsToString() 89 if (queueFlags & VK_QUEUE_SPARSE_BINDING_BIT) { in queueFlagsToString() 92 if (queueFlags & VK_QUEUE_PROTECTED_BIT) { in queueFlagsToString() 257 auto flags = queueFamilies[j].queueFlags; in testDeviceCreation() 323 auto flags = queueFamilies[i].queueFlags; in testDeviceCreation()
|
D | CompositorVk_unittest.cpp | 363 properties.queueFlags &= ~VK_QUEUE_GRAPHICS_BIT; in TEST_F() 366 properties.queueFlags |= VK_QUEUE_GRAPHICS_BIT; in TEST_F()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 240 uint32_t VulkanTestHelper::getQueueFamilyIndex(VkQueueFlagBits queueFlags) { in getQueueFamilyIndex() argument 248 if (queueFamilies[i].queueFlags & queueFlags) { in getQueueFamilyIndex()
|
D | VulkanTestHelper.h | 78 uint32_t getQueueFamilyIndex(VkQueueFlagBits queueFlags);
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.h | 161 return properties.queueFlags & VK_QUEUE_GRAPHICS_BIT; in queueSupportsComposition()
|
D | VkCommonOperations.cpp | 907 auto flags = queueFamilyProps[j].queueFlags; in createGlobalVkEmulation()
|
D | VkDecoderGlobalState.cpp | 442 if ((queueFamilyProps[idx].queueFlags & VK_QUEUE_GRAPHICS_BIT) == 0) { in createSnapshotStateBlock()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 91 if (prop.queueFlags & vkhpp::QueueFlagBits::eGraphics) { in TEST_P()
|
D | GfxstreamEnd2EndTests.cpp | 566 if (prop.queueFlags & vkhpp::QueueFlagBits::eGraphics) { in SetUpTypicalVkTestEnvironment()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 206 if (prop.queueFlags & vkhpp::QueueFlagBits::eGraphics) { in Load()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_decode_h265.adoc | 204 …if ((props[queueFamilyIndex].queueFamilyProperties.queueFlags & VK_QUEUE_VIDEO_DECODE_BIT_KHR) != …
|
D | VK_KHR_video_decode_h264.adoc | 238 …if ((props[queueFamilyIndex].queueFamilyProperties.queueFlags & VK_QUEUE_VIDEO_DECODE_BIT_KHR) != …
|
D | VK_KHR_video_decode_queue.adoc | 318 …if ((props[queueFamilyIndex].queueFamilyProperties.queueFlags & VK_QUEUE_VIDEO_DECODE_BIT_KHR) != …
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 394 data->flags = family_props->queueFlags; in new_queue_data()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 1269 * pname:queueFlags is a bitmask of elink:VkQueueFlagBits indicating 1344 Bits which may: be set in slink:VkQueueFamilyProperties::pname:queueFlags,
|
D | limits.adoc | 743 sname:VkQueueFamilyProperties::pname:queueFlags support
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6103 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.queueFlags ); in operator ()()
|
D | vulkan_hash.hpp | 11791 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.queueFlags ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1115 vkStream->write((VkQueueFlags*)&forMarshaling->queueFlags, sizeof(VkQueueFlags)); in marshal_VkQueueFamilyProperties() 1125 vkStream->read((VkQueueFlags*)&forUnmarshaling->queueFlags, sizeof(VkQueueFlags)); in unmarshal_VkQueueFamilyProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 950 memcpy(*ptr, (VkQueueFlags*)&forMarshaling->queueFlags, sizeof(VkQueueFlags)); in reservedmarshal_VkQueueFamilyProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1176 vkStream->write((VkQueueFlags*)&forMarshaling->queueFlags, sizeof(VkQueueFlags)); in marshal_VkQueueFamilyProperties() 1186 vkStream->read((VkQueueFlags*)&forUnmarshaling->queueFlags, sizeof(VkQueueFlags)); in unmarshal_VkQueueFamilyProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 934 memcpy((VkQueueFlags*)&forUnmarshaling->queueFlags, *ptr, sizeof(VkQueueFlags)); in reservedunmarshal_VkQueueFamilyProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3210 VkQueueFlags queueFlags; member
|