Home
last modified time | relevance | path

Searched refs:source_order_bundles (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2866 midgard_bundle **source_order_bundles = malloc(sizeof(midgard_bundle *) * bundle_count); in midgard_compile_shader_nir() local
2871 source_order_bundles[bundle_idx++] = bundle; in midgard_compile_shader_nir()
2887 lookahead = source_order_bundles[current_bundle + 1]->tag; in midgard_compile_shader_nir()
2897 free(source_order_bundles); in midgard_compile_shader_nir()