Home
last modified time | relevance | path

Searched refs:pQueueFamilyIndices (Results 1 – 25 of 25) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp42 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()
DVkAndroidNativeBuffer.cpp135 out->queueFamilyIndices.push_back(pCreateInfo->pQueueFamilyIndices[i]); in prepareAndroidNativeBufferImage()
290 stagingBufferCreateInfo.pQueueFamilyIndices = out->queueFamilyIndices.data(); in prepareAndroidNativeBufferImage()
DCompositorVk.cpp568 .pQueueFamilyIndices = nullptr, in setUpDefaultImage()
DVkCommonOperations.cpp1885 .pQueueFamilyIndices = nullptr, in generateColorBufferVkImageCreateInfo_locked()
2016 imageCi->pQueueFamilyIndices = nullptr; in initializeVkColorBufferLocked()
DVkDecoderGlobalState.cpp7723 .pQueueFamilyIndices = nullptr, in toDefaultVk()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_buffer.c118 .pQueueFamilyIndices = NULL, in vk_common_GetBufferMemoryRequirements2()
Dvk_meta_draw_rects.c232 .pQueueFamilyIndices = &cmd->pool->queue_family_index, in create_vertex_buffer()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c366 .pQueueFamilyIndices = pCreateInfo->pQueueFamilyIndices, in wsi_configure_native_image()
Dwsi_common.c577 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/
Dwsi.adoc152 | 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/
Dgoldfish_vk_deepcopy.cpp874 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 …]
Dgoldfish_vk_marshaling.cpp2042 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 …]
Dgoldfish_vk_reserved_marshaling.cpp1584 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/
Dcapabilities.adoc778 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
Dresources.adoc132 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/
Dgoldfish_vk_deepcopy_guest.cpp874 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()
Dgoldfish_vk_marshaling_guest.cpp1836 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp1463 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()
DResourceTracker.cpp4086 localCreateInfo.pQueueFamilyIndices = nullptr; in on_vkCreateImage()
4337 .pQueueFamilyIndices = nullptr, in on_vkCreateImage()
Dgoldfish_vk_counting_guest.cpp1038 if (toCount->pQueueFamilyIndices) { in count_VkBufferCreateInfo()
1088 if (toCount->pQueueFamilyIndices) { in count_VkImageCreateInfo()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py542pQueueFamilyIndices = printer.write_int("pQueueFamilyIndices", 4, indent, optional=True, count=que…
693pQueueFamilyIndices = printer.write_int("pQueueFamilyIndices", 4, indent, optional=True, count=que…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp774 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 ()()
Dvulkan_hash.hpp1639 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/
Dvulkan_core.h3388 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/
DChangeLog.adoc10694 * Clarify valid usage of pname:pQueueFamilyIndices in