Searched refs:sbox (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c210 const struct pipe_box *sbox = &info->src.box; local in function:emit_blit_buffer
221 debug_assert((sbox->y == 0) && (sbox->height == 1));
223 debug_assert((sbox->z == 0) && (sbox->depth == 1));
225 debug_assert(sbox->width == dbox->width);
247 sshift = sbox->x & 0x3f;
250 for (unsigned off = 0; off < sbox->width; off += (0x4000 - 0x40)) {
253 soff = (sbox->x + off) & ~0x3f;
256 w = MIN2(sbox
325 const struct pipe_box *sbox = &info->src.box; local in function:emit_blit
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c193 const struct pipe_box *sbox = &info->src.box; local in function:emit_blit_buffer
204 debug_assert((sbox->y == 0) && (sbox->height == 1));
206 debug_assert((sbox->z == 0) && (sbox->depth == 1));
208 debug_assert(sbox->width == dbox->width);
230 sshift = sbox->x & 0x3f;
233 for (unsigned off = 0; off < sbox->width; off += (0x4000 - 0x40)) {
236 soff = (sbox->x + off) & ~0x3f;
239 w = MIN2(sbox
308 const struct pipe_box *sbox = &info->src.box; local in function:emit_blit
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c204 const struct pipe_box *sbox = &info->src.box; local in function:emit_blit_buffer
225 debug_assert((sbox->y == 0) && (sbox->height == 1));
227 debug_assert((sbox->z == 0) && (sbox->depth == 1));
229 debug_assert(sbox->width == dbox->width);
251 sshift = sbox->x & 0x3f;
264 for (unsigned off = 0; off < sbox->width; off += (0x4000 - 0x40)) {
267 soff = (sbox->x + off) & ~0x3f;
270 w = MIN2(sbox
349 const struct pipe_box *sbox = &info->src.box; local in function:emit_blit_texture
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blitter.c304 const struct pipe_box *sbox = &info->src.box; local in function:emit_blit_buffer
320 debug_assert((sbox->y == 0) && (sbox->height == 1));
322 debug_assert((sbox->z == 0) && (sbox->depth == 1));
324 debug_assert(sbox->width == dbox->width);
346 sshift = sbox->x & 0x3f;
351 for (unsigned off = 0; off < sbox->width; off += (0x4000 - 0x40)) {
354 soff = (sbox->x + off) & ~0x3f;
357 w = MIN2(sbox
630 const struct pipe_box *sbox = &info->src.box; local in function:emit_blit_texture
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_blit.c683 struct pipe_box sbox, dstbox; local in function:r600_resource_copy_region
735 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
736 sbox.y = util_format_get_nblocksy(src->format, src_box->y);
737 sbox.z = src_box->z;
738 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
739 sbox.height = util_format_get_nblocksy(src->format, src_box->height);
740 sbox.depth = src_box->depth;
741 src_box = &sbox;
756 sbox = *src_box;
757 sbox
[all...]
H A Dr600_texture.c157 struct pipe_box sbox; local in function:r600_copy_from_staging_texture
159 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox);
164 src, 0, &sbox);
170 src, 0, &sbox);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_blit.c685 struct pipe_box sbox, dstbox; local in function:r600_resource_copy_region
737 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
738 sbox.y = util_format_get_nblocksy(src->format, src_box->y);
739 sbox.z = src_box->z;
740 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
741 sbox.height = util_format_get_nblocksy(src->format, src_box->height);
742 sbox.depth = src_box->depth;
743 src_box = &sbox;
758 sbox = *src_box;
759 sbox
[all...]
H A Dr600_texture.c158 struct pipe_box sbox; local in function:r600_copy_from_staging_texture
160 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox);
165 src, 0, &sbox);
171 src, 0, &sbox);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c911 struct pipe_box sbox, dstbox; local in function:si_resource_copy_region
967 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
968 sbox.y = util_format_get_nblocksy(src->format, src_box->y);
969 sbox.z = src_box->z;
970 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
971 sbox.height = util_format_get_nblocksy(src->format, src_box->height);
972 sbox.depth = src_box->depth;
973 src_box = &sbox;
987 sbox = *src_box;
988 sbox
[all...]
H A Dsi_texture.c166 struct pipe_box sbox; local in function:si_copy_from_staging_texture
168 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox);
173 src, 0, &sbox);
179 src, 0, &sbox);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c914 struct pipe_box sbox, dstbox; local in function:si_resource_copy_region
971 sbox.x = util_format_get_nblocksx(src->format, src_box->x);
972 sbox.y = util_format_get_nblocksy(src->format, src_box->y);
973 sbox.z = src_box->z;
974 sbox.width = util_format_get_nblocksx(src->format, src_box->width);
975 sbox.height = util_format_get_nblocksy(src->format, src_box->height);
976 sbox.depth = src_box->depth;
977 src_box = &sbox;
991 sbox = *src_box;
992 sbox
[all...]
H A Dsi_texture.c102 struct pipe_box sbox; local in function:si_copy_from_staging_texture
104 u_box_3d(0, 0, 0, transfer->box.width, transfer->box.height, transfer->box.depth, &sbox);
108 transfer->box.z, src, 0, &sbox);
113 sbox.width = util_format_get_nblocksx(dst->format, sbox.width);
114 sbox.height = util_format_get_nblocksx(dst->format, sbox.height);
118 transfer->box.z, src, 0, &sbox);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_resource_texture.c806 struct pipe_box sbox; local in function:i915_texture_transfer_unmap
808 u_box_origin_2d(itransfer->b.box.width, itransfer->b.box.height, &sbox);
812 0, &sbox);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_resource_texture.c879 struct pipe_box sbox; local in function:i915_texture_transfer_unmap
881 u_box_origin_2d(itransfer->b.box.width, itransfer->b.box.height, &sbox);
885 itransfer->staging_texture, 0, &sbox);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c1899 BoxPtr sbox; local in function:AnyWindowOverlapsMe
1905 sbox = WindowExtents(pSib, &sboxrec);
1906 if (BOXES_OVERLAP(sbox, box)
1907 && ShapeOverlap (pWin, box, pSib, sbox)
1922 BoxPtr sbox; local in function:IOverlapAnyWindow
1928 sbox = WindowExtents(pSib, &sboxrec);
1929 if (BOXES_OVERLAP(sbox, box)
1930 && ShapeOverlap (pWin, box, pSib, sbox)
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c1996 BoxPtr sbox; local in function:AnyWindowOverlapsMe
2000 sbox = WindowExtents(pSib, &sboxrec);
2001 if (BOXES_OVERLAP(sbox, box)
2002 && ShapeOverlap(pWin, box, pSib, sbox))
2014 BoxPtr sbox; local in function:IOverlapAnyWindow
2018 sbox = WindowExtents(pSib, &sboxrec);
2019 if (BOXES_OVERLAP(sbox, box)
2020 && ShapeOverlap(pWin, box, pSib, sbox))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2208 struct pipe_box box, sbox; local in function:handle_copy_buffer_to_image
2216 sbox.x = copycmd->pRegions[i].bufferOffset;
2217 sbox.y = 0;
2218 sbox.z = 0;
2219 sbox.width = lvp_buffer_from_handle(copycmd->srcBuffer)->bo->width0;
2220 sbox.height = 1;
2221 sbox.depth = 1;
2226 &sbox,

Completed in 39 milliseconds