Searched refs:pDstBox (Results 1 – 2 of 2) sorted by relevance
867 __in_opt const D3D10_DDI_BOX *pDstBox, // IN in ResourceUpdateSubResourceUP() argument886 if (pDstBox) { in ResourceUpdateSubResourceUP()890 box.x = pDstBox->left; in ResourceUpdateSubResourceUP()891 box.y = pDstBox->top; in ResourceUpdateSubResourceUP()892 box.z = pDstBox->front + dst_layer; in ResourceUpdateSubResourceUP()893 box.width = pDstBox->right - pDstBox->left; in ResourceUpdateSubResourceUP()894 box.height = pDstBox->bottom - pDstBox->top; in ResourceUpdateSubResourceUP()895 box.depth = pDstBox->back - pDstBox->front; in ResourceUpdateSubResourceUP()
90 UINT DstSubResource, __in_opt const D3D10_DDI_BOX *pDstBox,