Home
last modified time | relevance | path

Searched defs:numConsts (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c964 unsigned numConsts, const void *buf) in dump_constants()
1023 dump_SVGA3dCmdSetShaderConst(const SVGA3dCmdSetShaderConst *cmd, uint32 numConsts) in dump_SVGA3dCmdSetShaderConst()
1032 dump_SVGA3dCmdSetGBShaderConstInline(const SVGA3dCmdSetGBShaderConstInline *cmd, uint32 numConsts) in dump_SVGA3dCmdSetGBShaderConstInline()
2369 uint32 numConsts = 1 + (size - sizeof *cmd) / (4 * sizeof(uint32)); in svga_dump_command() local
2540 uint32 numConsts = (size - sizeof *cmd) / (4 * sizeof(uint32)); in svga_dump_command() local