Searched refs:numConsts (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 982 unsigned numConsts, const void *buf) 992 for (i = 0; i < numConsts; ++i) { 1004 for (i = 0; i < numConsts; ++i) { 1016 for (i = 0; i < numConsts; ++i) { 1028 for (i = 0; i < numConsts; ++i) { 1041 dump_SVGA3dCmdSetShaderConst(const SVGA3dCmdSetShaderConst *cmd, uint32 numConsts) argument 1046 dump_constants((*cmd).ctype, cmd->reg, numConsts, cmd->values); 1050 dump_SVGA3dCmdSetGBShaderConstInline(const SVGA3dCmdSetGBShaderConstInline *cmd, uint32 numConsts) argument 1055 dump_constants((*cmd).constType, cmd->regStart, numConsts, &cmd[1]); 2387 uint32 numConsts local in function:svga_dump_command 981 dump_constants(SVGA3dShaderConstType type,unsigned start,unsigned numConsts,const void * buf) argument 2558 uint32 numConsts = (size - sizeof *cmd) / (4 * sizeof(uint32)); local in function:svga_dump_command [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| H A D | svga_dump.c | 982 unsigned numConsts, const void *buf) 992 for (i = 0; i < numConsts; ++i) { 1004 for (i = 0; i < numConsts; ++i) { 1016 for (i = 0; i < numConsts; ++i) { 1028 for (i = 0; i < numConsts; ++i) { 1041 dump_SVGA3dCmdSetShaderConst(const SVGA3dCmdSetShaderConst *cmd, uint32 numConsts) argument 1046 dump_constants((*cmd).ctype, cmd->reg, numConsts, cmd->values); 1050 dump_SVGA3dCmdSetGBShaderConstInline(const SVGA3dCmdSetGBShaderConstInline *cmd, uint32 numConsts) argument 1055 dump_constants((*cmd).constType, cmd->regStart, numConsts, &cmd[1]); 2387 uint32 numConsts local in function:svga_dump_command 981 dump_constants(SVGA3dShaderConstType type,unsigned start,unsigned numConsts,const void * buf) argument 2558 uint32 numConsts = (size - sizeof *cmd) / (4 * sizeof(uint32)); local in function:svga_dump_command [all...] |
Completed in 10 milliseconds