Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp36 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()
DVkAndroidNativeBuffer.cpp134 for (uint32_t i = 0; i < pCreateInfo->queueFamilyIndexCount; ++i) { in create()
352 stagingBufferCreateInfo.queueFamilyIndexCount = in create()
DCompositorVk.cpp569 .queueFamilyIndexCount = 0, in setUpDefaultImage()
DVkCommonOperations.cpp2489 .queueFamilyIndexCount = 0, in generateColorBufferVkImageCreateInfoLocked()
2619 imageCi->queueFamilyIndexCount = 0; in createVkColorBufferLocked()
DVkDecoderGlobalState.cpp9043 .queueFamilyIndexCount = 0, in toDefaultVk()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py560queueFamilyIndexCount = printer.write_int("queueFamilyIndexCount", 4, indent, signed=False, big_en…
561 ….write_int("pQueueFamilyIndices", 4, indent, optional=True, count=queueFamilyIndexCount, big_endia…
733queueFamilyIndexCount = 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/
Dvulkansc_structs.hpp3587 …_ ), 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 …]
Dvulkansc_hash.hpp773 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 ()()
Dvulkan_structs.hpp10625 …_ ), 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 …]
Dvulkan_core.h3425 uint32_t queueFamilyIndexCount; member
3452 uint32_t queueFamilyIndexCount; member
7747 uint32_t queueFamilyIndexCount; member
12325 uint32_t queueFamilyIndexCount; member
Dvulkan_hash.hpp1638 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/
Dgoldfish_vk_reserved_marshaling.cpp1584 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 …]
Dgoldfish_vk_marshaling.cpp2041 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 …]
Dgoldfish_vk_deepcopy.cpp878 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()