Searched refs:pDeviceIndices (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | resources.adoc | 7313 pname:pDeviceIndices. 7314 * pname:pDeviceIndices is a pointer to an array of device indices. 8743 slink:VkBindBufferMemoryDeviceGroupInfo::pname:pDeviceIndices must: have 8770 pname:pDeviceIndices. 8771 * pname:pDeviceIndices is a pointer to an array of device indices. 8780 device with device index [eq]#pname:pDeviceIndices[i]#. 8784 pname:pDeviceIndices contains consecutive indices from zero to the number of 8791 if pname:pDeviceIndices contains an array of zeros. 8799 * [[VUID-VkBindBufferMemoryDeviceGroupInfo-pDeviceIndices-01607]] 8800 All elements of pname:pDeviceIndices must: be valid device indices [all …]
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 2502 to->pDeviceIndices = nullptr; in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2503 if (from->pDeviceIndices) { in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2504 to->pDeviceIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2505 from->pDeviceIndices, from->deviceIndexCount * sizeof(const uint32_t)); in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2529 to->pDeviceIndices = nullptr; in deepcopy_VkBindImageMemoryDeviceGroupInfo() 2530 if (from->pDeviceIndices) { in deepcopy_VkBindImageMemoryDeviceGroupInfo() 2531 to->pDeviceIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBindImageMemoryDeviceGroupInfo() 2532 from->pDeviceIndices, from->deviceIndexCount * sizeof(const uint32_t)); in deepcopy_VkBindImageMemoryDeviceGroupInfo()
|
D | goldfish_vk_marshaling.cpp | 5510 vkStream->write((const uint32_t*)forMarshaling->pDeviceIndices, in marshal_VkBindBufferMemoryDeviceGroupInfo() 5536 vkStream->alloc((void**)&forUnmarshaling->pDeviceIndices, in unmarshal_VkBindBufferMemoryDeviceGroupInfo() 5538 vkStream->read((uint32_t*)forUnmarshaling->pDeviceIndices, in unmarshal_VkBindBufferMemoryDeviceGroupInfo() 5552 vkStream->write((const uint32_t*)forMarshaling->pDeviceIndices, in marshal_VkBindImageMemoryDeviceGroupInfo() 5584 vkStream->alloc((void**)&forUnmarshaling->pDeviceIndices, in unmarshal_VkBindImageMemoryDeviceGroupInfo() 5586 vkStream->read((uint32_t*)forUnmarshaling->pDeviceIndices, in unmarshal_VkBindImageMemoryDeviceGroupInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 4114 vkStream->alloc((void**)&forUnmarshaling->pDeviceIndices, in reservedunmarshal_VkBindBufferMemoryDeviceGroupInfo() 4116 memcpy((uint32_t*)forUnmarshaling->pDeviceIndices, *ptr, in reservedunmarshal_VkBindBufferMemoryDeviceGroupInfo() 4148 vkStream->alloc((void**)&forUnmarshaling->pDeviceIndices, in reservedunmarshal_VkBindImageMemoryDeviceGroupInfo() 4150 memcpy((uint32_t*)forUnmarshaling->pDeviceIndices, *ptr, in reservedunmarshal_VkBindImageMemoryDeviceGroupInfo()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 2502 to->pDeviceIndices = nullptr; in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2503 if (from->pDeviceIndices) { in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2504 to->pDeviceIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2505 from->pDeviceIndices, from->deviceIndexCount * sizeof(const uint32_t)); in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2529 to->pDeviceIndices = nullptr; in deepcopy_VkBindImageMemoryDeviceGroupInfo() 2530 if (from->pDeviceIndices) { in deepcopy_VkBindImageMemoryDeviceGroupInfo() 2531 to->pDeviceIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBindImageMemoryDeviceGroupInfo() 2532 from->pDeviceIndices, from->deviceIndexCount * sizeof(const uint32_t)); in deepcopy_VkBindImageMemoryDeviceGroupInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 4800 vkStream->write((const uint32_t*)forMarshaling->pDeviceIndices, in marshal_VkBindBufferMemoryDeviceGroupInfo() 4814 vkStream->read((uint32_t*)forUnmarshaling->pDeviceIndices, in unmarshal_VkBindBufferMemoryDeviceGroupInfo() 4828 vkStream->write((const uint32_t*)forMarshaling->pDeviceIndices, in marshal_VkBindImageMemoryDeviceGroupInfo() 4849 vkStream->read((uint32_t*)forUnmarshaling->pDeviceIndices, in unmarshal_VkBindImageMemoryDeviceGroupInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3353 memcpy(*ptr, (const uint32_t*)forMarshaling->pDeviceIndices, in reservedmarshal_VkBindBufferMemoryDeviceGroupInfo() 3371 memcpy(*ptr, (const uint32_t*)forMarshaling->pDeviceIndices, in reservedmarshal_VkBindImageMemoryDeviceGroupInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 577 VULKAN_HPP_HASH_COMBINE( seed, bindBufferMemoryDeviceGroupInfo.pDeviceIndices ); in operator ()() 626 VULKAN_HPP_HASH_COMBINE( seed, bindImageMemoryDeviceGroupInfo.pDeviceIndices ); in operator ()()
|
D | vulkan_hash.hpp | 1162 VULKAN_HPP_HASH_COMBINE( seed, bindAccelerationStructureMemoryInfoNV.pDeviceIndices ); in operator ()() 1175 VULKAN_HPP_HASH_COMBINE( seed, bindBufferMemoryDeviceGroupInfo.pDeviceIndices ); in operator ()() 1224 VULKAN_HPP_HASH_COMBINE( seed, bindImageMemoryDeviceGroupInfo.pDeviceIndices ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5179 const uint32_t* pDeviceIndices; member 5186 const uint32_t* pDeviceIndices; member 12716 const uint32_t* pDeviceIndices; member
|