/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 857 uint32_t rectCount; in subDecode() local 873 memcpy((uint32_t*)&rectCount, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode() 875 if (((rectCount)) <= MAX_STACK_ITEMS) { in subDecode() 878 readStream->alloc((void**)&pRects, ((rectCount)) * sizeof(const VkClearRect)); in subDecode() 880 for (uint32_t i = 0; i < (uint32_t)((rectCount)); ++i) { in subDecode() 891 for (uint32_t i = 0; i < (uint32_t)((rectCount)); ++i) { in subDecode() 896 pAttachments, rectCount, pRects); in subDecode()
|
D | VkDecoder.cpp | 7876 uint32_t rectCount; in decode() local 7896 memcpy((uint32_t*)&rectCount, *readStreamPtrPtr, sizeof(uint32_t)); in decode() 7898 vkReadStream->alloc((void**)&pRects, ((rectCount)) * sizeof(const VkClearRect)); in decode() 7899 for (uint32_t i = 0; i < (uint32_t)((rectCount)); ++i) { in decode() 7910 for (uint32_t i = 0; i < (uint32_t)((rectCount)); ++i) { in decode() 7920 (unsigned long long)rectCount, (unsigned long long)pRects); in decode() 7923 rectCount, pRects); in decode() 7931 attachmentCount, pAttachments, rectCount, pRects); in decode()
|
D | VkDecoderSnapshot.h | 526 uint32_t rectCount, const VkClearRect* pRects);
|
D | VkDecoderSnapshot.cpp | 1380 uint32_t rectCount, const VkClearRect* pRects) { in vkCmdClearAttachments() argument 4942 uint32_t rectCount, const VkClearRect* pRects) { in vkCmdClearAttachments() argument 4944 attachmentCount, pAttachments, rectCount, pRects); in vkCmdClearAttachments()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 3455 …t, const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments, uint32_t rectCount, const VULKAN_HP… in clearAttachments() argument 3458 …mentCount, reinterpret_cast<const VkClearAttachment *>( pAttachments ), rectCount, reinterpret_cas… in clearAttachments() 6018 uint32_t rectCount; in getPresentRectanglesKHR() local 6022 …resentRectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( surface ), &rectCount, nullptr ); in getPresentRectanglesKHR() 6023 if ( ( result == VK_SUCCESS ) && rectCount ) in getPresentRectanglesKHR() 6025 rects.resize( rectCount ); in getPresentRectanglesKHR() 6026 …RectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( surface ), &rectCount, reinterpret_cas… in getPresentRectanglesKHR() 6030 VULKAN_HPP_ASSERT( rectCount <= rects.size() ); in getPresentRectanglesKHR() 6031 if ( rectCount < rects.size() ) in getPresentRectanglesKHR() 6033 rects.resize( rectCount ); in getPresentRectanglesKHR() [all …]
|
D | vulkansc_raii.hpp | 8588 uint32_t rectCount; in getPresentRectanglesKHR() local 8592 …VkPhysicalDevice>( m_physicalDevice ), static_cast<VkSurfaceKHR>( surface ), &rectCount, nullptr ); in getPresentRectanglesKHR() 8593 if ( ( result == VK_SUCCESS ) && rectCount ) in getPresentRectanglesKHR() 8595 rects.resize( rectCount ); in getPresentRectanglesKHR() 8596 …icalDevice>( m_physicalDevice ), static_cast<VkSurfaceKHR>( surface ), &rectCount, reinterpret_cas… in getPresentRectanglesKHR() 8600 VULKAN_HPP_ASSERT( rectCount <= rects.size() ); in getPresentRectanglesKHR() 8601 if ( rectCount < rects.size() ) in getPresentRectanglesKHR() 8603 rects.resize( rectCount ); in getPresentRectanglesKHR()
|
D | vulkan_raii.hpp | 13449 uint32_t rectCount; in getPresentRectanglesKHR() local 13453 …VkPhysicalDevice>( m_physicalDevice ), static_cast<VkSurfaceKHR>( surface ), &rectCount, nullptr ); in getPresentRectanglesKHR() 13454 if ( ( result == VK_SUCCESS ) && rectCount ) in getPresentRectanglesKHR() 13456 rects.resize( rectCount ); in getPresentRectanglesKHR() 13457 …icalDevice>( m_physicalDevice ), static_cast<VkSurfaceKHR>( surface ), &rectCount, reinterpret_cas… in getPresentRectanglesKHR() 13461 VULKAN_HPP_ASSERT( rectCount <= rects.size() ); in getPresentRectanglesKHR() 13462 if ( rectCount < rects.size() ) in getPresentRectanglesKHR() 13464 rects.resize( rectCount ); in getPresentRectanglesKHR()
|
D | vulkansc.hpp | 1672 …t32_t attachmentCount, const VkClearAttachment * pAttachments, uint32_t rectCount, const VkClearRe… in vkCmdClearAttachments() argument 1674 … return ::vkCmdClearAttachments( commandBuffer, attachmentCount, pAttachments, rectCount, pRects ); in vkCmdClearAttachments()
|
D | vulkan.hpp | 1739 …t32_t attachmentCount, const VkClearAttachment * pAttachments, uint32_t rectCount, const VkClearRe… in vkCmdClearAttachments() argument 1741 … return ::vkCmdClearAttachments( commandBuffer, attachmentCount, pAttachments, rectCount, pRects ); in vkCmdClearAttachments()
|
D | vulkansc_handles.hpp | 2291 …t, const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments, uint32_t rectCount, const VULKAN_HP…
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 81 rectCount = printer.write_int("rectCount", 4, indent, signed=False, big_endian=False) 82 printer.write_struct("pRects", struct_VkClearRect, False, rectCount, indent)
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 362 const VkClearAttachment* pAttachments, uint32_t rectCount,
|
D | func_table.cpp | 1517 const VkClearAttachment* pAttachments, uint32_t rectCount, in gfxstream_vk_CmdClearAttachments() argument 1525 pAttachments, rectCount, pRects, true /* do lock */); in gfxstream_vk_CmdClearAttachments()
|
D | VkEncoder.cpp | 14438 const VkClearAttachment* pAttachments, uint32_t rectCount, in vkCmdClearAttachments() argument 14470 commandBuffer, attachmentCount, pAttachments, rectCount, pRects); in vkCmdClearAttachments() 14493 local_rectCount = rectCount; in vkCmdClearAttachments() 14496 local_pRects = (VkClearRect*)pool->alloc(((rectCount)) * sizeof(const VkClearRect)); in vkCmdClearAttachments() 14497 for (uint32_t i = 0; i < (uint32_t)((rectCount)); ++i) { in vkCmdClearAttachments() 14509 for (uint32_t i = 0; i < (uint32_t)((rectCount)); ++i) { in vkCmdClearAttachments() 14524 for (uint32_t i = 0; i < (uint32_t)((rectCount)); ++i) { in vkCmdClearAttachments() 14555 for (uint32_t i = 0; i < (uint32_t)((rectCount)); ++i) { in vkCmdClearAttachments()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | clears.adoc | 258 * pname:rectCount is the number of entries in the pname:pRects array.
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4069 …nt32_t attachmentCount, const VkClearAttachment* pAttachments, uint32_t rectCount, const VkClearRe… 4779 uint32_t rectCount,
|