Searched refs:memoryDeviceIndex (Results 1 – 7 of 7) sorted by relevance
1908 * pname:memoryDeviceIndex is a device index indicating which instance of1917 pname:memoryDeviceIndex are assumed to be zero.1922 pname:resourceDeviceIndex and pname:memoryDeviceIndex must: both be1924 * [[VUID-VkDeviceGroupBindSparseInfo-memoryDeviceIndex-01119]]1926 instance for pname:memoryDeviceIndex
4775 vkStream->write((uint32_t*)&forMarshaling->memoryDeviceIndex, sizeof(uint32_t)); in marshal_VkDeviceGroupBindSparseInfo()4787 vkStream->read((uint32_t*)&forUnmarshaling->memoryDeviceIndex, sizeof(uint32_t)); in unmarshal_VkDeviceGroupBindSparseInfo()
3336 memcpy(*ptr, (uint32_t*)&forMarshaling->memoryDeviceIndex, sizeof(uint32_t)); in reservedmarshal_VkDeviceGroupBindSparseInfo()
5473 vkStream->write((uint32_t*)&forMarshaling->memoryDeviceIndex, sizeof(uint32_t)); in marshal_VkDeviceGroupBindSparseInfo()5497 vkStream->read((uint32_t*)&forUnmarshaling->memoryDeviceIndex, sizeof(uint32_t)); in unmarshal_VkDeviceGroupBindSparseInfo()
4083 memcpy((uint32_t*)&forUnmarshaling->memoryDeviceIndex, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDeviceGroupBindSparseInfo()
5172 uint32_t memoryDeviceIndex; member
3372 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupBindSparseInfo.memoryDeviceIndex ); in operator ()()