Lines Matching defs:rects
1112 uint32_t rect_count, D3D12_RECT *rects)
1206 .right = (UINT)(rects[r].right - rects[r].left),
1207 .bottom = (UINT)(rects[r].bottom - rects[r].top),
1213 rects[r].left,
1214 rects[r].top, 0,
1377 D3D12_RECT *rects)
1412 rect_count, rects);
1449 &range, rect_count, rects);
1458 ID3D12GraphicsCommandList1_ClearRenderTargetView(cmdbuf->cmdlist, handle, vals, rect_count, rects);