Home
last modified time | relevance | path

Searched refs:marshal_cmd_ShaderSource (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmarshal.c106 struct marshal_cmd_ShaderSource struct
119 const struct marshal_cmd_ShaderSource *cmd) in _mesa_unmarshal_ShaderSource() argument
165 const size_t fixed_cmd_size = sizeof(struct marshal_cmd_ShaderSource); in _mesa_marshal_ShaderSource()
166 STATIC_ASSERT(sizeof(struct marshal_cmd_ShaderSource) % sizeof(GLint) == 0); in _mesa_marshal_ShaderSource()
174 struct marshal_cmd_ShaderSource *cmd = in _mesa_marshal_ShaderSource()
Dmarshal.h178 struct marshal_cmd_ShaderSource;
204 const struct marshal_cmd_ShaderSource *cmd);
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c43218 _mesa_unmarshal_ShaderSource(ctx, (const struct marshal_cmd_ShaderSource *) cmd); in _mesa_unmarshal_dispatch_cmd()