Home
last modified time | relevance | path

Searched refs:sh_arg (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c870 struct drm_vmw_shader_create_arg sh_arg; in vmw_ioctl_shader_create() local
875 memset(&sh_arg, 0, sizeof(sh_arg)); in vmw_ioctl_shader_create()
877 sh_arg.size = code_len; in vmw_ioctl_shader_create()
878 sh_arg.buffer_handle = SVGA3D_INVALID_ID; in vmw_ioctl_shader_create()
879 sh_arg.shader_handle = SVGA3D_INVALID_ID; in vmw_ioctl_shader_create()
882 sh_arg.shader_type = drm_vmw_shader_type_vs; in vmw_ioctl_shader_create()
885 sh_arg.shader_type = drm_vmw_shader_type_ps; in vmw_ioctl_shader_create()
893 &sh_arg, sizeof(sh_arg)); in vmw_ioctl_shader_create()
904 struct drm_vmw_shader_arg sh_arg; vmw_ioctl_shader_destroy() local
[all...]
/third_party/toybox/toys/pending/
H A Dsh.c113 struct sh_arg {
122 struct sh_arg arg;
213 static void expand_arg(struct sh_arg *arg, char *new, unsigned flags, in expand_arg()
295 struct sh_process *run_command(struct sh_arg *arg, int **rdlist) in run_command()
313 struct sh_arg aa; in run_command()
608 void argxtend(struct sh_arg *arg) in argxtend()
617 struct sh_arg arg[1];
650 struct sh_arg *arg; // arguments to function call
702 struct sh_arg *arg = 0; in parse_line()
753 pl = xrealloc(pl, sizeof(*pl) + ++pl->count*sizeof(struct sh_arg)); in parse_line()
[all...]
/third_party/toybox/generated/
H A Dglobals.h967 struct sh_arg { struct
976 struct sh_arg arg;

Completed in 8 milliseconds