Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1067 int clipVertexOutput; member in tgsi::Source
1132 clipVertexOutput = -1; in scanSource()
1386 if (clipVertexOutput < 0) in scanDeclaration()
1387 clipVertexOutput = i; in scanDeclaration()
1397 clipVertexOutput = i; in scanDeclaration()
2187 !dst.isIndirect(0) && dst.getIndex(0) == code->clipVertexOutput) { in storeDst()