Home
last modified time | relevance | path

Searched refs:SVGA3D_DX_MAX_SOTARGETS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h117 #define SVGA3D_DX_MAX_SOTARGETS 4 macro
1438 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS];
1451 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS];
1588 uint32 targets[SVGA3D_DX_MAX_SOTARGETS];
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_binding.c98 struct vmw_ctx_bindinfo_so so_targets[SVGA3D_DX_MAX_SOTARGETS];
891 vmw_collect_so_targets(cbs, loc, SVGA3D_DX_MAX_SOTARGETS); in vmw_emit_set_so()
1294 BUILD_BUG_ON(SVGA3D_DX_MAX_SOTARGETS*sizeof(SVGA3dSoTarget) > in vmw_binding_build_asserts()
Dvmwgfx_execbuf.c2788 if (num > SVGA3D_DX_MAX_SOTARGETS) { in vmw_cmd_dx_set_so_targets()