Home
last modified time | relevance | path

Searched refs:vn_decode_VkDeviceSize (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_image.h33 vn_decode_VkDeviceSize(dec, &val->imageMipTailSize); in vn_decode_VkSparseImageMemoryRequirements()
34 vn_decode_VkDeviceSize(dec, &val->imageMipTailOffset); in vn_decode_VkSparseImageMemoryRequirements()
35 vn_decode_VkDeviceSize(dec, &val->imageMipTailStride); in vn_decode_VkSparseImageMemoryRequirements()
205 vn_decode_VkDeviceSize(dec, &val->offset); in vn_decode_VkSubresourceLayout()
206 vn_decode_VkDeviceSize(dec, &val->size); in vn_decode_VkSubresourceLayout()
207 vn_decode_VkDeviceSize(dec, &val->rowPitch); in vn_decode_VkSubresourceLayout()
208 vn_decode_VkDeviceSize(dec, &val->arrayPitch); in vn_decode_VkSubresourceLayout()
209 vn_decode_VkDeviceSize(dec, &val->depthPitch); in vn_decode_VkSubresourceLayout()
814 vn_decode_VkDeviceSize(dec, &val->memoryOffset); in vn_decode_VkBindImageMemoryInfo_self()
Dvn_protocol_driver_structs.h176 vn_decode_VkDeviceSize(dec, &val->size); in vn_decode_VkMemoryRequirements()
177 vn_decode_VkDeviceSize(dec, &val->alignment); in vn_decode_VkMemoryRequirements()
Dvn_protocol_driver_device_memory.h498 vn_decode_VkDeviceSize(dec, &val->offset); in vn_decode_VkMappedMemoryRange_self()
499 vn_decode_VkDeviceSize(dec, &val->size); in vn_decode_VkMappedMemoryRange_self()
942 vn_decode_VkDeviceSize(dec, pCommittedMemoryInBytes); in vn_decode_vkGetDeviceMemoryCommitment_reply()
Dvn_protocol_driver_device.h155 vn_decode_VkDeviceSize(dec, &val->bufferImageGranularity); in vn_decode_VkPhysicalDeviceLimits()
156 vn_decode_VkDeviceSize(dec, &val->sparseAddressSpaceSize); in vn_decode_VkPhysicalDeviceLimits()
223 vn_decode_VkDeviceSize(dec, &val->minTexelBufferOffsetAlignment); in vn_decode_VkPhysicalDeviceLimits()
224 vn_decode_VkDeviceSize(dec, &val->minUniformBufferOffsetAlignment); in vn_decode_VkPhysicalDeviceLimits()
225 vn_decode_VkDeviceSize(dec, &val->minStorageBufferOffsetAlignment); in vn_decode_VkPhysicalDeviceLimits()
265 vn_decode_VkDeviceSize(dec, &val->optimalBufferCopyOffsetAlignment); in vn_decode_VkPhysicalDeviceLimits()
266 vn_decode_VkDeviceSize(dec, &val->optimalBufferCopyRowPitchAlignment); in vn_decode_VkPhysicalDeviceLimits()
267 vn_decode_VkDeviceSize(dec, &val->nonCoherentAtomSize); in vn_decode_VkPhysicalDeviceLimits()
700 vn_decode_VkDeviceSize(dec, &val->size); in vn_decode_VkMemoryHeap()
1147 vn_decode_VkDeviceSize(dec, &val->maxResourceSize); in vn_decode_VkImageFormatProperties()
[all …]
Dvn_protocol_driver_buffer.h460 vn_decode_VkDeviceSize(dec, &val->memoryOffset); in vn_decode_VkBindBufferMemoryInfo_self()
Dvn_protocol_driver_types.h552 vn_decode_VkDeviceSize(struct vn_cs_decoder *dec, VkDeviceSize *val) in vn_decode_VkDeviceSize() function