Lines Matching defs:local_enc
159 struct vn_cs_encoder local_enc = VN_CS_ENCODER_INITIALIZER_LOCAL(
161 vn_encode_vkCreateRingMESA(&local_enc, 0, instance->ring.id, &info);
163 vn_cs_encoder_get_len(&local_enc));
203 struct vn_cs_encoder local_enc =
206 &local_enc, VK_COMMAND_GENERATE_REPLY_BIT_EXT, &struct_size,
210 instance->renderer, local_data, vn_cs_encoder_get_len(&local_enc));
308 struct vn_cs_encoder local_enc = VN_CS_ENCODER_INITIALIZER_LOCAL(
314 vn_encode_vkWriteRingExtraMESA(&local_enc, 0, instance->ring.id, 0, seqno);
317 vn_cs_encoder_get_len(&local_enc));
530 struct vn_cs_encoder local_enc = VN_CS_ENCODER_INITIALIZER_LOCAL(
532 vn_encode_vkNotifyRingMESA(&local_enc, 0, instance->ring.id, seqno, 0);
534 vn_cs_encoder_get_len(&local_enc));
576 struct vn_cs_encoder local_enc = VN_CS_ENCODER_INITIALIZER_LOCAL(
583 vn_encode_vkSetReplyCommandStreamMESA(&local_enc, 0, &stream);
584 vn_cs_encoder_commit(&local_enc);
593 vn_instance_ring_submit_locked(instance, &local_enc, NULL, NULL);
597 vn_cs_encoder_get_len(&local_enc));
603 struct vn_cs_encoder local_enc = VN_CS_ENCODER_INITIALIZER_LOCAL(
605 vn_encode_vkSeekReplyCommandStreamMESA(&local_enc, 0, offset);
606 vn_cs_encoder_commit(&local_enc);
612 vn_instance_ring_submit_locked(instance, &local_enc, NULL, NULL);
616 vn_cs_encoder_get_len(&local_enc));
804 struct vn_cs_encoder local_enc = VN_CS_ENCODER_INITIALIZER_LOCAL(
806 vn_encode_vkDestroyRingMESA(&local_enc, 0, instance->ring.id);
808 vn_cs_encoder_get_len(&local_enc));
858 struct vn_cs_encoder local_enc = VN_CS_ENCODER_INITIALIZER_LOCAL(
860 vn_encode_vkDestroyRingMESA(&local_enc, 0, instance->ring.id);
862 vn_cs_encoder_get_len(&local_enc));