Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DResource.cpp745 unsigned dst_layer = DstSubResource / (dst_resource->last_level + 1); in ResourceCopyRegion() local
889 unsigned dst_layer = DstSubResource / DstMipLevels; in ResourceUpdateSubResourceUP() local
/third_party/mesa3d/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) svga_texture_copy_handle() argument
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_blit.c207 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) v3d_tfu() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c204 uint8_t *dst_layer = in lp_rast_clear_zstencil() local
/third_party/mesa3d/src/util/format/
H A Du_format.c878 uint8_t *dst_layer; in util_format_translate_3d() local
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c721 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) r300_simple_msaa_resolve() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_meta_common.c622 const uint32_t dst_layer = dst->vk.image_type != VK_IMAGE_TYPE_3D ? in emit_resolve_image_layer_per_tile_list() local
783 const uint32_t dst_layer = dst->vk.image_type != VK_IMAGE_TYPE_3D ? in emit_copy_image_layer_per_tile_list() local
H A Dv3dv_meta_copy.c2907 const uint32_t dst_layer = in blit_tfu() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c205 unsigned dst_layer = dstz, src_layer = src_box->z; in nv50_resource_copy_region() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c214 unsigned dst_layer = dstz, src_layer = src_box->z; in nvc0_resource_copy_region() local
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_blit.c2515 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) blorp_blit() argument
2855 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) blorp_copy() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c2658 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) util_blitter_custom_resolve_color() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp2739 GLuint dst_layer = 0; in copyAndVerify() local
3426 bool FunctionalTest::verify(const testCase& test_case, GLuint dst_layer, const GLubyte** dst_pixels, GLuint src_layer, in verify() argument
[all...]

Completed in 36 milliseconds