Home
last modified time | relevance | path

Searched refs:u_box_origin_2d (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_box.h30 u_box_origin_2d(unsigned w, unsigned h, struct pipe_box *box) in u_box_origin_2d() function
/third_party/mesa3d/src/gallium/frontends/nine/
Dcubetexture9.c288 u_box_origin_2d(This->base.base.info.width0, in NineCubeTexture9_AddDirtyRect()
Dtexture9.c330 u_box_origin_2d(This->base.base.info.width0, in NineTexture9_AddDirtyRect()
Dsurface9.c487 u_box_origin_2d(This->desc.Width, This->desc.Height, &box); in NineSurface9_LockRect()
745 u_box_origin_2d(This->desc.Width, This->desc.Height, &src_box); in NineSurface9_CopyDefaultToMem()
Ddevice9.c835 u_box_origin_2d(This->cursor.w, This->cursor.h, &box); in NineDevice9_SetCursorProperties()
1572 u_box_origin_2d(0, 0, &src->dirty_rect); in NineDevice9_UpdateTexture()
1599 u_box_origin_2d(0, 0, &src->dirty_rect[z]); in NineDevice9_UpdateTexture()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.c507 u_box_origin_2d(xa_min(save_width, template->width0), in xa_surface_redefine()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c881 u_box_origin_2d(itransfer->b.box.width, itransfer->b.box.height, &sbox); in i915_texture_transfer_unmap()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c592 u_box_origin_2d(back->width, back->height, &src_box); in vl_dri3_flush_frontbuffer()