Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h1015 uint32 shid; member
1026 uint32 shid; member
1053 uint32 shid; member
1969 uint32 shid; member
1983 uint32 shid; member
1997 uint32 shid; member
Dsvga3d_dx.h1389 uint32 shid; member
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_shader.c231 cmd->body.shid = res->id; in vmw_gb_shader_create()
266 cmd->body.shid = res->id; in vmw_gb_shader_bind()
297 cmd->body.shid = res->id; in vmw_gb_shader_unbind()
341 cmd->body.shid = res->id; in vmw_gb_shader_destroy()
414 cmd->body.shid = shader->id; in vmw_dx_shader_unscrub()
504 cmd->body.shid = res->id; in vmw_dx_shader_scrub()
Dvmwgfx_execbuf.c2190 cmd->body.shid, cmd + 1, in vmw_cmd_shader_define()
2235 cmd->body.shid, in vmw_cmd_shader_destroy()
2287 if (cmd->body.shid != SVGA3D_INVALID_ID) { in vmw_cmd_set_shader()
2289 cmd->body.shid, in vmw_cmd_set_shader()
2294 &cmd->body.shid, res, in vmw_cmd_set_shader()
2306 &cmd->body.shid, &res_node); in vmw_cmd_set_shader()
2375 &cmd->body.shid, &cmd->body.mobid, in vmw_cmd_bind_gb_shader()
3048 cmd->body.shid, 0); in vmw_cmd_dx_bind_shader()
Dvmwgfx_binding.c513 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_shader()