Searched refs:numVertexDecls (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd.c | 997 uint32 numVertexDecls, // IN in SVGA3D_BeginDrawPrimitives() 1004 uint32 declSize = sizeof **decls * numVertexDecls; in SVGA3D_BeginDrawPrimitives() 1010 numVertexDecls + numRanges); in SVGA3D_BeginDrawPrimitives() 1015 cmd->numVertexDecls = numVertexDecls; in SVGA3D_BeginDrawPrimitives() 1019 rangeArray = (SVGA3dPrimitiveRange*) &declArray[numVertexDecls]; in SVGA3D_BeginDrawPrimitives() 995 SVGA3D_BeginDrawPrimitives(struct svga_winsys_context *swc, SVGA3dVertexDecl **decls, uint32 numVertexDecls, SVGA3dPrimitiveRange **ranges, uint32 numRanges) SVGA3D_BeginDrawPrimitives() argument
|
H A D | svga_cmd.h | 159 uint32 numVertexDecls,
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 798 uint32 numVertexDecls; member 806 * 1. SVGA3dVertexDecl, quantity 'numVertexDecls', but no more than 810 * 3. Optionally, SVGA3dVertexDivisor, quantity 'numVertexDecls' (contains 1550 uint32 numVertexDecls; member
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 1071 _debug_printf("\t\t.numVertexDecls = %u\n", (*cmd).numVertexDecls); in dump_SVGA3dCmdDrawPrimitives() 2399 for(i = 0; i < cmd->numVertexDecls; ++i) { in svga_dump_command()
|
Completed in 10 milliseconds