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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c198 VGPU10_PRIMITIVE_TOPOLOGY prim_topology; /**< VGPU10 primitive topology */ member in struct:svga_shader_emitter_v10::__anond551882b0608
2052 emit->gs.prim_topology = primTopology[prop->u[0].Data];
2053 assert(emit->gs.prim_topology != VGPU10_PRIMITIVE_TOPOLOGY_UNDEFINED);
2100 opcode0.primitiveTopology = emit->gs.prim_topology;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c325 VGPU10_PRIMITIVE_TOPOLOGY prim_topology; /**< VGPU10 primitive topology */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0708
2826 emit->gs.prim_topology = primTopology[prop->u[0].Data];
2827 assert(emit->gs.prim_topology != VGPU10_PRIMITIVE_TOPOLOGY_UNDEFINED);
4037 opcode0.primitiveTopology = emit->gs.prim_topology;

Completed in 22 milliseconds