Searched refs:uncompacted (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_compact.c | 1084 uint32_t uncompacted; /* 17b/G45; 19b/IVB+; 21b/TGL+ */ in set_control_index() local 1087 uncompacted = (brw_inst_bits(src, 95, 92) << 17) | /* 4b */ in set_control_index() 1098 uncompacted = (brw_inst_bits(src, 33, 31) << 16) | /* 3b */ in set_control_index() 1104 uncompacted = (brw_inst_bits(src, 31, 31) << 16) | /* 1b */ in set_control_index() 1111 uncompacted |= brw_inst_bits(src, 90, 89) << 17; /* 2b */ in set_control_index() 1115 if (c->control_index_table[i] == uncompacted) { in set_control_index() 1129 uint32_t uncompacted; /* 18b/G45+; 21b/BDW+; 20b/TGL+ */ in set_datatype_index() local 1132 uncompacted = (brw_inst_bits(src, 91, 88) << 15) | /* 4b */ in set_datatype_index() 1146 uncompacted |= brw_inst_bits(src, 98, 98) << 19; /* 1b */ in set_datatype_index() 1149 uncompacted = (brw_inst_bits(src, 63, 61) << 18) | /* 3b */ in set_datatype_index() [all …]
|
D | test_eu_compact.cpp | 63 brw_inst uncompacted; in test_compact_instruction() local 65 brw_uncompact_instruction(p->devinfo, &uncompacted, &dst); in test_compact_instruction() 66 if (memcmp(&uncompacted, &src, sizeof(src))) { in test_compact_instruction() 67 brw_debug_compact_uncompact(p->devinfo, &src, &uncompacted); in test_compact_instruction()
|
D | brw_eu.cpp | 477 brw_inst uncompacted; in brw_label_assembly() local 483 brw_uncompact_instruction(devinfo, &uncompacted, compacted); in brw_label_assembly() 484 inst = &uncompacted; in brw_label_assembly() 536 brw_inst uncompacted; in brw_disassemble() local 567 brw_uncompact_instruction(devinfo, &uncompacted, compacted); in brw_disassemble() 568 insn = &uncompacted; in brw_disassemble()
|
D | brw_eu_validate.c | 2152 brw_inst uncompacted; in brw_validate_instructions() local 2156 brw_uncompact_instruction(devinfo, &uncompacted, compacted); in brw_validate_instructions() 2157 inst = &uncompacted; in brw_validate_instructions()
|
D | brw_eu.h | 1862 brw_inst *orig, brw_inst *uncompacted);
|
/third_party/flutter/skia/third_party/externals/icu/patches/ |
D | uniset_perf.patch | 465 // Compact the index-3 table and write an uncompacted version of the index-2 table.
|