Home
last modified time | relevance | path

Searched refs:globalAccess (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h176 uint8_t globalAccess; /* 1 for read, 2 for wr, 3 for rw */ member
Dnv50_ir_from_tgsi.cpp1585 info->io.globalAccess |= 0x2; in scanInstruction()
1595 info->io.globalAccess |= 0x2; in scanInstruction()
1615 info->io.globalAccess |= (insn.getOpcode() == TGSI_OPCODE_LOAD) ? in scanInstruction()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c677 if (info->io.globalAccess) in nvc0_program_translate()
679 if (info->io.globalAccess & 0x2) in nvc0_program_translate()