Searched refs:array_list (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.h84 using array_list = std::priority_queue<array_entry, std::vector<array_entry>, typedef in class:r600::ValuePool
128 void allocate_local_register(const nir_register &reg, array_list& arrays);
130 void allocate_arrays(array_list& arrays);
H A Dsfn_valuepool.cpp400 void ValuePool::allocate_arrays(array_list& arrays)
459 void ValuePool::allocate_local_register(const nir_register& reg, array_list& arrays)
H A Dsfn_nir.cpp152 ValuePool::array_list arrays;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_dce.c122 foreach_array (arr, &ir->array_list)
140 foreach_array_safe (arr, &ir->array_list) {
H A Dir3_array_to_ssa.c212 foreach_array (array, &ir->array_list) {
H A Dir3_context.c549 list_addtail(&arr->node, &ctx->ir->array_list);
555 foreach_array (arr, &ctx->ir->array_list) {
H A Dir3.c59 list_inithead(&shader->array_list);
636 foreach_array (arr, &ir->array_list)
H A Dir3.h500 struct list_head array_list; member in struct:ir3
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_ra.c638 list_for_each_entry (struct ir3_array, arr, &ctx->ir->array_list, node) {
889 list_for_each_entry (struct ir3_array, arr, &ir->array_list, node) {
916 list_for_each_entry (struct ir3_array, arr, &ir->array_list, node) {
940 list_for_each_entry (struct ir3_array, arr, &ctx->ir->array_list, node) {
1099 list_for_each_entry (struct ir3_array, arr, &ctx->ir->array_list, node) {
1109 list_for_each_entry (struct ir3_array, arr2, &ctx->ir->array_list, node) {
H A Dir3_context.c527 list_addtail(&arr->node, &ctx->ir->array_list);
533 list_for_each_entry (struct ir3_array, arr, &ctx->ir->array_list, node) {
H A Dir3.c62 list_inithead(&shader->array_list);
1082 list_for_each_entry (struct ir3_array, arr, &ir->array_list, node)
H A Dir3.h449 struct list_head array_list; member in struct:ir3

Completed in 17 milliseconds