Searched refs:numVertexDecls (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.c995 uint32 numVertexDecls, // IN
1002 uint32 declSize = sizeof **decls * numVertexDecls;
1008 numVertexDecls + numRanges);
1013 cmd->numVertexDecls = numVertexDecls;
1017 rangeArray = (SVGA3dPrimitiveRange*) &declArray[numVertexDecls];
993 SVGA3D_BeginDrawPrimitives(struct svga_winsys_context * swc,SVGA3dVertexDecl ** decls,uint32 numVertexDecls,SVGA3dPrimitiveRange ** ranges,uint32 numRanges) argument
H A Dsvga_cmd.h159 uint32 numVertexDecls,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd.c995 uint32 numVertexDecls, // IN
1002 uint32 declSize = sizeof **decls * numVertexDecls;
1008 numVertexDecls + numRanges);
1013 cmd->numVertexDecls = numVertexDecls;
1017 rangeArray = (SVGA3dPrimitiveRange*) &declArray[numVertexDecls];
993 SVGA3D_BeginDrawPrimitives(struct svga_winsys_context * swc,SVGA3dVertexDecl ** decls,uint32 numVertexDecls,SVGA3dPrimitiveRange ** ranges,uint32 numRanges) argument
H A Dsvga_cmd.h159 uint32 numVertexDecls,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h740 uint32 numVertexDecls; member in struct:__anonc6e2a0b51908
748 * 1. SVGA3dVertexDecl, quantity 'numVertexDecls', but no more than
752 * 3. Optionally, SVGA3dVertexDivisor, quantity 'numVertexDecls' (contains
1492 uint32 numVertexDecls; member in struct:__anonc6e2a0b54508
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h774 uint32 numVertexDecls; member in struct:__anon2dcb6c681908
782 * 1. SVGA3dVertexDecl, quantity 'numVertexDecls', but no more than
786 * 3. Optionally, SVGA3dVertexDivisor, quantity 'numVertexDecls' (contains
1526 uint32 numVertexDecls; member in struct:__anon2dcb6c684508
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dsvga3d_reg.h1475 uint32 numVertexDecls; member in struct:__anon70b0d8605408
1483 * 1. SVGA3dVertexDecl, quantity 'numVertexDecls', but no more than
1487 * 3. Optionally, SVGA3dVertexDivisor, quantity 'numVertexDecls' (contains
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1071 _debug_printf("\t\t.numVertexDecls = %u\n", (*cmd).numVertexDecls);
2399 for(i = 0; i < cmd->numVertexDecls; ++i) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c1071 _debug_printf("\t\t.numVertexDecls = %u\n", (*cmd).numVertexDecls);
2399 for(i = 0; i < cmd->numVertexDecls; ++i) {

Completed in 26 milliseconds