Searched refs:numVertexDecls (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 995 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 D | svga_cmd.h | 159 uint32 numVertexDecls,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_cmd.c | 995 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 D | svga_cmd.h | 159 uint32 numVertexDecls,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_cmd.h | 740 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 D | svga3d_cmd.h | 774 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 D | svga3d_reg.h | 1475 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 D | svga_dump.c | 1071 _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 D | svga_dump.c | 1071 _debug_printf("\t\t.numVertexDecls = %u\n", (*cmd).numVertexDecls); 2399 for(i = 0; i < cmd->numVertexDecls; ++i) {
|
Completed in 26 milliseconds