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

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_shaderobj.c28 struct marshal_cmd_ShaderSource struct
41 const struct marshal_cmd_ShaderSource *cmd,
89 const size_t fixed_cmd_size = sizeof(struct marshal_cmd_ShaderSource);
90 STATIC_ASSERT(sizeof(struct marshal_cmd_ShaderSource) % sizeof(GLint) == 0);
98 struct marshal_cmd_ShaderSource *cmd =
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmarshal.h178 struct marshal_cmd_ShaderSource;
204 const struct marshal_cmd_ShaderSource *cmd);
H A Dmarshal.c106 struct marshal_cmd_ShaderSource struct
119 const struct marshal_cmd_ShaderSource *cmd)
165 const size_t fixed_cmd_size = sizeof(struct marshal_cmd_ShaderSource);
166 STATIC_ASSERT(sizeof(struct marshal_cmd_ShaderSource) % sizeof(GLint) == 0);
174 struct marshal_cmd_ShaderSource *cmd =
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h2701 struct marshal_cmd_ShaderSource;
2702 uint32_t _mesa_unmarshal_ShaderSource(struct gl_context *ctx, const struct marshal_cmd_ShaderSource *cmd, const uint64_t *last);
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c[all...]

Completed in 74 milliseconds