Lines Matching refs:data
397 /* We're going to allocate a single chunk of data for both the per-level
404 void *data = malloc(total_size);
405 if (!data)
408 enum isl_aux_state **per_level_arr = data;
409 enum isl_aux_state *s = data + per_level_array_size;
416 assert((void *)s == data + total_size);
423 * might be shared with modifiers, we must allocate the image and aux data in
723 /* Modifiers require the aux data to be in the same buffer as the main
1162 /* The resource is idle, so just mark that it contains no data and
1593 * initialized with useful data, then we can safely promote this write
1594 * to be unsynchronized. This helps the common pattern of appending data.
1688 * the underlying compression, so we'd rather blit the data to a linear
1826 * Produce a set of PIPE_CONTROL bits which ensure data written to a
1827 * resource becomes visible, and any stale read cache data is invalidated.