/hardware/google/gfxstream/host/vulkan/ |
D | SwapChainStateVk.cpp | 42 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()
|
D | VkAndroidNativeBuffer.cpp | 134 for (uint32_t i = 0; i < pCreateInfo->queueFamilyIndexCount; ++i) { in prepareAndroidNativeBufferImage() 288 stagingBufferCreateInfo.queueFamilyIndexCount = in prepareAndroidNativeBufferImage()
|
D | CompositorVk.cpp | 567 .queueFamilyIndexCount = 0, in setUpDefaultImage()
|
D | VkCommonOperations.cpp | 1883 .queueFamilyIndexCount = 0, in generateColorBufferVkImageCreateInfo_locked() 2015 imageCi->queueFamilyIndexCount = 0; in initializeVkColorBufferLocked()
|
D | VkDecoderGlobalState.cpp | 7722 .queueFamilyIndexCount = 0, in toDefaultVk()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_buffer.c | 117 .queueFamilyIndexCount = 0, in vk_common_GetBufferMemoryRequirements2()
|
D | vk_meta_draw_rects.c | 231 .queueFamilyIndexCount = 1, in create_vertex_buffer()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_drm.c | 365 .queueFamilyIndexCount = pCreateInfo->queueFamilyIndexCount, in wsi_configure_native_image()
|
D | wsi_common.c | 561 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/ |
D | vulkan_printer.py | 541 …queueFamilyIndexCount = printer.write_int("queueFamilyIndexCount", 4, indent, signed=False, big_en… 542 ….write_int("pQueueFamilyIndices", 4, indent, optional=True, count=queueFamilyIndexCount, big_endia… 692 …queueFamilyIndexCount = 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/ |
D | wsi.adoc | 151 | 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/ |
D | capabilities.adoc | 777 * pname:queueFamilyIndexCount is the number of entries in the 796 pname:queueFamilyIndexCount code:uint32_t values 799 pname:queueFamilyIndexCount must: be greater than `1`
|
D | resources.adoc | 131 * 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/ |
D | goldfish_vk_reserved_marshaling.cpp | 1581 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 …]
|
D | goldfish_vk_marshaling.cpp | 2040 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 …]
|
D | goldfish_vk_deepcopy.cpp | 877 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/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 1460 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()
|
D | goldfish_vk_marshaling_guest.cpp | 1834 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()
|
D | ResourceTracker.cpp | 4085 localCreateInfo.queueFamilyIndexCount = 0; in on_vkCreateImage() 4336 .queueFamilyIndexCount = 0, in on_vkCreateImage()
|
D | goldfish_vk_counting_guest.cpp | 1040 *count += toCount->queueFamilyIndexCount * sizeof(const uint32_t); in count_VkBufferCreateInfo() 1090 *count += toCount->queueFamilyIndexCount * sizeof(const uint32_t); in count_VkImageCreateInfo()
|
D | goldfish_vk_deepcopy_guest.cpp | 877 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/ |
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_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/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3387 uint32_t queueFamilyIndexCount; member 3414 uint32_t queueFamilyIndexCount; member 7702 uint32_t queueFamilyIndexCount; member 12279 uint32_t queueFamilyIndexCount; member
|