Searched refs:vn_encode_uint64_t_array (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_types.h | 45 vn_encode_uint64_t_array(struct vn_cs_encoder *enc, const uint64_t *val, uint32_t count) in vn_encode_uint64_t_array() function 160 vn_encode_uint64_t_array(enc, (const uint64_t *)val, count); in vn_encode_size_t_array() 608 vn_encode_uint64_t_array(enc, val, count); in vn_encode_VkDeviceSize_array() 646 vn_encode_uint64_t_array(enc, val, count); in vn_encode_VkDeviceAddress_array()
|
D | vn_protocol_driver_queue.h | 217 vn_encode_uint64_t_array(enc, val->pWaitSemaphoreValues, val->waitSemaphoreValueCount); in vn_encode_VkTimelineSemaphoreSubmitInfo_self() 224 vn_encode_uint64_t_array(enc, val->pSignalSemaphoreValues, val->signalSemaphoreValueCount); in vn_encode_VkTimelineSemaphoreSubmitInfo_self()
|
D | vn_protocol_driver_semaphore.h | 231 vn_encode_uint64_t_array(enc, val->pValues, val->semaphoreCount); in vn_encode_VkSemaphoreWaitInfo_self()
|
D | vn_protocol_driver_image.h | 163 vn_encode_uint64_t_array(enc, val->pDrmFormatModifiers, val->drmFormatModifierCount); in vn_encode_VkImageDrmFormatModifierListCreateInfoEXT_self()
|