Home
last modified time | relevance | path

Searched refs:rectCount (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp857 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()
DVkDecoder.cpp7876 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()
DVkDecoderSnapshot.h526 uint32_t rectCount, const VkClearRect* pRects);
DVkDecoderSnapshot.cpp1380 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/
Dvulkansc_funcs.hpp3455 …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 …]
Dvulkansc_raii.hpp8588 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()
Dvulkan_raii.hpp13449 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()
Dvulkansc.hpp1672 …t32_t attachmentCount, const VkClearAttachment * pAttachments, uint32_t rectCount, const VkClearRe… in vkCmdClearAttachments() argument
1674 … return ::vkCmdClearAttachments( commandBuffer, attachmentCount, pAttachments, rectCount, pRects ); in vkCmdClearAttachments()
Dvulkan.hpp1739 …t32_t attachmentCount, const VkClearAttachment * pAttachments, uint32_t rectCount, const VkClearRe… in vkCmdClearAttachments() argument
1741 … return ::vkCmdClearAttachments( commandBuffer, attachmentCount, pAttachments, rectCount, pRects ); in vkCmdClearAttachments()
Dvulkansc_handles.hpp2291 …t, const VULKAN_HPP_NAMESPACE::ClearAttachment * pAttachments, uint32_t rectCount, const VULKAN_HP…
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py81 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/
DVkEncoder.h362 const VkClearAttachment* pAttachments, uint32_t rectCount,
Dfunc_table.cpp1517 const VkClearAttachment* pAttachments, uint32_t rectCount, in gfxstream_vk_CmdClearAttachments() argument
1525 pAttachments, rectCount, pRects, true /* do lock */); in gfxstream_vk_CmdClearAttachments()
DVkEncoder.cpp14438 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/
Dclears.adoc258 * pname:rectCount is the number of entries in the pname:pRects array.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4069 …nt32_t attachmentCount, const VkClearAttachment* pAttachments, uint32_t rectCount, const VkClearRe…
4779 uint32_t rectCount,