Searched refs:deviceIndexCount (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | resources.adoc | 7312 * pname:deviceIndexCount is the number of elements in 8769 * pname:deviceIndexCount is the number of elements in 8778 If pname:deviceIndexCount is greater than zero, then on device index [eq]#i# 8782 If pname:deviceIndexCount is zero and pname:memory comes from a memory heap 8789 If pname:deviceIndexCount is zero and pname:memory comes from a memory heap 8796 * [[VUID-VkBindBufferMemoryDeviceGroupInfo-deviceIndexCount-01606]] 8797 pname:deviceIndexCount must: either be zero or equal to the number of 9114 * pname:deviceIndexCount is the number of elements in 9128 If pname:deviceIndexCount is greater than zero, then on device index [eq]#i# 9152 If pname:splitInstanceBindRegionCount and pname:deviceIndexCount are zero [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 3351 memcpy(*ptr, (uint32_t*)&forMarshaling->deviceIndexCount, sizeof(uint32_t)); in reservedmarshal_VkBindBufferMemoryDeviceGroupInfo() 3354 forMarshaling->deviceIndexCount * sizeof(const uint32_t)); in reservedmarshal_VkBindBufferMemoryDeviceGroupInfo() 3355 *ptr += forMarshaling->deviceIndexCount * sizeof(const uint32_t); in reservedmarshal_VkBindBufferMemoryDeviceGroupInfo() 3369 memcpy(*ptr, (uint32_t*)&forMarshaling->deviceIndexCount, sizeof(uint32_t)); in reservedmarshal_VkBindImageMemoryDeviceGroupInfo() 3372 forMarshaling->deviceIndexCount * sizeof(const uint32_t)); in reservedmarshal_VkBindImageMemoryDeviceGroupInfo() 3373 *ptr += forMarshaling->deviceIndexCount * sizeof(const uint32_t); in reservedmarshal_VkBindImageMemoryDeviceGroupInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 4799 vkStream->write((uint32_t*)&forMarshaling->deviceIndexCount, sizeof(uint32_t)); in marshal_VkBindBufferMemoryDeviceGroupInfo() 4801 forMarshaling->deviceIndexCount * sizeof(const uint32_t)); in marshal_VkBindBufferMemoryDeviceGroupInfo() 4813 vkStream->read((uint32_t*)&forUnmarshaling->deviceIndexCount, sizeof(uint32_t)); in unmarshal_VkBindBufferMemoryDeviceGroupInfo() 4815 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in unmarshal_VkBindBufferMemoryDeviceGroupInfo() 4827 vkStream->write((uint32_t*)&forMarshaling->deviceIndexCount, sizeof(uint32_t)); in marshal_VkBindImageMemoryDeviceGroupInfo() 4829 forMarshaling->deviceIndexCount * sizeof(const uint32_t)); in marshal_VkBindImageMemoryDeviceGroupInfo() 4848 vkStream->read((uint32_t*)&forUnmarshaling->deviceIndexCount, sizeof(uint32_t)); in unmarshal_VkBindImageMemoryDeviceGroupInfo() 4850 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in unmarshal_VkBindImageMemoryDeviceGroupInfo()
|
D | goldfish_vk_counting_guest.cpp | 2570 *count += toCount->deviceIndexCount * sizeof(const uint32_t); in count_VkBindBufferMemoryDeviceGroupInfo() 2588 *count += toCount->deviceIndexCount * sizeof(const uint32_t); in count_VkBindImageMemoryDeviceGroupInfo()
|
D | goldfish_vk_deepcopy_guest.cpp | 2505 from->pDeviceIndices, from->deviceIndexCount * sizeof(const uint32_t)); in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2532 from->pDeviceIndices, from->deviceIndexCount * sizeof(const uint32_t)); in deepcopy_VkBindImageMemoryDeviceGroupInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 4112 memcpy((uint32_t*)&forUnmarshaling->deviceIndexCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkBindBufferMemoryDeviceGroupInfo() 4115 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkBindBufferMemoryDeviceGroupInfo() 4117 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkBindBufferMemoryDeviceGroupInfo() 4118 *ptr += forUnmarshaling->deviceIndexCount * sizeof(const uint32_t); in reservedunmarshal_VkBindBufferMemoryDeviceGroupInfo() 4146 memcpy((uint32_t*)&forUnmarshaling->deviceIndexCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkBindImageMemoryDeviceGroupInfo() 4149 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkBindImageMemoryDeviceGroupInfo() 4151 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in reservedunmarshal_VkBindImageMemoryDeviceGroupInfo() 4152 *ptr += forUnmarshaling->deviceIndexCount * sizeof(const uint32_t); in reservedunmarshal_VkBindImageMemoryDeviceGroupInfo()
|
D | goldfish_vk_marshaling.cpp | 5509 vkStream->write((uint32_t*)&forMarshaling->deviceIndexCount, sizeof(uint32_t)); in marshal_VkBindBufferMemoryDeviceGroupInfo() 5511 forMarshaling->deviceIndexCount * sizeof(const uint32_t)); in marshal_VkBindBufferMemoryDeviceGroupInfo() 5535 vkStream->read((uint32_t*)&forUnmarshaling->deviceIndexCount, sizeof(uint32_t)); in unmarshal_VkBindBufferMemoryDeviceGroupInfo() 5537 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in unmarshal_VkBindBufferMemoryDeviceGroupInfo() 5539 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in unmarshal_VkBindBufferMemoryDeviceGroupInfo() 5551 vkStream->write((uint32_t*)&forMarshaling->deviceIndexCount, sizeof(uint32_t)); in marshal_VkBindImageMemoryDeviceGroupInfo() 5553 forMarshaling->deviceIndexCount * sizeof(const uint32_t)); in marshal_VkBindImageMemoryDeviceGroupInfo() 5583 vkStream->read((uint32_t*)&forUnmarshaling->deviceIndexCount, sizeof(uint32_t)); in unmarshal_VkBindImageMemoryDeviceGroupInfo() 5585 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in unmarshal_VkBindImageMemoryDeviceGroupInfo() 5587 forUnmarshaling->deviceIndexCount * sizeof(const uint32_t)); in unmarshal_VkBindImageMemoryDeviceGroupInfo()
|
D | goldfish_vk_deepcopy.cpp | 2505 from->pDeviceIndices, from->deviceIndexCount * sizeof(const uint32_t)); in deepcopy_VkBindBufferMemoryDeviceGroupInfo() 2532 from->pDeviceIndices, from->deviceIndexCount * sizeof(const uint32_t)); in deepcopy_VkBindImageMemoryDeviceGroupInfo()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 576 VULKAN_HPP_HASH_COMBINE( seed, bindBufferMemoryDeviceGroupInfo.deviceIndexCount ); in operator ()() 625 VULKAN_HPP_HASH_COMBINE( seed, bindImageMemoryDeviceGroupInfo.deviceIndexCount ); in operator ()()
|
D | vulkan_hash.hpp | 1161 VULKAN_HPP_HASH_COMBINE( seed, bindAccelerationStructureMemoryInfoNV.deviceIndexCount ); in operator ()() 1174 VULKAN_HPP_HASH_COMBINE( seed, bindBufferMemoryDeviceGroupInfo.deviceIndexCount ); in operator ()() 1223 VULKAN_HPP_HASH_COMBINE( seed, bindImageMemoryDeviceGroupInfo.deviceIndexCount ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5178 uint32_t deviceIndexCount; member 5185 uint32_t deviceIndexCount; member 12715 uint32_t deviceIndexCount; member
|