/hardware/google/gfxstream/host/vulkan/ |
D | SwapChainStateVk.cpp | 36 if (createInfo.pQueueFamilyIndices && (createInfo.queueFamilyIndexCount > 0)) { in SwapchainCreateInfoWrapper() 39 createInfo.pQueueFamilyIndices + createInfo.queueFamilyIndexCount)); in SwapchainCreateInfoWrapper() 64 mCreateInfo.queueFamilyIndexCount = static_cast<uint32_t>(mQueueFamilyIndices.size()); in setQueueFamilyIndices() 270 .queueFamilyIndexCount = 0, in createSwapChainCi()
|
D | VkAndroidNativeBuffer.cpp | 134 for (uint32_t i = 0; i < pCreateInfo->queueFamilyIndexCount; ++i) { in create() 352 stagingBufferCreateInfo.queueFamilyIndexCount = in create()
|
D | CompositorVk.cpp | 569 .queueFamilyIndexCount = 0, in setUpDefaultImage()
|
D | VkCommonOperations.cpp | 2489 .queueFamilyIndexCount = 0, in generateColorBufferVkImageCreateInfoLocked() 2619 imageCi->queueFamilyIndexCount = 0; in createVkColorBufferLocked()
|
D | VkDecoderGlobalState.cpp | 9043 .queueFamilyIndexCount = 0, in toDefaultVk()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 560 …queueFamilyIndexCount = printer.write_int("queueFamilyIndexCount", 4, indent, signed=False, big_en… 561 ….write_int("pQueueFamilyIndices", 4, indent, optional=True, count=queueFamilyIndexCount, big_endia… 733 …queueFamilyIndexCount = printer.write_int("queueFamilyIndexCount", 4, indent, signed=False, big_en… 734 ….write_int("pQueueFamilyIndices", 4, indent, optional=True, count=queueFamilyIndexCount, big_endia…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 3587 …_ ), size( size_ ), usage( usage_ ), sharingMode( sharingMode_ ), queueFamilyIndexCount( queueFami… 3598 …_ ), size( size_ ), usage( usage_ ), sharingMode( sharingMode_ ), queueFamilyIndexCount( static_ca… in BufferCreateInfo() 3645 queueFamilyIndexCount = queueFamilyIndexCount_; in setQueueFamilyIndexCount() 3658 queueFamilyIndexCount = static_cast<uint32_t>( queueFamilyIndices_.size() ); in setQueueFamilyIndices() 3684 …return std::tie( sType, pNext, flags, size, usage, sharingMode, queueFamilyIndexCount, pQueueFamil… in reflect() 3703 && ( queueFamilyIndexCount == rhs.queueFamilyIndexCount ) in operator ==() 3721 uint32_t queueFamilyIndexCount = {}; member 12557 … tiling( tiling_ ), usage( usage_ ), sharingMode( sharingMode_ ), queueFamilyIndexCount( queueFami… 12568 … tiling( tiling_ ), usage( usage_ ), sharingMode( sharingMode_ ), queueFamilyIndexCount( static_ca… in ImageCreateInfo() 12651 queueFamilyIndexCount = queueFamilyIndexCount_; in setQueueFamilyIndexCount() [all …]
|
D | vulkansc_hash.hpp | 773 VULKAN_HPP_HASH_COMBINE( seed, bufferCreateInfo.queueFamilyIndexCount ); in operator ()() 1826 VULKAN_HPP_HASH_COMBINE( seed, imageCreateInfo.queueFamilyIndexCount ); in operator ()() 4297 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceImageDrmFormatModifierInfoEXT.queueFamilyIndexCount ); in operator ()() 6831 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.queueFamilyIndexCount ); in operator ()()
|
D | vulkan_structs.hpp | 10625 …_ ), size( size_ ), usage( usage_ ), sharingMode( sharingMode_ ), queueFamilyIndexCount( queueFami… 10636 …_ ), size( size_ ), usage( usage_ ), sharingMode( sharingMode_ ), queueFamilyIndexCount( static_ca… in BufferCreateInfo() 10683 queueFamilyIndexCount = queueFamilyIndexCount_; in setQueueFamilyIndexCount() 10696 queueFamilyIndexCount = static_cast<uint32_t>( queueFamilyIndices_.size() ); in setQueueFamilyIndices() 10722 …return std::tie( sType, pNext, flags, size, usage, sharingMode, queueFamilyIndexCount, pQueueFamil… in reflect() 10741 && ( queueFamilyIndexCount == rhs.queueFamilyIndexCount ) in operator ==() 10759 uint32_t queueFamilyIndexCount = {}; member 26773 … tiling( tiling_ ), usage( usage_ ), sharingMode( sharingMode_ ), queueFamilyIndexCount( queueFami… 26784 … tiling( tiling_ ), usage( usage_ ), sharingMode( sharingMode_ ), queueFamilyIndexCount( static_ca… in ImageCreateInfo() 26867 queueFamilyIndexCount = queueFamilyIndexCount_; in setQueueFamilyIndexCount() [all …]
|
D | vulkan_core.h | 3425 uint32_t queueFamilyIndexCount; member 3452 uint32_t queueFamilyIndexCount; member 7747 uint32_t queueFamilyIndexCount; member 12325 uint32_t queueFamilyIndexCount; member
|
D | vulkan_hash.hpp | 1638 VULKAN_HPP_HASH_COMBINE( seed, bufferCreateInfo.queueFamilyIndexCount ); in operator ()() 3492 VULKAN_HPP_HASH_COMBINE( seed, imageCreateInfo.queueFamilyIndexCount ); in operator ()() 8179 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceImageDrmFormatModifierInfoEXT.queueFamilyIndexCount ); in operator ()() 13179 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.queueFamilyIndexCount ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 1584 memcpy((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkBufferCreateInfo() 1592 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkBufferCreateInfo() 1594 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkBufferCreateInfo() 1595 *ptr += forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t); in reservedunmarshal_VkBufferCreateInfo() 1682 memcpy((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageCreateInfo() 1690 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkImageCreateInfo() 1692 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkImageCreateInfo() 1693 *ptr += forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t); in reservedunmarshal_VkImageCreateInfo() 10369 memcpy((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSwapchainCreateInfoKHR() 10377 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkSwapchainCreateInfoKHR() [all …]
|
D | goldfish_vk_marshaling.cpp | 2041 vkStream->write((uint32_t*)&forMarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in marshal_VkBufferCreateInfo() 2047 forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in marshal_VkBufferCreateInfo() 2075 vkStream->read((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in unmarshal_VkBufferCreateInfo() 2080 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkBufferCreateInfo() 2082 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkBufferCreateInfo() 2153 vkStream->write((uint32_t*)&forMarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in marshal_VkImageCreateInfo() 2159 forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in marshal_VkImageCreateInfo() 2195 vkStream->read((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in unmarshal_VkImageCreateInfo() 2200 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkImageCreateInfo() 2202 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkImageCreateInfo() [all …]
|
D | goldfish_vk_deepcopy.cpp | 878 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkBufferCreateInfo() 927 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkImageCreateInfo() 6532 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkSwapchainCreateInfoKHR() 8018 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkPhysicalDeviceImageDrmFormatModifierInfoEXT()
|