Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_binding.c911 SVGA3dSoTarget *so_buffer = (SVGA3dSoTarget *) cbs->bind_cmd_buffer; in vmw_collect_so_targets()
952 so_target_size = cbs->bind_cmd_count*sizeof(SVGA3dSoTarget); in vmw_emit_set_so_target()
1464 BUILD_BUG_ON(SVGA3D_DX_MAX_SOTARGETS*sizeof(SVGA3dSoTarget) > in vmw_binding_build_asserts()
Dvmwgfx_execbuf.c2519 SVGA3dSoTarget targets[]; in vmw_cmd_dx_set_so_targets()
2527 num = (cmd->header.size - sizeof(cmd->body)) / sizeof(SVGA3dSoTarget); in vmw_cmd_dx_set_so_targets()
/linux-6.12.1/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h522 typedef struct SVGA3dSoTarget { struct
526 } SVGA3dSoTarget; argument