Searched refs:sh_arg (Results 1 – 1 of 1) sorted by relevance
743 struct drm_vmw_shader_create_arg sh_arg; in vmw_ioctl_shader_create() local748 memset(&sh_arg, 0, sizeof(sh_arg)); in vmw_ioctl_shader_create()750 sh_arg.size = code_len; in vmw_ioctl_shader_create()751 sh_arg.buffer_handle = SVGA3D_INVALID_ID; in vmw_ioctl_shader_create()752 sh_arg.shader_handle = SVGA3D_INVALID_ID; in vmw_ioctl_shader_create()755 sh_arg.shader_type = drm_vmw_shader_type_vs; in vmw_ioctl_shader_create()758 sh_arg.shader_type = drm_vmw_shader_type_ps; in vmw_ioctl_shader_create()766 &sh_arg, sizeof(sh_arg)); in vmw_ioctl_shader_create()771 return sh_arg.shader_handle; in vmw_ioctl_shader_create()777 struct drm_vmw_shader_arg sh_arg; in vmw_ioctl_shader_destroy() local[all …]