HomeSort by: relevance | last modified time | path
    Searched refs:addr64 (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/libpciaccess/dist/src/
common_capability.c 153 agp_info->addr64 = (agp_status & 0x0020) != 0;
  /xsrc/external/mit/libpciaccess/dist/include/
pciaccess.h 435 unsigned int addr64:1; member in struct:pci_agp_info
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_assembler.cpp 387 assert(!mubuf.addr64 || ctx.chip_class <= GFX7);
389 encoding |= (mubuf.addr64 ? 1 : 0) << 15;
aco_print_ir.cpp 372 if (mubuf.addr64)
373 fprintf(output, " addr64");
aco_ir.h 1526 bool addr64 : 1; /* SI, CIK: Address size is 64-bit */
aco_instruction_selection.cpp 4146 mubuf->addr64 = offset.type() == RegType::vgpr;
4570 /* idxen*/ false, /* addr64 */ false, /* disable_wqm */ false, /* glc */ true,
6818 mubuf->addr64 = addr.type() == RegType::vgpr;
6989 mubuf->addr64 = addr.type() == RegType::vgpr;
8023 load->addr64 = true;

Completed in 16 milliseconds