Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h326 unsigned MaxOutputVertices; member
Dtgsi_exec.c1209 mach->MaxOutputVertices = parse.FullToken.FullProperty.u[0].Data; in tgsi_exec_machine_bind_shader()
1911 if (mach->Primitives[stream_id][prim_count] >= mach->MaxOutputVertices) in emit_vertex()