Searched refs:marshal_cmd_ShaderSource (Results 1 – 3 of 3) sorted by relevance
106 struct marshal_cmd_ShaderSource struct119 const struct marshal_cmd_ShaderSource *cmd) in _mesa_unmarshal_ShaderSource() argument165 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()
178 struct marshal_cmd_ShaderSource;204 const struct marshal_cmd_ShaderSource *cmd);
43218 _mesa_unmarshal_ShaderSource(ctx, (const struct marshal_cmd_ShaderSource *) cmd); in _mesa_unmarshal_dispatch_cmd()