HomeSort by: relevance | last modified time | path
    Searched refs:shaderId (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_dx.h 248 SVGA3dShaderId shaderId;
1360 SVGA3dShaderId shaderId;
1382 SVGA3dShaderId shaderId;
1614 uint32 shaderId;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 2225 if (cmd->body.shaderId != SVGA3D_INVALID_ID) {
2226 res = vmw_shader_lookup(sw_context->man, cmd->body.shaderId, 0);
2660 ret = vmw_cotable_notify(res, cmd->body.shaderId);
2665 cmd->body.shaderId, cmd->body.type,
2688 ret = vmw_shader_remove(sw_context->man, cmd->body.shaderId, 0,
vmwgfx_binding.c 616 cmd->body.shaderId = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID);

Completed in 63 milliseconds