Searched refs:header_bits (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | disassemble.c | 448 uint64_t header_bits = 0; local in function:dump_clause 571 header_bits = bits(words[2], 19, 32) | ((uint64_t) words[3] << (32 - 19)); 643 fprintf(fp, "# header: %012" PRIx64 "\n", header_bits); 647 memcpy((char *) &header, (char *) &header_bits, sizeof(struct bifrost_header));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/bifrost/ |
| H A D | disassemble.c | 2000 uint64_t header_bits = 0; local in function:dump_clause 2111 header_bits = bits(words[2], 19, 32) | ((uint64_t) words[3] << (32 - 19)); 2172 printf("# header: %012" PRIx64 "\n", header_bits); 2176 memcpy((char *) &header, (char *) &header_bits, sizeof(struct bifrost_header));
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_fs_nir.cpp | 5253 uint32_t header_bits = 0; local in function:fs_visitor::nir_emit_texture 5311 header_bits |= offset_bits; 5460 header_bits |= 2 << 16; 5462 header_bits |= instr->component << 16; 5468 inst->offset = header_bits;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs_nir.cpp | 6043 uint32_t header_bits = 0; local in function:fs_visitor::nir_emit_texture 6108 header_bits |= offset_bits; 6257 header_bits |= 2 << 16; 6259 header_bits |= instr->component << 16; 6265 inst->offset = header_bits;
|
Completed in 22 milliseconds