Lines Matching refs:data
51 char data[0];
126 memcpy(snir->data, blob.data, blob.size);
166 snir = entry->data;
171 blob_reader_init(&blob, snir->data, snir->size);
246 * It searchs for pipeline cached data, and returns a v3dv_pipeline_shared_data with
272 (struct v3dv_pipeline_shared_data *) entry->data;
488 disk_cache_put(disk_cache, cache_key, binary.data, binary.size, NULL);
496 /* Uploads all the "cacheable" or shared data from the pipeline */
518 memcpy(snir->data, snir_data, snir_size);
555 * (including the uniform list) and filled it up with the data that we read
564 ulist->data = ralloc_array(new_prog_data, uint32_t, ulist->count);
565 memcpy(ulist->data, ulist_data_data, ulist_data_size);
624 struct v3dv_pipeline_shared_data *data =
628 if (!data)
631 return data;
646 const void *data)
656 blob_reader_init(&blob, data, size);
661 memcpy(&header, data, sizeof(header));
752 ralloc_free(entry->data);
759 struct v3dv_pipeline_shared_data *cache_entry = entry->data;
801 struct serialized_nir *src_snir = entry->data;
817 memcpy(snir_dst->data, src_snir->data, src_snir->size);
834 struct v3dv_pipeline_shared_data *cache_entry = entry->data;
872 blob_write_bytes(blob, ulist->data, sizeof(uint32_t) * ulist->count);
988 const struct serialized_nir *snir = entry->data;
994 blob_write_bytes(&blob, snir->data, snir->size);
1015 struct v3dv_pipeline_shared_data *cache_entry = entry->data;