Searched refs:dst_z (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 52 unsigned dst_face, dst_z, src_face, src_z; in svga_surface_copy() local 132 dst_z = 0; in svga_surface_copy() 137 dst_z = dstz; in svga_surface_copy() 144 dstx, dsty, dst_z, in svga_surface_copy()
|
D | svga_surface.h | 82 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
D | svga_surface.c | 50 unsigned dst_x, unsigned dst_y, unsigned dst_z, in svga_texture_copy_handle() argument 72 box.z = dst_z; in svga_texture_copy_handle()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blit.c | 52 unsigned dst_face, dst_z, src_face, src_z; in svga_surface_copy() local 132 dst_z = 0; in svga_surface_copy() 137 dst_z = dstz; in svga_surface_copy() 144 dstx, dsty, dst_z, in svga_surface_copy()
|
D | svga_surface.h | 82 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
D | svga_surface.c | 50 unsigned dst_x, unsigned dst_y, unsigned dst_z, in svga_texture_copy_handle() argument 72 box.z = dst_z; in svga_texture_copy_handle()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_surface.h | 63 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
D | u_surface.c | 150 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_resource_copy_region() argument 182 dst_z, in util_resource_copy_region()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.h | 63 unsigned dst_x, unsigned dst_y, unsigned dst_z,
|
D | u_surface.c | 150 unsigned dst_x, unsigned dst_y, unsigned dst_z, in util_resource_copy_region() argument 182 dst_z, in util_resource_copy_region()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 1543 unsigned dst_z, in CopySubresourceRegion() 1556 dst_z += dst_layer; in CopySubresourceRegion() 1560 dst->resource, dst_level, dst_x, dst_y, dst_z, in CopySubresourceRegion()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 1543 unsigned dst_z, in CopySubresourceRegion() 1556 dst_z += dst_layer; in CopySubresourceRegion() 1560 dst->resource, dst_level, dst_x, dst_y, dst_z, in CopySubresourceRegion()
|