| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga3d_cmd.h | 1017 uint32 shid; member in struct:__anon5611 1028 uint32 shid; member in struct:__anon5612 1055 uint32 shid; member in struct:__anon5614 1971 uint32 shid; member in struct:SVGA3dCmdDefineGBShader 1985 uint32 shid; member in struct:SVGA3dCmdBindGBShader 1999 uint32 shid; member in struct:SVGA3dCmdDestroyGBShader
|
| svga3d_dx.h | 1391 uint32 shid; member in struct:SVGA3dCmdDXBindShader
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_shader.c | 238 cmd->body.shid = res->id; 270 cmd->body.shid = res->id; 298 cmd->body.shid = res->id; 340 cmd->body.shid = res->id; 409 cmd->body.shid = shader->id; 496 cmd->body.shid = res->id;
|
| vmwgfx_execbuf.c | 1939 cmd->body.shid, cmd + 1, cmd->body.type, 1976 ret = vmw_shader_remove(vmw_context_res_man(ctx), cmd->body.shid, 2021 if (cmd->body.shid != SVGA3D_INVALID_ID) { 2028 cmd->body.shid, cmd->body.type); 2038 &cmd->body.shid), 2048 user_shader_converter, &cmd->body.shid, 2110 user_shader_converter, &cmd->body.shid, 2728 res = vmw_shader_lookup(vmw_context_res_man(ctx), cmd->body.shid, 0);
|
| vmwgfx_binding.c | 515 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID);
|