Home
last modified time | relevance | path

Searched defs:ppir_compiler (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dppir.h408 typedef struct ppir_compiler { struct
409 struct list_head block_list;
410 struct hash_table_u64 *blocks;
411 int cur_index;
412 int cur_instr_index;
413 int *out_type_to_reg;
415 struct list_head reg_list;
416 int reg_num;
441 } ppir_compiler; argument