Home | History | Annotate | Download | only in hwc

Lines Matching defs:transformType

135 const struct transformType {
138 } transformType[] = {
680 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
681 unsigned int id = transformType[idx].id;
1465 for (unsigned int idx = 0; idx < NUMA(transformType); idx++) {
1466 if (id == transformType[idx].id) {
1467 out << " (" << transformType[idx].desc << ')';