Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dppir.h308 typedef struct ppir_instr { struct
309 struct list_head list;
310 int index;
311 bool printed;
312 int seq; /* command sequence after schedule */
337 } ppir_instr; argument