/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.h | 50 VkRenderPass m_vkRenderPass = VK_NULL_HANDLE; 51 VkPipeline m_graphicsVkPipeline = VK_NULL_HANDLE; 65 VkImage m_vkImage = VK_NULL_HANDLE; 66 VkImageView m_vkImageView = VK_NULL_HANDLE; 67 VkDeviceMemory m_vkImageMemory = VK_NULL_HANDLE; 72 VkBuffer m_vkBuffer = VK_NULL_HANDLE; 73 VkDeviceMemory m_vkDeviceMemory = VK_NULL_HANDLE; 82 VkImageView sampledImageView = VK_NULL_HANDLE; 111 VkFence m_vkFence = VK_NULL_HANDLE; 112 VkCommandBuffer m_vkCommandBuffer = VK_NULL_HANDLE; [all …]
|
D | VkAndroidNativeBuffer.h | 54 VkDevice device = VK_NULL_HANDLE; 72 VkDeviceMemory imageMemory = VK_NULL_HANDLE; 73 VkDeviceMemory stagingMemory = VK_NULL_HANDLE; 75 VkBuffer stagingBuffer = VK_NULL_HANDLE; 83 VkImage image = VK_NULL_HANDLE; 91 VkQueue queue = VK_NULL_HANDLE; 92 VkCommandPool pool = VK_NULL_HANDLE; 93 VkCommandBuffer cb = VK_NULL_HANDLE; 94 VkCommandBuffer cb2 = VK_NULL_HANDLE; 95 VkFence fence = VK_NULL_HANDLE;
|
D | VkCommonOperations.h | 133 VkInstance instance = VK_NULL_HANDLE; 134 VkPhysicalDevice physdev = VK_NULL_HANDLE; 135 VkDevice device = VK_NULL_HANDLE; 166 VkQueue queue = VK_NULL_HANDLE; 169 VkCommandPool commandPool = VK_NULL_HANDLE; 170 VkCommandBuffer commandBuffer = VK_NULL_HANDLE; 171 VkFence commandBufferFence = VK_NULL_HANDLE; 238 VkDeviceMemory memory = VK_NULL_HANDLE; 267 VkBuffer buffer = VK_NULL_HANDLE; 323 VkImage image = VK_NULL_HANDLE; [all …]
|
D | DisplaySurfaceVk.cpp | 30 VkSurfaceKHR surface = VK_NULL_HANDLE; in create() 44 if (surface == VK_NULL_HANDLE) { in create() 57 if (mSurface != VK_NULL_HANDLE) { in ~DisplaySurfaceVk()
|
D | VkDecoderInternalStructs.h | 67 VkFence fence = VK_NULL_HANDLE; in pop() 83 return VK_NULL_HANDLE; in pop() 158 VkDevice device = VK_NULL_HANDLE; 184 VkInstance instance = VK_NULL_HANDLE; 247 VkDeviceMemory memory = VK_NULL_HANDLE; 263 VkSampler emulatedborderSampler = VK_NULL_HANDLE; 281 VkDevice device = VK_NULL_HANDLE; 282 VkFence boxed = VK_NULL_HANDLE;
|
D | DisplaySurfaceVk.h | 40 VkInstance mInstance = VK_NULL_HANDLE; 41 VkSurfaceKHR mSurface = VK_NULL_HANDLE;
|
D | VkAndroidNativeBuffer.cpp | 59 VkFence fence = VK_NULL_HANDLE; in getFenceFromPool() 389 anbInfo->device = VK_NULL_HANDLE; in teardownAndroidNativeBufferImage() 390 anbInfo->image = VK_NULL_HANDLE; in teardownAndroidNativeBufferImage() 391 anbInfo->imageMemory = VK_NULL_HANDLE; in teardownAndroidNativeBufferImage() 392 anbInfo->stagingBuffer = VK_NULL_HANDLE; in teardownAndroidNativeBufferImage() 394 anbInfo->stagingMemory = VK_NULL_HANDLE; in teardownAndroidNativeBufferImage() 493 queue = VK_NULL_HANDLE; in teardown() 494 pool = VK_NULL_HANDLE; in teardown() 495 cb = VK_NULL_HANDLE; in teardown() 496 fence = VK_NULL_HANDLE; in teardown() [all …]
|
D | BorrowedImageVk.h | 27 VkImage image = VK_NULL_HANDLE; 28 VkImageView imageView = VK_NULL_HANDLE;
|
D | CompositorVk.cpp | 105 m_vkFramebuffer(VK_NULL_HANDLE), in RenderTarget() 108 if (vkImageView == VK_NULL_HANDLE) { in RenderTarget() 127 if (m_vkFramebuffer != VK_NULL_HANDLE) { in ~RenderTarget() 166 if (m_defaultImage.m_vkImageView != VK_NULL_HANDLE) { in ~CompositorVk() 169 if (m_defaultImage.m_vkImage != VK_NULL_HANDLE) { in ~CompositorVk() 172 if (m_defaultImage.m_vkImageMemory != VK_NULL_HANDLE) { in ~CompositorVk() 176 if (m_uniformStorage.m_vkDeviceMemory != VK_NULL_HANDLE) { in ~CompositorVk() 394 .renderPass = VK_NULL_HANDLE, in setUpGraphicsPipeline() 396 .basePipelineHandle = VK_NULL_HANDLE, in setUpGraphicsPipeline() 407 VkRenderPass renderPass = VK_NULL_HANDLE; in setUpGraphicsPipeline() [all …]
|
/hardware/google/gfxstream/host/vulkan/testing/ |
D | VulkanTestHelper.h | 112 VkInstance mInstance = VK_NULL_HANDLE; 113 VkPhysicalDevice mPhysicalDevice = VK_NULL_HANDLE; 114 VkDevice mDevice = VK_NULL_HANDLE; 115 VkCommandPool mCommandPool = VK_NULL_HANDLE; 116 VkQueue mGraphicsQueue = VK_NULL_HANDLE; 117 VkDebugUtilsMessengerEXT mDebugMessenger = VK_NULL_HANDLE;
|
D | VulkanTestHelper.cpp | 88 mCommandPool = VK_NULL_HANDLE; in destroy() 89 mDevice = VK_NULL_HANDLE; in destroy() 90 mInstance = VK_NULL_HANDLE; in destroy() 91 mDebugMessenger = VK_NULL_HANDLE; in destroy() 172 assert(mPhysicalDevice != VK_NULL_HANDLE); in initialize() 195 assert(mGraphicsQueue != VK_NULL_HANDLE); in initialize() 235 vk().vkQueueSubmit(mGraphicsQueue, 1, &submitInfo, VK_NULL_HANDLE); in submitCommandBuffer()
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 39 m_vkImage(VK_NULL_HANDLE), 40 m_imageVkDeviceMemory(VK_NULL_HANDLE), 41 m_vkImageView(VK_NULL_HANDLE), 42 m_vkBuffer(VK_NULL_HANDLE), 43 m_bufferVkDeviceMemory(VK_NULL_HANDLE), 45 m_readCommandBuffer(VK_NULL_HANDLE), 46 m_writeCommandBuffer(VK_NULL_HANDLE) {} 101 if (m_writeCommandBuffer != VK_NULL_HANDLE) { in ~RenderResourceVk() 104 if (m_readCommandBuffer != VK_NULL_HANDLE) { in ~RenderResourceVk() 141 m_vkImage = VK_NULL_HANDLE; in setUpImage() [all …]
|
D | SwapChainStateVk_unittest.cpp | 42 VkInstance m_vkInstance = VK_NULL_HANDLE; 43 VkSurfaceKHR m_vkSurface = VK_NULL_HANDLE; 44 VkPhysicalDevice m_vkPhysicalDevice = VK_NULL_HANDLE; 46 VkDevice m_vkDevice = VK_NULL_HANDLE; 66 ASSERT_TRUE(m_vkInstance != VK_NULL_HANDLE); in createInstance() 165 ASSERT_TRUE(m_vkDevice != VK_NULL_HANDLE); in createLogicalDevice()
|
D | DisplayVk_unittest.cpp | 92 VkInstance m_vkInstance = VK_NULL_HANDLE; 93 VkSurfaceKHR m_vkSurface = VK_NULL_HANDLE; 94 VkPhysicalDevice m_vkPhysicalDevice = VK_NULL_HANDLE; 97 VkDevice m_vkDevice = VK_NULL_HANDLE; 98 VkQueue m_compositorVkQueue = VK_NULL_HANDLE; 100 VkQueue m_swapChainVkQueue = VK_NULL_HANDLE; 102 VkCommandPool m_vkCommandPool = VK_NULL_HANDLE; 122 ASSERT_TRUE(m_vkInstance != VK_NULL_HANDLE); in createInstance() 208 ASSERT_TRUE(m_vkDevice != VK_NULL_HANDLE); in createLogicalDevice()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | GpuDecompressionPipeline.h | 84 VkPipeline mPipeline = VK_NULL_HANDLE; 123 VkDevice mDevice = VK_NULL_HANDLE; 124 VkDescriptorSetLayout mDescriptorSetLayout = VK_NULL_HANDLE; 125 VkPipelineLayout mAstcPipelineLayout = VK_NULL_HANDLE; 126 VkPipelineLayout mEtc2PipelineLayout = VK_NULL_HANDLE;
|
D | GpuDecompressionPipeline.cpp | 244 if (descriptorSetLayout == VK_NULL_HANDLE) return nullptr; in get() 247 if (pipelineLayout == VK_NULL_HANDLE) return nullptr; in get() 279 return VK_NULL_HANDLE; in getDescriptorSetLayout() 308 return VK_NULL_HANDLE; in getPipelineLayout() 320 mDescriptorSetLayout = VK_NULL_HANDLE; in clear() 321 mAstcPipelineLayout = VK_NULL_HANDLE; in clear() 322 mEtc2PipelineLayout = VK_NULL_HANDLE; in clear() 327 if (!mPipelines.empty() || mDescriptorSetLayout != VK_NULL_HANDLE || in ~GpuDecompressionPipelineManager() 328 mAstcPipelineLayout != VK_NULL_HANDLE || mEtc2PipelineLayout != VK_NULL_HANDLE) { in ~GpuDecompressionPipelineManager()
|
D | AstcTexture.h | 67 VkBuffer mDecompBuffer = VK_NULL_HANDLE; // VkBuffer of the decompressed image 68 VkDeviceMemory mDecompBufferMemory = VK_NULL_HANDLE; // Memory of the decompressed image
|
D | CompressedImageInfo.h | 163 VkDevice mDevice = VK_NULL_HANDLE; 164 VkImage mOutputImage = VK_NULL_HANDLE; 182 VkDescriptorPool mDecompDescriptorPool = VK_NULL_HANDLE;
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/testing/ |
D | ComputePipelineRestoration_integrationtest.cpp | 71 device = VK_NULL_HANDLE; in TearDown() 106 if (image == VK_NULL_HANDLE) { in decompressImage() 121 VkDevice device = VK_NULL_HANDLE; 122 VkImage image = VK_NULL_HANDLE; 123 VkDeviceMemory imageMemory = VK_NULL_HANDLE; 193 vk->vkQueueSubmit(vkTest->graphicsQueue(), 1, &submitInfo, VK_NULL_HANDLE); in TEST_F() 208 vk->vkQueueSubmit(vkTest->graphicsQueue(), 1, &submitInfo, VK_NULL_HANDLE); in TEST_F()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_android.c | 252 if (semaphore != VK_NULL_HANDLE && fence != VK_NULL_HANDLE) { in vk_common_AcquireImageANDROID() 264 } else if (semaphore != VK_NULL_HANDLE) { in vk_common_AcquireImageANDROID() 266 } else if (fence != VK_NULL_HANDLE) { in vk_common_AcquireImageANDROID() 274 if (semaphore != VK_NULL_HANDLE) { in vk_common_AcquireImageANDROID() 287 if (result == VK_SUCCESS && fence != VK_NULL_HANDLE) { in vk_common_AcquireImageANDROID() 311 if (queue->anb_semaphore != VK_NULL_HANDLE) in vk_anb_semaphore_init_once() 355 VK_NULL_HANDLE); in vk_common_QueueSignalReleaseImageANDROID()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_HUAWEI_invocation_mask.adoc | 81 • If imageView is not VK_NULL_HANDLE, it must be a valid VkImageView handle of type VK_IMAGE_VIEW_T… 83 • If imageView is not VK_NULL_HANDLE, it must have a format of VK_FORMAT_R8_UINT 85 • If imageView is not VK_NULL_HANDLE, it must have been created with a usage value including VK_IMA… 87 • If imageView is not VK_NULL_HANDLE, imageLayout must match the actual VkImageLayou 89 • If imageView is not VK_NULL_HANDLE, imageLayout must be VK_IMAGE_LAYOUT_GENERAL
|
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 49 …e VkRenderingInfo::pColorAttachments array with a imageView equal to VK_NULL_HANDLE must have the … 52 …dBeginRendering and VkRenderingInfo::pDepthAttachment->imageView was VK_NULL_HANDLE, the value of … 55 …eginRendering and VkRenderingInfo::pStencilAttachment->imageView was VK_NULL_HANDLE, the value of … 58 …RenderingInfo::pColorAttachments parameter to vkCmdBeginRendering is VK_NULL_HANDLE, the correspon… 61 …RenderingInfo::pColorAttachments array with a imageView not equal to VK_NULL_HANDLE must have been… 64 …inRendering and VkRenderingInfo::pDepthAttachment->imageView was not VK_NULL_HANDLE, the value of … 67 …Rendering and VkRenderingInfo::pStencilAttachment->imageView was not VK_NULL_HANDLE, the value of …
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | surface_physical_device_surfaceless_common.adoc | 7 // which may also accept VK_NULL_HANDLE as part of VK_GOOGLE_surfaceless_query. 14 If pname:surface is not dlink:VK_NULL_HANDLE, it must: be supported by
|
D | surface_info_physical_device_surfaceless_common.adoc | 7 // VkPhysicalDeviceSurfaceInfo2KHR param, which may also accept VK_NULL_HANDLE 15 If pname:pSurfaceInfo->surface is not dlink:VK_NULL_HANDLE, it must: be
|
/hardware/google/gfxstream/guest/vulkan_enc_unit_tests/ |
D | CommandBufferStagingStream_test.cpp | 222 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() 250 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() 335 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() 339 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() 402 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() 437 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() 474 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() 497 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() 559 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() 584 .deviceMemory = VK_NULL_HANDLE, // not needed for this test in TEST() [all …]
|