/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_clear.c | 351 const VkRenderingInfo *pRenderingInfo) in vk_meta_clear_rendering() argument 353 assert(!(pRenderingInfo->flags & VK_RENDERING_RESUMING_BIT)); in vk_meta_clear_rendering() 356 .view_mask = pRenderingInfo->viewMask, in vk_meta_clear_rendering() 357 .color_attachment_count = pRenderingInfo->colorAttachmentCount, in vk_meta_clear_rendering() 362 for (uint32_t i = 0; i < pRenderingInfo->colorAttachmentCount; i++) { in vk_meta_clear_rendering() 364 &pRenderingInfo->pColorAttachments[i]; in vk_meta_clear_rendering() 385 pRenderingInfo->pDepthAttachment; in vk_meta_clear_rendering() 398 pRenderingInfo->pStencilAttachment; in vk_meta_clear_rendering() 414 .rect = pRenderingInfo->renderArea, in vk_meta_clear_rendering() 416 .layerCount = pRenderingInfo->viewMask ? in vk_meta_clear_rendering() [all …]
|
D | vk_meta_blit_resolve.c | 930 const VkRenderingInfo *pRenderingInfo) in vk_meta_resolve_rendering() argument 932 for (uint32_t c = 0; c < pRenderingInfo->colorAttachmentCount; c++) { in vk_meta_resolve_rendering() 934 &pRenderingInfo->pColorAttachments[c]; in vk_meta_resolve_rendering() 945 pRenderingInfo->renderArea, in vk_meta_resolve_rendering() 946 pRenderingInfo->layerCount, in vk_meta_resolve_rendering() 947 pRenderingInfo->viewMask); in vk_meta_resolve_rendering() 950 const VkRenderingAttachmentInfo *d_att = pRenderingInfo->pDepthAttachment; in vk_meta_resolve_rendering() 954 const VkRenderingAttachmentInfo *s_att = pRenderingInfo->pStencilAttachment; in vk_meta_resolve_rendering() 970 pRenderingInfo->renderArea, in vk_meta_resolve_rendering() 971 pRenderingInfo->layerCount, in vk_meta_resolve_rendering() [all …]
|
D | vk_meta.h | 239 const VkRenderingInfo *pRenderingInfo); 293 const VkRenderingInfo *pRenderingInfo);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_QCOM_tile_properties.adoc | 64 const VkRenderingInfo* pRenderingInfo, 68 When using dynamic rendering, use the above command to query the tile properties. `pRenderingInfo` … 147 // `pRenderingInfo` is pointer to the `VkRenderingInfoKHR` struct that was passed to `vkCmdBeginRen… 148 vkGetDynamicRenderingTilePropertiesQCOM(device, pRenderingInfo, &tileProperties);
|
D | VK_KHR_dynamic_rendering.adoc | 58 const VkRenderingInfoKHR* pRenderingInfo);
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 1756 const VkRenderingInfo* pRenderingInfo; in subDecode() local 1758 pRenderingInfo = (VkRenderingInfo*)stack_pRenderingInfo; in subDecode() 1760 (VkRenderingInfo*)(pRenderingInfo), in subDecode() 1762 if (pRenderingInfo) { in subDecode() 1764 (VkRenderingInfo*)(pRenderingInfo)); in subDecode() 1766 vk->vkCmdBeginRendering((VkCommandBuffer)dispatchHandle, pRenderingInfo); in subDecode() 2052 const VkRenderingInfo* pRenderingInfo; in subDecode() local 2054 pRenderingInfo = (VkRenderingInfo*)stack_pRenderingInfo; in subDecode() 2056 (VkRenderingInfo*)(pRenderingInfo), in subDecode() 2058 if (pRenderingInfo) { in subDecode() [all …]
|
D | VkDecoder.cpp | 12202 const VkRenderingInfo* pRenderingInfo; in decode() local 12212 vkReadStream->alloc((void**)&pRenderingInfo, sizeof(const VkRenderingInfo)); in decode() 12214 (VkRenderingInfo*)(pRenderingInfo), in decode() 12216 if (pRenderingInfo) { in decode() 12217 transform_tohost_VkRenderingInfo(m_state, (VkRenderingInfo*)(pRenderingInfo)); in decode() 12222 (unsigned long long)pRenderingInfo); in decode() 12224 vk->vkCmdBeginRendering(unboxed_commandBuffer, pRenderingInfo); in decode() 12232 pRenderingInfo); in decode() 13836 const VkRenderingInfo* pRenderingInfo; in decode() local 13846 vkReadStream->alloc((void**)&pRenderingInfo, sizeof(const VkRenderingInfo)); in decode() [all …]
|
D | VkDecoderSnapshot.h | 829 const VkRenderingInfo* pRenderingInfo); 947 const VkRenderingInfo* pRenderingInfo);
|
D | VkDecoderSnapshot.cpp | 2105 const VkRenderingInfo* pRenderingInfo) { in vkCmdBeginRendering() argument 2428 const VkRenderingInfo* pRenderingInfo) { in vkCmdBeginRenderingKHR() argument 5663 const VkRenderingInfo* pRenderingInfo) { in vkCmdBeginRendering() argument 5665 pRenderingInfo); in vkCmdBeginRendering() 5942 const VkRenderingInfo* pRenderingInfo) { in vkCmdBeginRenderingKHR() argument 5944 pRenderingInfo); in vkCmdBeginRenderingKHR()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 573 void vkCmdBeginRendering(VkCommandBuffer commandBuffer, const VkRenderingInfo* pRenderingInfo, 632 const VkRenderingInfo* pRenderingInfo, uint32_t doLock);
|
D | func_table.cpp | 2629 const VkRenderingInfo* pRenderingInfo) { in gfxstream_vk_CmdBeginRendering() argument 2635 vkEnc->vkCmdBeginRendering(gfxstream_commandBuffer->internal_object, pRenderingInfo, in gfxstream_vk_CmdBeginRendering() 2881 const VkRenderingInfo* pRenderingInfo) { in gfxstream_vk_CmdBeginRenderingKHR() argument 2887 vkEnc->vkCmdBeginRenderingKHR(gfxstream_commandBuffer->internal_object, pRenderingInfo, in gfxstream_vk_CmdBeginRenderingKHR()
|
D | VkEncoder.cpp | 22805 const VkRenderingInfo* pRenderingInfo, uint32_t doLock) { in vkCmdBeginRendering() argument 22834 pRenderingInfo); in vkCmdBeginRendering() 22845 if (pRenderingInfo) { in vkCmdBeginRendering() 22847 deepcopy_VkRenderingInfo(pool, VK_STRUCTURE_TYPE_MAX_ENUM, pRenderingInfo, in vkCmdBeginRendering() 24747 const VkRenderingInfo* pRenderingInfo, uint32_t doLock) { in vkCmdBeginRenderingKHR() argument 24776 pRenderingInfo); in vkCmdBeginRenderingKHR() 24787 if (pRenderingInfo) { in vkCmdBeginRenderingKHR() 24789 deepcopy_VkRenderingInfo(pool, VK_STRUCTURE_TYPE_MAX_ENUM, pRenderingInfo, in vkCmdBeginRenderingKHR()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 2189 …void vkCmdBeginRendering( VkCommandBuffer commandBuffer, const VkRenderingInfo * pRenderingInfo ) … in vkCmdBeginRendering() 2191 return ::vkCmdBeginRendering( commandBuffer, pRenderingInfo ); in vkCmdBeginRendering() 2765 …RenderingKHR( VkCommandBuffer commandBuffer, const VkRenderingInfo * pRenderingInfo ) const VULKAN… in vkCmdBeginRenderingKHR() 2767 return ::vkCmdBeginRenderingKHR( commandBuffer, pRenderingInfo ); in vkCmdBeginRenderingKHR() 5273 …enderingTilePropertiesQCOM( VkDevice device, const VkRenderingInfo * pRenderingInfo, VkTilePropert… in vkGetDynamicRenderingTilePropertiesQCOM() argument 5275 return ::vkGetDynamicRenderingTilePropertiesQCOM( device, pRenderingInfo, pProperties ); in vkGetDynamicRenderingTilePropertiesQCOM()
|
D | vulkansc.hpp | 2086 …void vkCmdBeginRendering( VkCommandBuffer commandBuffer, const VkRenderingInfo * pRenderingInfo ) … in vkCmdBeginRendering() 2088 return ::vkCmdBeginRendering( commandBuffer, pRenderingInfo ); in vkCmdBeginRendering()
|
D | vulkansc_funcs.hpp | 5164 …dBuffer::beginRendering( const VULKAN_HPP_NAMESPACE::RenderingInfo * pRenderingInfo, Dispatch cons… in beginRendering() argument 5167 …kCmdBeginRendering( m_commandBuffer, reinterpret_cast<const VkRenderingInfo *>( pRenderingInfo ) ); in beginRendering()
|
D | vulkansc_handles.hpp | 2509 …void beginRendering( const VULKAN_HPP_NAMESPACE::RenderingInfo * pRenderingInfo, Dispatch const & …
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7348 … commandBuffer, const VkRenderingInfo* pRenderingInfo); 7458 const VkRenderingInfo* pRenderingInfo); 8446 … commandBuffer, const VkRenderingInfo* pRenderingInfo); 8452 const VkRenderingInfo* pRenderingInfo); 17414 …RenderingTilePropertiesQCOM)(VkDevice device, const VkRenderingInfo* pRenderingInfo, VkTilePropert… 17425 const VkRenderingInfo* pRenderingInfo,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 30 * pname:pRenderingInfo is a pointer to a slink:VkRenderingInfo structure 36 If pname:pRenderingInfo->flags includes ename:VK_RENDERING_RESUMING_BIT then 51 pname:pRenderingInfo->flags must: not include 673 The contents of pname:pRenderingInfo must: match between suspended render 1172 If the value of pname:pRenderingInfo->flags used to begin this render pass 1246 * pname:pRenderingInfo is a pointer to the slink:VkRenderingInfo structure
|