OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subreg_table
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_eu_compact.c
704
static const uint16_t *
subreg_table
;
variable
769
if (
subreg_table
[i] == uncompacted) {
1219
subreg_table
[brw_compact_inst_subreg_index(devinfo, src)];
1497
subreg_table
= gen8_subreg_table;
1505
subreg_table
= gen8_subreg_table;
1511
subreg_table
= gen7_subreg_table;
1517
subreg_table
= gen6_subreg_table;
1524
subreg_table
= g45_subreg_table;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_eu_compact.c
1071
const uint16_t *
subreg_table
;
member in struct:compaction_state
1189
if (c->
subreg_table
[i] == uncompacted) {
1975
c->
subreg_table
[brw_compact_inst_subreg_index(devinfo, src)];
2395
c->
subreg_table
= gfx12_subreg_table;
2407
c->
subreg_table
= gfx8_subreg_table;
2415
c->
subreg_table
= gfx8_subreg_table;
2422
c->
subreg_table
= gfx7_subreg_table;
2429
c->
subreg_table
= gfx6_subreg_table;
2437
c->
subreg_table
= g45_subreg_table;
Completed in 8 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026