Searched refs:oread (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_driver.h50 unsigned oread : 1; /* true if output is read from parallel TCP */ member in struct:nv50_ir_varying
H A Dnv50_ir_from_tgsi.cpp1526 info->out[i].oread = 1;
1528 info->out[src.getIndex(0)].oread = 1;
H A Dnv50_ir_from_nir.cpp1334 info->out[vary].oread = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_driver.h53 unsigned oread : 1; /* true if output is read from parallel TCP */ member in struct:nv50_ir_varying
H A Dnv50_ir_from_tgsi.cpp1494 info_out->out[i].oread = 1;
1496 info_out->out[src.getIndex(0)].oread = 1;
H A Dnv50_ir_from_nir.cpp1152 v->oread = 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c237 if (info->out[i].oread)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c238 if (info->out[i].oread)

Completed in 25 milliseconds