Home
last modified time | relevance | path

Searched refs:pDstBox (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp867 __in_opt const D3D10_DDI_BOX *pDstBox, // IN in ResourceUpdateSubResourceUP() argument
886 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()
DResource.h90 UINT DstSubResource, __in_opt const D3D10_DDI_BOX *pDstBox,