/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 809 const VkClearDepthStencilValue* pDepthStencil; in subDecode() local 820 pDepthStencil = (VkClearDepthStencilValue*)stack_pDepthStencil; in subDecode() 823 (VkClearDepthStencilValue*)(pDepthStencil), readStreamPtrPtr); in subDecode() 837 if (pDepthStencil) { in subDecode() 839 globalstate, (VkClearDepthStencilValue*)(pDepthStencil)); in subDecode() 848 pDepthStencil, rangeCount, pRanges); in subDecode()
|
D | VkDecoder.cpp | 7805 const VkClearDepthStencilValue* pDepthStencil; in decode() local 7823 vkReadStream->alloc((void**)&pDepthStencil, sizeof(const VkClearDepthStencilValue)); in decode() 7826 (VkClearDepthStencilValue*)(pDepthStencil), readStreamPtrPtr); in decode() 7836 if (pDepthStencil) { in decode() 7838 m_state, (VkClearDepthStencilValue*)(pDepthStencil)); in decode() 7851 (unsigned long long)imageLayout, (unsigned long long)pDepthStencil, in decode() 7855 pDepthStencil, rangeCount, pRanges); in decode() 7863 imageLayout, pDepthStencil, rangeCount, pRanges); in decode()
|
D | VkDecoderSnapshot.h | 521 const VkClearDepthStencilValue* pDepthStencil,
|
D | VkDecoderSnapshot.cpp | 1364 const VkClearDepthStencilValue* pDepthStencil, in vkCmdClearDepthStencilImage() argument 4932 const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount, in vkCmdClearDepthStencilImage() argument 4935 image, imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 358 const VkClearDepthStencilValue* pDepthStencil,
|
D | func_table.cpp | 1503 const VkClearDepthStencilValue* pDepthStencil, in gfxstream_vk_CmdClearDepthStencilImage() argument 1512 imageLayout, pDepthStencil, rangeCount, pRanges, in gfxstream_vk_CmdClearDepthStencilImage()
|
D | VkEncoder.cpp | 14297 const VkClearDepthStencilValue* pDepthStencil, in vkCmdClearDepthStencilImage() argument 14331 commandBuffer, image, imageLayout, pDepthStencil, rangeCount, pRanges); in vkCmdClearDepthStencilImage() 14348 if (pDepthStencil) { in vkCmdClearDepthStencilImage() 14351 deepcopy_VkClearDepthStencilValue(pool, VK_STRUCTURE_TYPE_MAX_ENUM, pDepthStencil, in vkCmdClearDepthStencilImage()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | clears.adoc | 133 * pname:pDepthStencil is a pointer to a slink:VkClearDepthStencilValue
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1666 …ge image, VkImageLayout imageLayout, const VkClearDepthStencilValue * pDepthStencil, uint32_t rang… in vkCmdClearDepthStencilImage() argument 1668 …return ::vkCmdClearDepthStencilImage( commandBuffer, image, imageLayout, pDepthStencil, rangeCount… in vkCmdClearDepthStencilImage()
|
D | vulkansc_funcs.hpp | 3432 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil, uint32_t rang… in clearDepthStencilImage() argument 3435 …>( imageLayout ), reinterpret_cast<const VkClearDepthStencilValue *>( pDepthStencil ), rangeCount,… in clearDepthStencilImage()
|
D | vulkan.hpp | 1733 …ge image, VkImageLayout imageLayout, const VkClearDepthStencilValue * pDepthStencil, uint32_t rang… in vkCmdClearDepthStencilImage() argument 1735 …return ::vkCmdClearDepthStencilImage( commandBuffer, image, imageLayout, pDepthStencil, rangeCount… in vkCmdClearDepthStencilImage()
|
D | vulkansc_handles.hpp | 2283 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil, uint32_t rang…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4068 …age image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rang… 4771 const VkClearDepthStencilValue* pDepthStencil,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10067 * Fix references to ptext:pDepthStencil to properly refer to
|