Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c26788 struct marshal_cmd_Uniform3dv struct
26796 _mesa_unmarshal_Uniform3dv(struct gl_context *ctx, const struct marshal_cmd_Uniform3dv *cmd) in _mesa_unmarshal_Uniform3dv() argument
26810 size_t cmd_size = sizeof(struct marshal_cmd_Uniform3dv) + safe_mul(count, 24); in _mesa_marshal_Uniform3dv()
26811 struct marshal_cmd_Uniform3dv *cmd; in _mesa_marshal_Uniform3dv()
42642 _mesa_unmarshal_Uniform3dv(ctx, (const struct marshal_cmd_Uniform3dv *) cmd); in _mesa_unmarshal_dispatch_cmd()