Searched refs:offen (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_opt_value_numbering.cpp | 256 aM.offset == bM.offset && aM.offen == bM.offen && aM.idxen == bM.idxen && in operator ()() 263 return aM.sync == bM.sync && aM.offset == bM.offset && aM.offen == bM.offen && in operator ()()
|
D | aco_print_ir.cpp | 370 if (mubuf.offen) in print_instr_format_specific() 536 if (mtbuf.offen) in print_instr_format_specific()
|
D | aco_assembler.cpp | 388 encoding |= (mubuf.offen ? 1 : 0) << 12; in emit_instruction() 421 encoding |= (mtbuf.offen ? 1 : 0) << 12; in emit_instruction()
|
D | aco_ir.h | 1563 bool offen : 1; /* Supply an offset from VGPR (VADDR) */ member 1592 bool offen : 1; /* Supply an offset from VGPR (VADDR) */ member
|
D | aco_optimizer.cpp | 1423 if (mubuf.offen && i == 1 && info.is_constant_or_literal(32) && in label_instruction() 1428 mubuf.offen = false; in label_instruction() 1434 } else if (mubuf.offen && i == 1 && in label_instruction()
|
D | aco_instruction_selection.cpp | 4440 mubuf->offen = (offset.type() == RegType::vgpr); in mubuf_load_callback() 6735 store->offen = (offset.type() == RegType::vgpr); in visit_store_ssbo() 6828 mubuf->offen = (offset.type() == RegType::vgpr); in visit_atomic_ssbo() 7771 mubuf->offen = !vaddr_offset.isUndefined(); in visit_emit_vertex_with_counter() 8356 load->offen = 0; in visit_intrinsic() 11496 store->offen = true; in emit_stream_output()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | BUFInstructions.td | 31 !if(!eq(addrKind, BUFAddrKind.OffEn), "offen", 93 bits<1> offen = 0; 173 "$vaddr, $srsrc, $format, $soffset offen", 177 "$vaddr, $srsrc, $format, $soffset idxen offen", 185 bits<1> offen = !if(!eq(addrKind, BUFAddrKind.OffEn), 1, 327 bits<1> offen = 0; 380 let offen = 0; 454 !if(!eq(addrKind, BUFAddrKind.OffEn), "$vaddr, $srsrc, $soffset offen", 456 !if(!eq(addrKind, BUFAddrKind.BothEn), "$vaddr, $srsrc, $soffset idxen offen", 463 bits<1> offen = !if(!eq(addrKind, BUFAddrKind.OffEn), 1, [all …]
|
D | SIInstrInfo.td | 1041 def offen : NamedOperandBit<"Offen", NamedMatchClass<"Offen">>;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 106 <translation>Plaintext (offen / keine Authentifizierung)</translation>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 106 <translation>Plaintext (offen / keine Authentifizierung)</translation>
|