HomeSort by relevance Sort by last modified time
    Searched refs:uncompacted (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_eu_compact.c 43 * this generation are in units of 16-byte uncompacted instructions. As such,
45 * naturally aligned, i.e. uncompacted instructions must be 16-byte aligned.
47 * uncompacted instructions.
51 * aligned. Uncompacted instructions can also be placed on 8-byte boundaries.
56 * value of DW3 in the uncompacted instruction word.
676 uint32_t uncompacted = devinfo->gen >= 8 /* 17b/G45; 19b/IVB+ */ local
689 uncompacted |= brw_inst_bits(src, 90, 89) << 17; /* 2b */
692 if (control_index_table[i] == uncompacted) {
705 uint32_t uncompacted = devinfo->gen >= 8 /* 18b/G45+; 21b/BDW+ */ local
713 if (datatype_table[i] == uncompacted) {
726 uint16_t uncompacted = \/* 15b *\/ local
762 uint16_t uncompacted = brw_inst_bits(src, 88, 77); \/* 12b *\/ local
781 uint16_t uncompacted = brw_inst_bits(src, 120, 109); \/* 12b *\/ local
798 uint32_t uncompacted = \/* 24b\/BDW; 26b\/CHV *\/ local
821 uint64_t uncompacted = \/* 46b\/BDW; 49b\/CHV *\/ local
1141 uint32_t uncompacted = local
1163 uint32_t uncompacted = local
1180 uint16_t uncompacted = local
1193 uint16_t uncompacted = src_index_table[compacted]; local
1207 uint16_t uncompacted = local
1221 uint32_t uncompacted = gen8_3src_control_index_table[compacted]; local
1237 uint64_t uncompacted = gen8_3src_source_index_table[compacted]; local
1526 brw_inst uncompacted; local
1592 brw_inst uncompacted; local
    [all...]
test_eu_compact.cpp 37 brw_inst uncompacted; local
39 brw_uncompact_instruction(p->devinfo, &uncompacted, &dst);
40 if (memcmp(&uncompacted, &src, sizeof(src))) {
41 brw_debug_compact_uncompact(p->devinfo, &src, &uncompacted);
91 /* The compact bit -- uncompacted can't have it set. */
brw_eu.c 347 brw_inst uncompacted; local
360 brw_uncompact_instruction(devinfo, &uncompacted, compacted);
361 insn = &uncompacted;
brw_eu_validate.c 1269 brw_inst uncompacted; local
    [all...]
brw_eu.h 577 brw_inst *orig, brw_inst *uncompacted);
  /external/syzkaller/pkg/db/
db.go 30 uncompacted int // number of records in the file
47 db.Version, db.Records, db.uncompacted = deserializeDB(bufio.NewReader(f))
49 if len(db.Records) == 0 || db.uncompacted/10*9 > len(db.Records) {
66 db.uncompacted++
75 db.uncompacted++
79 if db.uncompacted/10*9 > len(db.Records) {
123 db.uncompacted = len(db.Records)
177 func deserializeDB(r *bufio.Reader) (version uint64, records map[string]Record, uncompacted int) {
194 uncompacted++

Completed in 181 milliseconds