Home
last modified time | relevance | path

Searched refs:CommandName (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerPrototypes.inc36 {% for CommandName in server_custom_pre_handler_commands %}
37 bool PreHandle{{CommandName}}(const {{CommandName}}Cmd& cmd);
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
DServerPrototypes.inc36 {% for CommandName in server_custom_pre_handler_commands %}
37 bool PreHandle{{CommandName}}(const {{CommandName}}Cmd& cmd);
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1487 #define SVGA3D_DUMP_HEADER(CommandName) \ argument
1489 dump_SVGA3dCmdDX##CommandName(const SVGA3dCmdDX##CommandName *cmd)
2059 #define SVGA3D_DUMP_CASE_BASIC(CommandName, CommandCode) \ argument
2063 const SVGA3dCmdDX##CommandName *cmd = (const SVGA3dCmdDX##CommandName *)body; \
2064 dump_SVGA3dCmdDX##CommandName(cmd); \
2069 #define SVGA3D_DUMP_CASE_LIST(CommandName, CommandCode, ElementType) \ argument
2073 const SVGA3dCmdDX##CommandName *cmd = (const SVGA3dCmdDX##CommandName *)body; \
2074 dump_SVGA3dCmdDX##CommandName(cmd); \
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c81 #define SVGA3D_CREATE_COMMAND(CommandName, CommandCode) \ argument
82 SVGA3dCmdDX##CommandName *cmd; \
85 sizeof(SVGA3dCmdDX##CommandName), 0); \
90 #define SVGA3D_CREATE_CMD_COUNT(CommandName, CommandCode, ElementClassName) \ argument
91 SVGA3dCmdDX##CommandName *cmd; \
95 sizeof(SVGA3dCmdDX##CommandName) + \