Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_box.h35 void u_box_origin_2d( unsigned w, in u_box_origin_2d() function
/external/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
/external/mesa3d/src/gallium/frontends/nine/
Dcubetexture9.c285 u_box_origin_2d(This->base.base.info.width0, in NineCubeTexture9_AddDirtyRect()
Dtexture9.c331 u_box_origin_2d(This->base.base.info.width0, in NineTexture9_AddDirtyRect()
Dsurface9.c479 u_box_origin_2d(This->desc.Width, This->desc.Height, &box); in NineSurface9_LockRect()
723 u_box_origin_2d(This->desc.Width, This->desc.Height, &src_box); in NineSurface9_CopyDefaultToMem()
Ddevice9.c787 u_box_origin_2d(This->cursor.w, This->cursor.h, &box); in NineDevice9_SetCursorProperties()
1526 u_box_origin_2d(0, 0, &src->dirty_rect); in NineDevice9_UpdateTexture()
1553 u_box_origin_2d(0, 0, &src->dirty_rect[z]); in NineDevice9_UpdateTexture()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.c507 u_box_origin_2d(xa_min(save_width, template->width0), in xa_surface_redefine()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c583 u_box_origin_2d(back->width, back->height, &src_box); in vl_dri3_flush_frontbuffer()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c808 u_box_origin_2d(itransfer->b.box.width, itransfer->b.box.height, &sbox); in i915_texture_transfer_unmap()