Searched refs:u_box_clip_2d (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_box.h | 74 u_box_clip_2d(struct pipe_box *dst, function in typeref:typename:int
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | cubetexture9.c | 297 (void) u_box_clip_2d(&This->dirty_rect[FaceType],
|
| H A D | texture9.c | 341 (void) u_box_clip_2d(&This->dirty_rect, &This->dirty_rect,
|
| H A D | volume9.c | 310 if (u_box_clip_2d(&box, &box, This->desc.Width, This->desc.Height) < 0) {
|
| H A D | device9.c | 1719 xy = u_box_clip_2d(&box, &blit.dst.box, 1724 xy = u_box_clip_2d(&box, &blit.src.box,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_box.h | 75 u_box_clip_2d(struct pipe_box *dst, function in typeref:typename:int
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | cubetexture9.c | 300 (void) u_box_clip_2d(&This->dirty_rect[FaceType],
|
| H A D | texture9.c | 340 (void) u_box_clip_2d(&This->dirty_rect, &This->dirty_rect,
|
| H A D | volume9.c | 309 if (u_box_clip_2d(&box, &box, This->desc.Width, This->desc.Height) < 0) {
|
| H A D | device9.c | 1831 xy = u_box_clip_2d(&box, &blit.dst.box, 1836 xy = u_box_clip_2d(&box, &blit.src.box,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 482 int ret = u_box_clip_2d(&b, &b, pres->width0, pres->height0);
|
Completed in 21 milliseconds