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

/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcffdec.c2642 static const struct type3_op { struct
2648 } type3_op[] = { variable in typeref:typename:const struct type3_op[]
2705 static const struct type3_op *
2708 static const struct type3_op dummy_op = {
2716 for (unsigned i = 0; i < ARRAY_SIZE(type3_op); i++)
2717 if (!strcmp(name, type3_op[i].name))
2718 return &type3_op[i];
2792 const struct type3_op *op = get_type3_op(val);
2810 const struct type3_op *op = get_type3_op(val);

Completed in 7 milliseconds