Searched refs:VK_QUEUE_GRAPHICS_BIT (Results 1 – 20 of 20) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/ |
D | lorem.adoc | 24 ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT, the 35 ename:VK_QUEUE_GRAPHICS_BIT, for each element of {regionsparam}, the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | copy_buffer_to_image_command_buffer_common.adoc | 24 ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT, the 35 ename:VK_QUEUE_GRAPHICS_BIT, for each element of {regionsparam}, the
|
D | copy_image_to_buffer_command_buffer_common.adoc | 24 ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT, the
|
/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 80 if (queueFlags & VK_QUEUE_GRAPHICS_BIT) { in queueFlagsToString() 266 if ((flags & VK_QUEUE_GRAPHICS_BIT) && in testDeviceCreation() 274 if (flags & VK_QUEUE_GRAPHICS_BIT) { in testDeviceCreation() 324 if ((flags & VK_QUEUE_GRAPHICS_BIT) && in testDeviceCreation() 331 if ((flags & VK_QUEUE_GRAPHICS_BIT) || 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/codegen/vulkan/vulkan-docs-next/chapters/VK_GGP_stream_descriptor_surface/ |
D | platformQuerySupport_streamdescriptor.adoc | 9 ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT capabilities must:
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.h | 161 return properties.queueFlags & VK_QUEUE_GRAPHICS_BIT; in queueSupportsComposition()
|
D | VkCommonOperations.cpp | 909 bool hasGraphicsQueueFamily = (count > 0 && (flags & VK_QUEUE_GRAPHICS_BIT)); in createGlobalVkEmulation()
|
D | VkDecoderGlobalState.cpp | 442 if ((queueFamilyProps[idx].queueFlags & VK_QUEUE_GRAPHICS_BIT) == 0) { in createSnapshotStateBlock()
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.cpp | 178 .queueFamilyIndex = getQueueFamilyIndex(VK_QUEUE_GRAPHICS_BIT), in initialize()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 313 support ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT. 329 device's queues support ename:VK_QUEUE_GRAPHICS_BIT or 1349 * ename:VK_QUEUE_GRAPHICS_BIT specifies that queues in this queue family 1409 ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT, then reporting
|
D | limits.adoc | 742 ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT in the 1268 support ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT. 1283 device's queues support ename:VK_QUEUE_GRAPHICS_BIT or 1385 queues support ename:VK_QUEUE_GRAPHICS_BIT or 1394 queues support ename:VK_QUEUE_GRAPHICS_BIT or
|
D | copies.adoc | 1290 ename:VK_QUEUE_GRAPHICS_BIT, for each region, the pname:aspectMask
|
D | synchronization.adoc | 820 supporting ename:VK_QUEUE_GRAPHICS_BIT. 822 recorded for queues supporting ename:VK_QUEUE_GRAPHICS_BIT.
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 409 if (data->flags & VK_QUEUE_GRAPHICS_BIT) in new_queue_data()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 1209 eGraphics = VK_QUEUE_GRAPHICS_BIT,
|
D | vk_enum_string_helper.h | 2730 case VK_QUEUE_GRAPHICS_BIT: in string_VkQueueFlagBits()
|
D | vulkan_enums.hpp | 2070 eGraphics = VK_QUEUE_GRAPHICS_BIT,
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2383 VK_QUEUE_GRAPHICS_BIT = 0x00000001, enumerator
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 13015 ename:VK_QUEUE_GRAPHICS_BIT or ename:VK_QUEUE_COMPUTE_BIT as the
|