Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_driver.h50 unsigned oread : 1; /* true if output is read from parallel TCP */ member
Dnv50_ir_from_tgsi.cpp1494 info_out->out[i].oread = 1; in scanInstructionSrc()
1496 info_out->out[src.getIndex(0)].oread = 1; in scanInstructionSrc()
Dnv50_ir_from_nir.cpp1152 v->oread = 1; in assignSlots()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c238 if (info->out[i].oread) in nvc0_vtgp_gen_header()