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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_binding.c 819 * vmw_collect_so_targets - Build SVGA3dSoTarget data for a binding command
826 * Scans the @bi array for bindings and builds a buffer of SVGA3dSoTarget data.
839 SVGA3dSoTarget *so_buffer = (SVGA3dSoTarget *) cbs->bind_cmd_buffer;
880 so_target_size = cbs->bind_cmd_count*sizeof(SVGA3dSoTarget);
1297 BUILD_BUG_ON(SVGA3D_DX_MAX_SOTARGETS*sizeof(SVGA3dSoTarget) >
vmwgfx_execbuf.c 2484 SVGA3dSoTarget targets[];
2492 num = (cmd->header.size - sizeof(cmd->body)) / sizeof(SVGA3dSoTarget);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_dx.h 540 struct SVGA3dSoTarget {
546 SVGA3dSoTarget;
552 /* Followed by a variable number of SVGA3dSOTarget's. */

Completed in 21 milliseconds