Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp42 if (createInfo.pQueueFamilyIndices && (createInfo.queueFamilyIndexCount > 0)) { in SwapchainCreateInfoWrapper()
45 createInfo.pQueueFamilyIndices + createInfo.queueFamilyIndexCount)); in SwapchainCreateInfoWrapper()
70 mCreateInfo.queueFamilyIndexCount = static_cast<uint32_t>(mQueueFamilyIndices.size()); in setQueueFamilyIndices()
276 .queueFamilyIndexCount = 0, in createSwapChainCi()
DVkAndroidNativeBuffer.cpp134 for (uint32_t i = 0; i < pCreateInfo->queueFamilyIndexCount; ++i) { in prepareAndroidNativeBufferImage()
288 stagingBufferCreateInfo.queueFamilyIndexCount = in prepareAndroidNativeBufferImage()
DCompositorVk.cpp567 .queueFamilyIndexCount = 0, in setUpDefaultImage()
DVkCommonOperations.cpp1883 .queueFamilyIndexCount = 0, in generateColorBufferVkImageCreateInfo_locked()
2015 imageCi->queueFamilyIndexCount = 0; in initializeVkColorBufferLocked()
DVkDecoderGlobalState.cpp7722 .queueFamilyIndexCount = 0, in toDefaultVk()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_buffer.c117 .queueFamilyIndexCount = 0, in vk_common_GetBufferMemoryRequirements2()
Dvk_meta_draw_rects.c231 .queueFamilyIndexCount = 1, in create_vertex_buffer()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c365 .queueFamilyIndexCount = pCreateInfo->queueFamilyIndexCount, in wsi_configure_native_image()
Dwsi_common.c561 queue_family_count = pCreateInfo->queueFamilyIndexCount; in wsi_configure_image()
576 for (uint32_t i = 0; i < pCreateInfo->queueFamilyIndexCount; i++) in wsi_configure_image()
595 .queueFamilyIndexCount = queue_family_count, in wsi_configure_image()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py541queueFamilyIndexCount = printer.write_int("queueFamilyIndexCount", 4, indent, signed=False, big_en…
542 ….write_int("pQueueFamilyIndices", 4, indent, optional=True, count=queueFamilyIndexCount, big_endia…
692queueFamilyIndexCount = printer.write_int("queueFamilyIndexCount", 4, indent, signed=False, big_en…
693 ….write_int("pQueueFamilyIndices", 4, indent, optional=True, count=queueFamilyIndexCount, big_endia…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc151 | pname:queueFamilyIndexCount | pname:pCreateInfo->queueFamilyIndexCount
303 * pname:queueFamilyIndexCount is the number of queue families having
489 pname:queueFamilyIndexCount code:uint32_t values
492 pname:queueFamilyIndexCount must: be greater than `1`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc777 * pname:queueFamilyIndexCount is the number of entries in the
796 pname:queueFamilyIndexCount code:uint32_t values
799 pname:queueFamilyIndexCount must: be greater than `1`
Dresources.adoc131 * pname:queueFamilyIndexCount is the number of entries in the
151 pname:queueFamilyIndexCount code:uint32_t values
154 pname:queueFamilyIndexCount must: be greater than `1`
1308 * pname:queueFamilyIndexCount is the number of entries in the
1563 pname:queueFamilyIndexCount and pname:pQueueFamilyIndices must: be
1701 pname:queueFamilyIndexCount code:uint32_t values
1704 pname:queueFamilyIndexCount must: be greater than `1`
9437 queue families specified through the pname:queueFamilyIndexCount and
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp1581 memcpy((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkBufferCreateInfo()
1589 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkBufferCreateInfo()
1591 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkBufferCreateInfo()
1592 *ptr += forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t); in reservedunmarshal_VkBufferCreateInfo()
1679 memcpy((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkImageCreateInfo()
1687 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkImageCreateInfo()
1689 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkImageCreateInfo()
1690 *ptr += forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t); in reservedunmarshal_VkImageCreateInfo()
10363 memcpy((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkSwapchainCreateInfoKHR()
10371 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkSwapchainCreateInfoKHR()
[all …]
Dgoldfish_vk_marshaling.cpp2040 vkStream->write((uint32_t*)&forMarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in marshal_VkBufferCreateInfo()
2046 forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in marshal_VkBufferCreateInfo()
2074 vkStream->read((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in unmarshal_VkBufferCreateInfo()
2079 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkBufferCreateInfo()
2081 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkBufferCreateInfo()
2152 vkStream->write((uint32_t*)&forMarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in marshal_VkImageCreateInfo()
2158 forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in marshal_VkImageCreateInfo()
2194 vkStream->read((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in unmarshal_VkImageCreateInfo()
2199 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkImageCreateInfo()
2201 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkImageCreateInfo()
[all …]
Dgoldfish_vk_deepcopy.cpp877 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkBufferCreateInfo()
926 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkImageCreateInfo()
6533 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkSwapchainCreateInfoKHR()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp1460 memcpy(*ptr, (uint32_t*)&forMarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in reservedmarshal_VkBufferCreateInfo()
1469 forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedmarshal_VkBufferCreateInfo()
1470 *ptr += forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t); in reservedmarshal_VkBufferCreateInfo()
1528 memcpy(*ptr, (uint32_t*)&forMarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in reservedmarshal_VkImageCreateInfo()
1537 forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in reservedmarshal_VkImageCreateInfo()
1538 *ptr += forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t); in reservedmarshal_VkImageCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp1834 vkStream->write((uint32_t*)&forMarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in marshal_VkBufferCreateInfo()
1840 forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in marshal_VkBufferCreateInfo()
1856 vkStream->read((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in unmarshal_VkBufferCreateInfo()
1867 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkBufferCreateInfo()
1926 vkStream->write((uint32_t*)&forMarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in marshal_VkImageCreateInfo()
1932 forMarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in marshal_VkImageCreateInfo()
1956 vkStream->read((uint32_t*)&forUnmarshaling->queueFamilyIndexCount, sizeof(uint32_t)); in unmarshal_VkImageCreateInfo()
1967 forUnmarshaling->queueFamilyIndexCount * sizeof(const uint32_t)); in unmarshal_VkImageCreateInfo()
DResourceTracker.cpp4085 localCreateInfo.queueFamilyIndexCount = 0; in on_vkCreateImage()
4336 .queueFamilyIndexCount = 0, in on_vkCreateImage()
Dgoldfish_vk_counting_guest.cpp1040 *count += toCount->queueFamilyIndexCount * sizeof(const uint32_t); in count_VkBufferCreateInfo()
1090 *count += toCount->queueFamilyIndexCount * sizeof(const uint32_t); in count_VkImageCreateInfo()
Dgoldfish_vk_deepcopy_guest.cpp877 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkBufferCreateInfo()
926 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkImageCreateInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
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_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/guest/mesa/include/vulkan/
Dvulkan_core.h3387 uint32_t queueFamilyIndexCount; member
3414 uint32_t queueFamilyIndexCount; member
7702 uint32_t queueFamilyIndexCount; member
12279 uint32_t queueFamilyIndexCount; member