Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h117 #define SVGA3D_DX_MAX_SOTARGETS 4 macro
1789 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS];
1808 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS];
1830 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS];
1989 uint32 targets[SVGA3D_DX_MAX_SOTARGETS];
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_binding.c102 struct vmw_ctx_bindinfo_so_target so_targets[SVGA3D_DX_MAX_SOTARGETS];
927 vmw_collect_so_targets(cbs, loc, SVGA3D_DX_MAX_SOTARGETS); in vmw_emit_set_so_target()
1459 BUILD_BUG_ON(SVGA3D_DX_MAX_SOTARGETS*sizeof(SVGA3dSoTarget) > in vmw_binding_build_asserts()
Dvmwgfx_execbuf.c2497 if (num > SVGA3D_DX_MAX_SOTARGETS) { in vmw_cmd_dx_set_so_targets()