Searched refs:nsa (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_hard_clause.cpp | 68 static void create_mimg(bool nsa, Temp desc=Temp(0, s8)) in create_mimg() argument 78 mimg->operands[3 + i] = Operand(PhysReg(256 + (nsa ? i * 2 : i)), v1); in create_mimg() 205 BEGIN_TEST(form_hard_clauses.nsa)
|
H A D | test_insert_nops.cpp | 34 void create_mimg(bool nsa, unsigned addrs, unsigned instr_dwords) in create_mimg() argument 43 mimg->operands[3 + i] = Operand(PhysReg(256 + (nsa ? i * 2 : i)), v1); in create_mimg()
|
/third_party/lwip/src/netif/ppp/ |
H A D | ppp.c | 1126 const ip_addr_t *nsa; in cdns() local 1130 nsa = dns_getserver(0); in cdns() 1132 if (ip_addr_cmp(nsa, &nsb)) { in cdns() 1135 nsa = dns_getserver(1); in cdns() 1137 if (ip_addr_cmp(nsa, &nsb)) { in cdns()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_clone.c | 391 nir_ssa_undef_instr *nsa = in clone_ssa_undef() local 395 add_remap(state, &nsa->def, &sa->def); in clone_ssa_undef() 397 return nsa; in clone_ssa_undef()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_assembler.cpp | 498 std::vector<uint32_t>::iterator nsa = std::prev(out.end(), nsa_dwords); in emit_instruction() local 500 nsa[i / 4] |= (0xFF & instr->operands[4 + i].physReg().reg()) << (i % 4 * 8); in emit_instruction()
|
Completed in 6 milliseconds