Home
last modified time | relevance | path

Searched refs:resourceDeviceIndex (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsparsemem.adoc1906 * 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/
Dgoldfish_vk_marshaling_guest.cpp4774 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp3334 memcpy(*ptr, (uint32_t*)&forMarshaling->resourceDeviceIndex, sizeof(uint32_t)); in reservedmarshal_VkDeviceGroupBindSparseInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp5472 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()
Dgoldfish_vk_reserved_marshaling.cpp4081 memcpy((uint32_t*)&forUnmarshaling->resourceDeviceIndex, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDeviceGroupBindSparseInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5171 uint32_t resourceDeviceIndex; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp3371 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupBindSparseInfo.resourceDeviceIndex ); in operator ()()