Home
last modified time | relevance | path

Searched refs:BI_SWIZZLABLE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_tables.c37 [BI_CONVERT] = BI_SCHED_ADD | BI_SWIZZLABLE | BI_ROUNDMODE, /* +FMA on G71 */
58 [BI_SELECT] = BI_SCHED_ALL | BI_SWIZZLABLE,
Dbir.c58 bool classy = bi_class_props[ins->type] & BI_SWIZZLABLE; in bi_is_src_swizzled()
Dcompiler.h114 #define BI_SWIZZLABLE (1 << 6) macro