HomeSort by: relevance | last modified time | path
    Searched refs:vn_encode_uint32_t_array (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_shader_module.h 66 vn_encode_uint32_t_array(enc, val->pCode, val->codeSize / 4);
vn_protocol_driver_render_pass.h 141 vn_encode_uint32_t_array(enc, val->pPreserveAttachments, val->preserveAttachmentCount);
239 vn_encode_uint32_t_array(enc, val->pViewMasks, val->subpassCount);
253 vn_encode_uint32_t_array(enc, val->pCorrelationMasks, val->correlationMaskCount);
1001 vn_encode_uint32_t_array(enc, val->pPreserveAttachments, val->preserveAttachmentCount);
1183 vn_encode_uint32_t_array(enc, val->pCorrelatedViewMasks, val->correlatedViewMaskCount);
vn_protocol_driver_queue.h 78 vn_encode_uint32_t_array(enc, val->pWaitSemaphoreDeviceIndices, val->waitSemaphoreCount);
85 vn_encode_uint32_t_array(enc, val->pCommandBufferDeviceMasks, val->commandBufferCount);
92 vn_encode_uint32_t_array(enc, val->pSignalSemaphoreDeviceIndices, val->signalSemaphoreCount);
vn_protocol_driver_types.h 316 vn_encode_uint32_t_array(struct vn_cs_encoder *enc, const uint32_t *val, uint32_t count) function
452 vn_encode_uint32_t_array(enc, val, count);
490 vn_encode_uint32_t_array(enc, val, count);
528 vn_encode_uint32_t_array(enc, val, count);
vn_protocol_driver_buffer.h 223 vn_encode_uint32_t_array(enc, val->pQueueFamilyIndices, val->queueFamilyIndexCount);
288 vn_encode_uint32_t_array(enc, val->pDeviceIndices, val->deviceIndexCount);
vn_protocol_driver_descriptor_set.h 70 vn_encode_uint32_t_array(enc, val->pDescriptorCounts, val->descriptorSetCount);
vn_protocol_driver_image.h 455 vn_encode_uint32_t_array(enc, val->pQueueFamilyIndices, val->queueFamilyIndexCount);
529 vn_encode_uint32_t_array(enc, val->pDeviceIndices, val->deviceIndexCount);
vn_protocol_driver_command_buffer.h 557 vn_encode_uint32_t_array(enc, val->uint32, 4);
2103 vn_encode_uint32_t_array(enc, pDynamicOffsets, dynamicOffsetCount);
vn_protocol_driver_device.h 9034 vn_encode_uint32_t_array(enc, val->pQueueFamilyIndices, val->queueFamilyIndexCount);

Completed in 19 milliseconds