Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c954 dump_SVGA3dVertexDivisor(const SVGA3dVertexDivisor *cmd) in dump_SVGA3dVertexDivisor()
2407 while(body + sizeof(SVGA3dVertexDivisor) <= next) { in svga_dump_command()
2408 dump_SVGA3dVertexDivisor((const SVGA3dVertexDivisor *)body); in svga_dump_command()
2409 body += sizeof(SVGA3dVertexDivisor); in svga_dump_command()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h1525 SVGA3dVertexDivisor divisors[SVGA3D_MAX_VERTEX_ARRAYS];
Dsvga3d_types.h1452 } SVGA3dVertexDivisor; typedef