Searched defs:dst_layer (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_blit.c346 v3d_tfu(struct pipe_context * pctx,struct pipe_resource * pdst,struct pipe_resource * psrc,unsigned int src_level,unsigned int base_level,unsigned int last_level,unsigned int src_layer,unsigned int dst_layer) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.c827 uint8_t *dst_layer; local in function:util_format_translate_3d
H A Du_surface.c512 ubyte *dst_layer; local in function:util_clear_depth_stencil_texture
H A Du_blitter.c2485 util_blitter_custom_resolve_color(struct blitter_context * blitter,struct pipe_resource * dst,unsigned dst_level,unsigned dst_layer,struct pipe_resource * src,unsigned src_layer,unsigned sample_mask,void * custom_blend,enum pipe_format format) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c203 uint8_t *dst_layer = task->depth_tile; local in function:lp_rast_clear_zstencil
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DResource.cpp702 unsigned dst_layer = DstSubResource / (dst_resource->last_level + 1); local in function:ResourceCopyRegion
845 unsigned dst_layer = DstSubResource / DstMipLevels; local in function:ResourceUpdateSubResourceUP
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_meta_common.c607 const uint32_t dst_layer = dst->vk.image_type != VK_IMAGE_TYPE_3D ? local in function:emit_resolve_image_layer_per_tile_list
768 const uint32_t dst_layer = dst->vk.image_type != VK_IMAGE_TYPE_3D ? local in function:emit_copy_image_layer_per_tile_list
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_blit.c710 r300_simple_msaa_resolve(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dst_layer,struct pipe_resource * src,enum pipe_format format) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c86 svga_texture_copy_handle(struct svga_context * svga,struct svga_winsys_surface * src_handle,unsigned src_x,unsigned src_y,unsigned src_z,unsigned src_level,unsigned src_layer,struct svga_winsys_surface * dst_handle,unsigned dst_x,unsigned dst_y,unsigned dst_z,unsigned dst_level,unsigned dst_layer,unsigned width,unsigned height,unsigned depth) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c211 uint8_t *dst_layer = task->depth_tile + (s * scene->zsbuf.sample_stride); local in function:lp_rast_clear_zstencil
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.c78 svga_texture_copy_handle(struct svga_context * svga,struct svga_winsys_surface * src_handle,unsigned src_x,unsigned src_y,unsigned src_z,unsigned src_level,unsigned src_layer,struct svga_winsys_surface * dst_handle,unsigned dst_x,unsigned dst_y,unsigned dst_z,unsigned dst_level,unsigned dst_layer,unsigned width,unsigned height,unsigned depth) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_blit.c712 r300_simple_msaa_resolve(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dst_layer,struct pipe_resource * src,enum pipe_format format) argument
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c877 uint8_t *dst_layer; local in function:util_format_translate_3d
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_blit.c218 v3d_tfu(struct pipe_context * pctx,struct pipe_resource * pdst,struct pipe_resource * psrc,unsigned int src_level,unsigned int base_level,unsigned int last_level,unsigned int src_layer,unsigned int dst_layer,bool for_mipmap) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c207 unsigned dst_layer = dstz, src_layer = src_box->z; local in function:nvc0_resource_copy_region
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c205 unsigned dst_layer = dstz, src_layer = src_box->z; local in function:nv50_resource_copy_region
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c277 brw_blorp_blit_miptrees(struct brw_context * brw,struct intel_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,mesa_format src_format,int src_swizzle,struct intel_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,mesa_format dst_format,float src_x0,float src_y0,float src_x1,float src_y1,float dst_x0,float dst_y0,float dst_x1,float dst_y1,GLenum gl_filter,bool mirror_x,bool mirror_y,bool decode_srgb,bool encode_srgb) argument
437 brw_blorp_copy_miptrees(struct brw_context * brw,struct intel_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,struct intel_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,unsigned src_x,unsigned src_y,unsigned dst_x,unsigned dst_y,unsigned src_width,unsigned src_height) argument
[all...]
H A Dintel_mipmap_tree.c1462 intel_miptree_copy_slice_sw(struct brw_context * brw,struct intel_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,struct intel_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,unsigned width,unsigned height) argument
1525 intel_miptree_copy_slice(struct brw_context * brw,struct intel_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,struct intel_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c205 unsigned dst_layer = dstz, src_layer = src_box->z; local in function:nv50_resource_copy_region
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c214 unsigned dst_layer = dstz, src_layer = src_box->z; local in function:nvc0_resource_copy_region
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c273 brw_blorp_blit_miptrees(struct brw_context * brw,struct brw_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,mesa_format src_format,int src_swizzle,struct brw_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,mesa_format dst_format,float src_x0,float src_y0,float src_x1,float src_y1,float dst_x0,float dst_y0,float dst_x1,float dst_y1,GLenum gl_filter,bool mirror_x,bool mirror_y,bool decode_srgb,bool encode_srgb) argument
438 brw_blorp_copy_miptrees(struct brw_context * brw,struct brw_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,struct brw_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,unsigned src_x,unsigned src_y,unsigned dst_x,unsigned dst_y,unsigned src_width,unsigned src_height) argument
[all...]
H A Dbrw_mipmap_tree.c1219 brw_miptree_copy_slice_sw(struct brw_context * brw,struct brw_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,struct brw_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer,unsigned width,unsigned height) argument
1282 brw_miptree_copy_slice(struct brw_context * brw,struct brw_mipmap_tree * src_mt,unsigned src_level,unsigned src_layer,struct brw_mipmap_tree * dst_mt,unsigned dst_level,unsigned dst_layer) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_blit.c2252 blorp_blit(struct blorp_batch * batch,const struct blorp_surf * src_surf,unsigned src_level,unsigned src_layer,enum isl_format src_format,struct isl_swizzle src_swizzle,const struct blorp_surf * dst_surf,unsigned dst_level,unsigned dst_layer,enum isl_format dst_format,struct isl_swizzle dst_swizzle,float src_x0,float src_y0,float src_x1,float src_y1,float dst_x0,float dst_y0,float dst_x1,float dst_y1,enum blorp_filter filter,bool mirror_x,bool mirror_y) argument
2522 blorp_copy(struct blorp_batch * batch,const struct blorp_surf * src_surf,unsigned src_level,unsigned src_layer,const struct blorp_surf * dst_surf,unsigned dst_level,unsigned dst_layer,uint32_t src_x,uint32_t src_y,uint32_t dst_x,uint32_t dst_y,uint32_t src_width,uint32_t src_height) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blitter.c2620 util_blitter_custom_resolve_color(struct blitter_context * blitter,struct pipe_resource * dst,unsigned dst_level,unsigned dst_layer,struct pipe_resource * src,unsigned src_layer,unsigned sample_mask,void * custom_blend,enum pipe_format format) argument
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c2437 blorp_blit(struct blorp_batch * batch,const struct blorp_surf * src_surf,unsigned src_level,float src_layer,enum isl_format src_format,struct isl_swizzle src_swizzle,const struct blorp_surf * dst_surf,unsigned dst_level,unsigned dst_layer,enum isl_format dst_format,struct isl_swizzle dst_swizzle,float src_x0,float src_y0,float src_x1,float src_y1,float dst_x0,float dst_y0,float dst_x1,float dst_y1,enum blorp_filter filter,bool mirror_x,bool mirror_y) argument
2769 blorp_copy(struct blorp_batch * batch,const struct blorp_surf * src_surf,unsigned src_level,unsigned src_layer,const struct blorp_surf * dst_surf,unsigned dst_level,unsigned dst_layer,uint32_t src_x,uint32_t src_y,uint32_t dst_x,uint32_t dst_y,uint32_t src_width,uint32_t src_height) argument

Completed in 57 milliseconds

12