Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h50 unsigned oread : 1; /* true if output is read from parallel TCP */ member
Dnv50_ir_from_tgsi.cpp1420 info->out[i].oread = 1; in scanInstructionSrc()
1422 info->out[src.getIndex(0)].oread = 1; in scanInstructionSrc()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c226 if (info->out[i].oread) in nvc0_vtgp_gen_header()