Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglthread_shaderobj.c29 struct marshal_cmd_ShaderSource struct
42 const struct marshal_cmd_ShaderSource *cmd, in _mesa_unmarshal_ShaderSource() argument
90 const size_t fixed_cmd_size = sizeof(struct marshal_cmd_ShaderSource); in _mesa_marshal_ShaderSource()
91 STATIC_ASSERT(sizeof(struct marshal_cmd_ShaderSource) % sizeof(GLint) == 0); in _mesa_marshal_ShaderSource()
99 struct marshal_cmd_ShaderSource *cmd = in _mesa_marshal_ShaderSource()