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

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_compact.c611 static const uint16_t gfx8_src_index_table[32] = { variable in typeref:typename:const uint16_t[32]
1214 table_len = ARRAY_SIZE(gfx8_src_index_table);
1254 table_len = ARRAY_SIZE(gfx8_src_index_table);
2380 assert(gfx8_src_index_table[ARRAY_SIZE(gfx8_src_index_table) - 1] != 0);
2408 c->src0_index_table = gfx8_src_index_table;
2409 c->src1_index_table = gfx8_src_index_table;
2416 c->src0_index_table = gfx8_src_index_table;
2417 c->src1_index_table = gfx8_src_index_table;

Completed in 4 milliseconds