Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c539 struct pipe_resource *dst_res, in fallback_copy_image() argument
580 dst = pipe_transfer_map(st->pipe, dst_res, 0, dst_z, in fallback_copy_image()
631 struct pipe_resource *src_res, *dst_res; in st_CopyImageSubData() local
656 dst_res = dst->pt; in st_CopyImageSubData()
665 dst_res = dst->texture; in st_CopyImageSubData()
673 fallback_copy_image(st, dst_image, dst_res, dst_x, dst_y, orig_dst_z, in st_CopyImageSubData()
677 copy_image(pipe, dst_res, dst_level, dst_x, dst_y, dst_z, in st_CopyImageSubData()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c512 const VkImageSubresourceLayers *dst_res = &pRegions[r].dstSubresource; in radv_CmdBlitImage() local
532 assert(dst_res->baseArrayLayer == 0); in radv_CmdBlitImage()
536 dst_start = dst_res->baseArrayLayer; in radv_CmdBlitImage()
537 dst_end = dst_start + dst_res->layerCount; in radv_CmdBlitImage()
577 if (dst_res->aspectMask == VK_IMAGE_ASPECT_COLOR_BIT) in radv_CmdBlitImage()
605 radv_meta_get_iview_layer(dest_image, dst_res, in radv_CmdBlitImage()
615 .aspectMask = dst_res->aspectMask, in radv_CmdBlitImage()
616 .baseMipLevel = dst_res->mipLevel, in radv_CmdBlitImage()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.h211 struct virgl_resource *dst_res,
219 struct virgl_resource *dst_res,
Dvirgl_encode.c720 struct virgl_resource *dst_res, in virgl_encode_resource_copy_region() argument
728 virgl_encoder_write_res(ctx, dst_res); in virgl_encode_resource_copy_region()
745 struct virgl_resource *dst_res, in virgl_encode_blit() argument
760 virgl_encoder_write_res(ctx, dst_res); in virgl_encode_blit()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c446 const VkImageSubresourceLayers *dst_res = &pRegions[r].dstSubresource; in anv_CmdBlitImage() local
450 get_blorp_surf_for_anv_image(dst_image, dst_res->aspectMask, in anv_CmdBlitImage()
458 dst_res->aspectMask, dst_image->tiling); in anv_CmdBlitImage()
462 assert(dst_res->baseArrayLayer == 0); in anv_CmdBlitImage()
466 dst_start = dst_res->baseArrayLayer; in anv_CmdBlitImage()
467 dst_end = dst_start + anv_get_layerCount(dst_image, dst_res); in anv_CmdBlitImage()
508 &dst, dst_res->mipLevel, dst_z, in anv_CmdBlitImage()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.h524 struct pipe_resource* dst_res,
Ddevice9.c1580 struct pipe_resource *dst_res = NineSurface9_GetResource(dst); in NineDevice9_StretchRect() local
1599 zs = util_format_is_depth_or_stencil(dst_res->format); in NineDevice9_StretchRect()
1633 blit.dst.resource = dst_res; in NineDevice9_StretchRect()
1637 blit.dst.format = dst_res->format; in NineDevice9_StretchRect()
1743 user_assert(screen->is_format_supported(screen, dst_res->format, in NineDevice9_StretchRect()
1744 dst_res->target, in NineDevice9_StretchRect()
1745 dst_res->nr_samples, in NineDevice9_StretchRect()
Dnine_state.c2658 ARG_BIND_RES(struct pipe_resource, dst_res), in CSMT_ITEM_NO_WAIT() argument
2671 dst_res, dst_level, in CSMT_ITEM_NO_WAIT()