/hardware/google/gfxstream/host/vulkan/ |
D | SwapChainStateVk.cpp | 42 if (createInfo.pQueueFamilyIndices && (createInfo.queueFamilyIndexCount > 0)) { in SwapchainCreateInfoWrapper() 44 createInfo.pQueueFamilyIndices, in SwapchainCreateInfoWrapper() 45 createInfo.pQueueFamilyIndices + createInfo.queueFamilyIndexCount)); in SwapchainCreateInfoWrapper() 72 mCreateInfo.pQueueFamilyIndices = nullptr; in setQueueFamilyIndices() 74 mCreateInfo.pQueueFamilyIndices = queueFamilyIndices.data(); in setQueueFamilyIndices() 277 .pQueueFamilyIndices = nullptr, in createSwapChainCi()
|
D | VkAndroidNativeBuffer.cpp | 135 out->queueFamilyIndices.push_back(pCreateInfo->pQueueFamilyIndices[i]); in prepareAndroidNativeBufferImage() 290 stagingBufferCreateInfo.pQueueFamilyIndices = out->queueFamilyIndices.data(); in prepareAndroidNativeBufferImage()
|
D | CompositorVk.cpp | 568 .pQueueFamilyIndices = nullptr, in setUpDefaultImage()
|
D | VkCommonOperations.cpp | 1885 .pQueueFamilyIndices = nullptr, in generateColorBufferVkImageCreateInfo_locked() 2016 imageCi->pQueueFamilyIndices = nullptr; in initializeVkColorBufferLocked()
|
D | VkDecoderGlobalState.cpp | 7723 .pQueueFamilyIndices = nullptr, in toDefaultVk()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_buffer.c | 118 .pQueueFamilyIndices = NULL, in vk_common_GetBufferMemoryRequirements2()
|
D | vk_meta_draw_rects.c | 232 .pQueueFamilyIndices = &cmd->pool->queue_family_index, in create_vertex_buffer()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_drm.c | 366 .pQueueFamilyIndices = pCreateInfo->pQueueFamilyIndices, in wsi_configure_native_image()
|
D | wsi_common.c | 577 queue_family_indices[i] = pCreateInfo->pQueueFamilyIndices[i]; in wsi_configure_image() 596 .pQueueFamilyIndices = queue_family_indices, in wsi_configure_image() 657 if (info->create.pQueueFamilyIndices != NULL) { in wsi_destroy_image_info() 658 vk_free(&chain->alloc, (void *)info->create.pQueueFamilyIndices); in wsi_destroy_image_info() 659 info->create.pQueueFamilyIndices = NULL; in wsi_destroy_image_info()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/ |
D | wsi.adoc | 152 | pname:pQueueFamilyIndices | pname:pCreateInfo->pQueueFamilyIndices 306 * pname:pQueueFamilyIndices is a pointer to an array of queue family 488 pname:pQueueFamilyIndices must: be a valid pointer to an array of 496 element of pname:pQueueFamilyIndices must: be unique and must: be less 504 element of pname:pQueueFamilyIndices must: be unique and must: be less
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 874 to->pQueueFamilyIndices = nullptr; in deepcopy_VkBufferCreateInfo() 875 if (from->pQueueFamilyIndices) { in deepcopy_VkBufferCreateInfo() 876 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBufferCreateInfo() 877 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkBufferCreateInfo() 923 to->pQueueFamilyIndices = nullptr; in deepcopy_VkImageCreateInfo() 924 if (from->pQueueFamilyIndices) { in deepcopy_VkImageCreateInfo() 925 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkImageCreateInfo() 926 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkImageCreateInfo() 6530 to->pQueueFamilyIndices = nullptr; in deepcopy_VkSwapchainCreateInfoKHR() 6531 if (from->pQueueFamilyIndices) { in deepcopy_VkSwapchainCreateInfoKHR() [all …]
|
D | goldfish_vk_marshaling.cpp | 2042 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pQueueFamilyIndices; in marshal_VkBufferCreateInfo() 2044 if (forMarshaling->pQueueFamilyIndices) { in marshal_VkBufferCreateInfo() 2045 vkStream->write((const uint32_t*)forMarshaling->pQueueFamilyIndices, in marshal_VkBufferCreateInfo() 2076 forUnmarshaling->pQueueFamilyIndices = (const uint32_t*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkBufferCreateInfo() 2077 if (forUnmarshaling->pQueueFamilyIndices) { in unmarshal_VkBufferCreateInfo() 2078 vkStream->alloc((void**)&forUnmarshaling->pQueueFamilyIndices, in unmarshal_VkBufferCreateInfo() 2080 vkStream->read((uint32_t*)forUnmarshaling->pQueueFamilyIndices, in unmarshal_VkBufferCreateInfo() 2154 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pQueueFamilyIndices; in marshal_VkImageCreateInfo() 2156 if (forMarshaling->pQueueFamilyIndices) { in marshal_VkImageCreateInfo() 2157 vkStream->write((const uint32_t*)forMarshaling->pQueueFamilyIndices, in marshal_VkImageCreateInfo() [all …]
|
D | goldfish_vk_reserved_marshaling.cpp | 1584 memcpy((uint32_t**)&forUnmarshaling->pQueueFamilyIndices, (*ptr), 8); in reservedunmarshal_VkBufferCreateInfo() 1585 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pQueueFamilyIndices); in reservedunmarshal_VkBufferCreateInfo() 1587 if (forUnmarshaling->pQueueFamilyIndices) { in reservedunmarshal_VkBufferCreateInfo() 1588 vkStream->alloc((void**)&forUnmarshaling->pQueueFamilyIndices, in reservedunmarshal_VkBufferCreateInfo() 1590 memcpy((uint32_t*)forUnmarshaling->pQueueFamilyIndices, *ptr, in reservedunmarshal_VkBufferCreateInfo() 1682 memcpy((uint32_t**)&forUnmarshaling->pQueueFamilyIndices, (*ptr), 8); in reservedunmarshal_VkImageCreateInfo() 1683 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pQueueFamilyIndices); in reservedunmarshal_VkImageCreateInfo() 1685 if (forUnmarshaling->pQueueFamilyIndices) { in reservedunmarshal_VkImageCreateInfo() 1686 vkStream->alloc((void**)&forUnmarshaling->pQueueFamilyIndices, in reservedunmarshal_VkImageCreateInfo() 1688 memcpy((uint32_t*)forUnmarshaling->pQueueFamilyIndices, *ptr, in reservedunmarshal_VkImageCreateInfo() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 778 pname:pQueueFamilyIndices array. 779 * pname:pQueueFamilyIndices is a pointer to an array of queue families 795 pname:pQueueFamilyIndices must: be a valid pointer to an array of 802 of pname:pQueueFamilyIndices must: be unique and must: be less than the
|
D | resources.adoc | 132 pname:pQueueFamilyIndices array. 133 * pname:pQueueFamilyIndices is a pointer to an array of queue families 150 pname:pQueueFamilyIndices must: be a valid pointer to an array of 158 of pname:pQueueFamilyIndices must: be unique and must: be less than 166 of pname:pQueueFamilyIndices must: be unique and must: be less than 1309 pname:pQueueFamilyIndices array. 1310 * pname:pQueueFamilyIndices is a pointer to an array of queue families 1563 pname:queueFamilyIndexCount and pname:pQueueFamilyIndices must: be 1700 pname:pQueueFamilyIndices must: be a valid pointer to an array of 1708 of pname:pQueueFamilyIndices must: be unique and must: be less than [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 874 to->pQueueFamilyIndices = nullptr; in deepcopy_VkBufferCreateInfo() 875 if (from->pQueueFamilyIndices) { in deepcopy_VkBufferCreateInfo() 876 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBufferCreateInfo() 877 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkBufferCreateInfo() 923 to->pQueueFamilyIndices = nullptr; in deepcopy_VkImageCreateInfo() 924 if (from->pQueueFamilyIndices) { in deepcopy_VkImageCreateInfo() 925 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkImageCreateInfo() 926 from->pQueueFamilyIndices, from->queueFamilyIndexCount * sizeof(const uint32_t)); in deepcopy_VkImageCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 1836 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pQueueFamilyIndices; in marshal_VkBufferCreateInfo() 1838 if (forMarshaling->pQueueFamilyIndices) { in marshal_VkBufferCreateInfo() 1839 vkStream->write((const uint32_t*)forMarshaling->pQueueFamilyIndices, in marshal_VkBufferCreateInfo() 1860 if (forUnmarshaling->pQueueFamilyIndices) { in unmarshal_VkBufferCreateInfo() 1866 vkStream->read((uint32_t*)forUnmarshaling->pQueueFamilyIndices, in unmarshal_VkBufferCreateInfo() 1928 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pQueueFamilyIndices; in marshal_VkImageCreateInfo() 1930 if (forMarshaling->pQueueFamilyIndices) { in marshal_VkImageCreateInfo() 1931 vkStream->write((const uint32_t*)forMarshaling->pQueueFamilyIndices, in marshal_VkImageCreateInfo() 1960 if (forUnmarshaling->pQueueFamilyIndices) { in unmarshal_VkImageCreateInfo() 1966 vkStream->read((uint32_t*)forUnmarshaling->pQueueFamilyIndices, in unmarshal_VkImageCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 1463 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pQueueFamilyIndices; in reservedmarshal_VkBufferCreateInfo() 1467 if (forMarshaling->pQueueFamilyIndices) { in reservedmarshal_VkBufferCreateInfo() 1468 memcpy(*ptr, (const uint32_t*)forMarshaling->pQueueFamilyIndices, in reservedmarshal_VkBufferCreateInfo() 1531 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pQueueFamilyIndices; in reservedmarshal_VkImageCreateInfo() 1535 if (forMarshaling->pQueueFamilyIndices) { in reservedmarshal_VkImageCreateInfo() 1536 memcpy(*ptr, (const uint32_t*)forMarshaling->pQueueFamilyIndices, in reservedmarshal_VkImageCreateInfo()
|
D | ResourceTracker.cpp | 4086 localCreateInfo.pQueueFamilyIndices = nullptr; in on_vkCreateImage() 4337 .pQueueFamilyIndices = nullptr, in on_vkCreateImage()
|
D | goldfish_vk_counting_guest.cpp | 1038 if (toCount->pQueueFamilyIndices) { in count_VkBufferCreateInfo() 1088 if (toCount->pQueueFamilyIndices) { in count_VkImageCreateInfo()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 542 …pQueueFamilyIndices = printer.write_int("pQueueFamilyIndices", 4, indent, optional=True, count=que… 693 …pQueueFamilyIndices = printer.write_int("pQueueFamilyIndices", 4, indent, optional=True, count=que…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 774 VULKAN_HPP_HASH_COMBINE( seed, bufferCreateInfo.pQueueFamilyIndices ); in operator ()() 1827 VULKAN_HPP_HASH_COMBINE( seed, imageCreateInfo.pQueueFamilyIndices ); in operator ()() 4298 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndices ); in operator ()() 6832 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.pQueueFamilyIndices ); in operator ()()
|
D | vulkan_hash.hpp | 1639 VULKAN_HPP_HASH_COMBINE( seed, bufferCreateInfo.pQueueFamilyIndices ); in operator ()() 3493 VULKAN_HPP_HASH_COMBINE( seed, imageCreateInfo.pQueueFamilyIndices ); in operator ()() 8180 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceImageDrmFormatModifierInfoEXT.pQueueFamilyIndices ); in operator ()() 13180 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.pQueueFamilyIndices ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3388 const uint32_t* pQueueFamilyIndices; member 3415 const uint32_t* pQueueFamilyIndices; member 7703 const uint32_t* pQueueFamilyIndices; member 12280 const uint32_t* pQueueFamilyIndices; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10694 * Clarify valid usage of pname:pQueueFamilyIndices in
|