Searched refs:signed_offset (Results 1 – 4 of 4) sorted by relevance
75 word->signed_offset |= u & 0x1FF; in midgard_pack_varying_params()80 unsigned params = word.signed_offset & 0x1FF; in midgard_unpack_varying_params()932 ins->load_store.signed_offset |= PACK_LDST_UBO_OFS(offset); in mir_ldst_pack_offset()934 ins->load_store.signed_offset |= PACK_LDST_ATTRIB_OFS(offset); in mir_ldst_pack_offset()936 ins->load_store.signed_offset |= PACK_LDST_SELECTOR_OFS(offset); in mir_ldst_pack_offset()938 ins->load_store.signed_offset |= PACK_LDST_MEM_OFS(offset); in mir_ldst_pack_offset()
1363 fprintf(fp, " 0x%X\n", word->signed_offset); in print_load_store_instr()1420 if (word->signed_offset & 1) { /* buffer index imm */ in print_load_store_instr()1434 midgard_print_sint(fp, UNPACK_LDST_UBO_OFS(word->signed_offset)); in print_load_store_instr()1464 midgard_print_sint(fp, word->signed_offset); in print_load_store_instr()1499 midgard_print_sint(fp, UNPACK_LDST_ATTRIB_OFS(word->signed_offset)); in print_load_store_instr()1513 midgard_print_sint(fp, UNPACK_LDST_VERTEX_OFS(word->signed_offset)); in print_load_store_instr()1519 unsigned format_specifier = (word->signed_offset << 4) | word->index_shift; in print_load_store_instr()1532 UNPACK_LDST_ATTRIB_OFS(word->signed_offset)); in print_load_store_instr()1538 UNPACK_LDST_ATTRIB_OFS(word->signed_offset)); in print_load_store_instr()1548 UNPACK_LDST_UBO_OFS(word->signed_offset)); in print_load_store_instr()
771 int signed_offset : 18; member
117 .signed_offset = address \1623 ld.load_store.signed_offset = PACK_LDST_SELECTOR_OFS(idx); in emit_special()1822 ld.load_store.signed_offset |= 1; in emit_intrinsic()1829 ld.load_store.signed_offset = PACK_LDST_SELECTOR_OFS(16); in emit_intrinsic()1860 ld.load_store.signed_offset = PACK_LDST_SELECTOR_OFS(1); in emit_intrinsic()