Home | History | Annotate | Download | only in util

Lines Matching refs:sbox

88       struct pipe_box sbox;
89 sbox.x = box->x;
90 sbox.y = box->y;
91 sbox.z = box->z;
92 sbox.width = box->width;
93 sbox.height = box->height;
94 sbox.depth = 1;
96 sbox.z = sbox.z + zi;
98 tx->base.resource, level, &sbox);
115 struct pipe_box sbox;
116 sbox.x = 0;
117 sbox.y = 0;
118 sbox.z = 0;
119 sbox.width = tx->base.box.width;
120 sbox.height = tx->base.box.height;
121 sbox.depth = 1;
124 tx->staging_resource, 0, &sbox);