Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h92 #define SVGA3D_DX_MAX_SOTARGETS 4 macro
1309 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS];
1322 uint32 streamOutputStrideInBytes[SVGA3D_DX_MAX_SOTARGETS];
1440 uint32 targets[SVGA3D_DX_MAX_SOTARGETS];
/linux-4.4.14/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()
1290 BUILD_BUG_ON(SVGA3D_DX_MAX_SOTARGETS*sizeof(SVGA3dSoTarget) > in vmw_binding_build_asserts()
Dvmwgfx_execbuf.c2735 if (num > SVGA3D_DX_MAX_SOTARGETS) { in vmw_cmd_dx_set_so_targets()