Searched refs:ubo_range_entry (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_analyze_ubo_ranges.c47 struct ubo_range_entry struct
54 score(const struct ubo_range_entry *entry)
67 const struct ubo_range_entry *a = va;
68 const struct ubo_range_entry *b = vb;
183 const struct ubo_range_entry *entry,
283 struct ubo_range_entry *entry =
284 util_dynarray_grow(&ranges, sizeof(struct ubo_range_entry));
297 int nr_entries = ranges.size / sizeof(struct ubo_range_entry);
300 util_dynarray_foreach(&ranges, struct ubo_range_entry, entry) {
314 qsort(ranges.data, nr_entries, sizeof(struct ubo_range_entry),
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_analyze_ubo_ranges.c47 struct ubo_range_entry struct
54 score(const struct ubo_range_entry *entry)
67 const struct ubo_range_entry *a = va;
68 const struct ubo_range_entry *b = vb;
185 const struct ubo_range_entry *entry,
277 struct ubo_range_entry *entry =
278 util_dynarray_grow(&ranges, struct ubo_range_entry, 1);
291 int nr_entries = ranges.size / sizeof(struct ubo_range_entry);
294 util_dynarray_foreach(&ranges, struct ubo_range_entry, entry) {
309 qsort(ranges.data, nr_entries, sizeof(struct ubo_range_entry),
[all...]

Completed in 3 milliseconds