Searched refs:vn_encode_uint64_t_array (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_types.h | 28 vn_encode_uint64_t_array(struct vn_cs_encoder *enc, const uint64_t *val, uint32_t count) in vn_encode_uint64_t_array() function 108 vn_encode_uint64_t_array(enc, (const uint64_t *)val, count); in vn_encode_size_t_array() 423 vn_encode_uint64_t_array(enc, val, count); in vn_encode_VkDeviceSize_array() 449 vn_encode_uint64_t_array(enc, val, count); in vn_encode_VkDeviceAddress_array()
|
H A D | vn_protocol_renderer_device.h | 15132 vn_encode_uint64_t_array(enc, args->pTimestamps, args->timestampCount); in vn_encode_vkGetCalibratedTimestampsEXT_reply()
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A 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()
|
H A 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()
|
H A D | vn_protocol_driver_semaphore.h | 238 vn_encode_uint64_t_array(enc, val->pValues, val->semaphoreCount); in vn_encode_VkSemaphoreWaitInfo_self()
|
H A D | vn_protocol_driver_image.h | 163 vn_encode_uint64_t_array(enc, val->pDrmFormatModifiers, val->drmFormatModifierCount); in vn_encode_VkImageDrmFormatModifierListCreateInfoEXT_self()
|