Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h951 uint32 shid; member
962 uint32 shid; member
989 uint32 shid; member
1876 uint32 shid; member
1890 uint32 shid; member
1904 uint32 shid; member
Dsvga3d_dx.h1279 uint32 shid; member
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_shader.c230 cmd->body.shid = res->id; in vmw_gb_shader_create()
265 cmd->body.shid = res->id; in vmw_gb_shader_bind()
296 cmd->body.shid = res->id; in vmw_gb_shader_unbind()
340 cmd->body.shid = res->id; in vmw_gb_shader_destroy()
413 cmd->body.shid = shader->id; in vmw_dx_shader_unscrub()
503 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()