Searched refs:resourceDeviceIndex (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | sparsemem.adoc | 1906 * pname:resourceDeviceIndex is a device index indicating which instance of 1914 physical device specified by the pname:resourceDeviceIndex. 1916 If this structure is not present, pname:resourceDeviceIndex and 1921 * [[VUID-VkDeviceGroupBindSparseInfo-resourceDeviceIndex-01118]] 1922 pname:resourceDeviceIndex and pname:memoryDeviceIndex must: both be
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 4774 vkStream->write((uint32_t*)&forMarshaling->resourceDeviceIndex, sizeof(uint32_t)); in marshal_VkDeviceGroupBindSparseInfo() 4786 vkStream->read((uint32_t*)&forUnmarshaling->resourceDeviceIndex, sizeof(uint32_t)); in unmarshal_VkDeviceGroupBindSparseInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3334 memcpy(*ptr, (uint32_t*)&forMarshaling->resourceDeviceIndex, sizeof(uint32_t)); in reservedmarshal_VkDeviceGroupBindSparseInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 5472 vkStream->write((uint32_t*)&forMarshaling->resourceDeviceIndex, sizeof(uint32_t)); in marshal_VkDeviceGroupBindSparseInfo() 5496 vkStream->read((uint32_t*)&forUnmarshaling->resourceDeviceIndex, sizeof(uint32_t)); in unmarshal_VkDeviceGroupBindSparseInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 4081 memcpy((uint32_t*)&forUnmarshaling->resourceDeviceIndex, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDeviceGroupBindSparseInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5171 uint32_t resourceDeviceIndex; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 3371 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupBindSparseInfo.resourceDeviceIndex ); in operator ()()
|