Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c668 static const uint32_t *datatype_table; variable
713 if (datatype_table[i] == uncompacted) { in set_datatype_index()
1164 datatype_table[brw_compact_inst_datatype_index(devinfo, src)]; in set_uncompacted_datatype()
1459 datatype_table = gen8_datatype_table; in brw_init_compaction_tables()
1465 datatype_table = gen7_datatype_table; in brw_init_compaction_tables()
1471 datatype_table = gen6_datatype_table; in brw_init_compaction_tables()
1478 datatype_table = g45_datatype_table; in brw_init_compaction_tables()