Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c766 struct drm_vmw_shader_create_arg sh_arg; in vmw_ioctl_shader_create() local
771 memset(&sh_arg, 0, sizeof(sh_arg)); in vmw_ioctl_shader_create()
773 sh_arg.size = code_len; in vmw_ioctl_shader_create()
774 sh_arg.buffer_handle = SVGA3D_INVALID_ID; in vmw_ioctl_shader_create()
775 sh_arg.shader_handle = SVGA3D_INVALID_ID; in vmw_ioctl_shader_create()
778 sh_arg.shader_type = drm_vmw_shader_type_vs; in vmw_ioctl_shader_create()
781 sh_arg.shader_type = drm_vmw_shader_type_ps; in vmw_ioctl_shader_create()
789 &sh_arg, sizeof(sh_arg)); in vmw_ioctl_shader_create()
794 return sh_arg.shader_handle; in vmw_ioctl_shader_create()
800 struct drm_vmw_shader_arg sh_arg; in vmw_ioctl_shader_destroy() local
[all …]