Searched refs:primTopology (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2014 static const VGPU10_PRIMITIVE_TOPOLOGY primTopology[] = { local in function:emit_vgpu10_property
2051 assert(prop->u[0].Data < ARRAY_SIZE(primTopology));
2052 emit->gs.prim_topology = primTopology[prop->u[0].Data];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2788 static const VGPU10_PRIMITIVE_TOPOLOGY primTopology[] = { local in function:emit_vgpu10_property
2825 assert(prop->u[0].Data < ARRAY_SIZE(primTopology));
2826 emit->gs.prim_topology = primTopology[prop->u[0].Data];

Completed in 22 milliseconds