Home
last modified time | relevance | path

Searched refs:pDepthStencil (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp809 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()
DVkDecoder.cpp7805 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()
DVkDecoderSnapshot.h521 const VkClearDepthStencilValue* pDepthStencil,
DVkDecoderSnapshot.cpp1364 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/
DVkEncoder.h358 const VkClearDepthStencilValue* pDepthStencil,
Dfunc_table.cpp1503 const VkClearDepthStencilValue* pDepthStencil, in gfxstream_vk_CmdClearDepthStencilImage() argument
1512 imageLayout, pDepthStencil, rangeCount, pRanges, in gfxstream_vk_CmdClearDepthStencilImage()
DVkEncoder.cpp14297 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/
Dclears.adoc133 * pname:pDepthStencil is a pointer to a slink:VkClearDepthStencilValue
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1666 …ge image, VkImageLayout imageLayout, const VkClearDepthStencilValue * pDepthStencil, uint32_t rang… in vkCmdClearDepthStencilImage() argument
1668 …return ::vkCmdClearDepthStencilImage( commandBuffer, image, imageLayout, pDepthStencil, rangeCount… in vkCmdClearDepthStencilImage()
Dvulkansc_funcs.hpp3432 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil, uint32_t rang… in clearDepthStencilImage() argument
3435 …>( imageLayout ), reinterpret_cast<const VkClearDepthStencilValue *>( pDepthStencil ), rangeCount,… in clearDepthStencilImage()
Dvulkan.hpp1733 …ge image, VkImageLayout imageLayout, const VkClearDepthStencilValue * pDepthStencil, uint32_t rang… in vkCmdClearDepthStencilImage() argument
1735 …return ::vkCmdClearDepthStencilImage( commandBuffer, image, imageLayout, pDepthStencil, rangeCount… in vkCmdClearDepthStencilImage()
Dvulkansc_handles.hpp2283 …out imageLayout, const VULKAN_HPP_NAMESPACE::ClearDepthStencilValue * pDepthStencil, uint32_t rang…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4068 …age image, VkImageLayout imageLayout, const VkClearDepthStencilValue* pDepthStencil, uint32_t rang…
4771 const VkClearDepthStencilValue* pDepthStencil,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc10067 * Fix references to ptext:pDepthStencil to properly refer to