Home
last modified time | relevance | path

Searched refs:src_res (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blit.c453 struct iris_resource *src_res = in iris_blit() local
466 iris_resource_texture_aux_usage(ice, src_res, src_fmt.fmt); in iris_blit()
468 iris_resource_prepare_texture(ice, src_res, src_fmt.fmt, in iris_blit()
471 iris_emit_buffer_barrier_for(batch, src_res->bo, in iris_blit()
483 &src_res->base.b, src_aux_usage, in iris_blit()
495 if (iris_batch_references(batch, src_res->bo)) in iris_blit()
496 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format); in iris_blit()
523 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format); in iris_blit()
626 struct iris_resource *src_res = (void *) src; in iris_copy_region() local
631 get_copy_region_aux_settings(ice, src_res, src_level, &src_aux_usage, in iris_copy_region()
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blit.c545 struct crocus_resource *src_res = in crocus_blit() local
555 if (crocus_resource_unfinished_aux_import(src_res)) in crocus_blit()
556 crocus_resource_finish_aux_import(ctx->screen, src_res); in crocus_blit()
563 crocus_resource_texture_aux_usage(src_res); in crocus_blit()
565 crocus_resource_prepare_texture(ice, src_res, src_fmt.fmt, in crocus_blit()
586 &src_res->base.b, src_aux_usage, in crocus_blit()
598 if (crocus_batch_references(batch, src_res->bo)) in crocus_blit()
599 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format); in crocus_blit()
627 tex_cache_flush_hack(batch, src_fmt.fmt, src_res->surf.format); in crocus_blit()
687 struct crocus_resource *src_res = (void *) src; in crocus_copy_region() local
[all …]
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c543 struct pipe_resource *src_res, in fallback_copy_image() argument
600 src = pipe_texture_map(st->pipe, src_res, 0, src_z, in fallback_copy_image()
638 struct pipe_resource *src_res, *dst_res; in st_CopyImageSubData() local
649 src_res = src->pt; in st_CopyImageSubData()
650 src_level = stObj->pt != src_res ? 0 : src_image->Level; in st_CopyImageSubData()
658 src_res = src->texture; in st_CopyImageSubData()
683 src_image, src_res, src_x, src_y, orig_src_z, in st_CopyImageSubData()
687 src_res, src_level, &box); in st_CopyImageSubData()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dresource.cpp60 resource &src_res, const vector &src_origin) { in copy() argument
64 src_res.pipe, 0, in copy()
65 box(src_res.offset + src_origin, region)); in copy()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.h236 struct virgl_resource *src_res,
242 struct virgl_resource *src_res,
Dvirgl_encode.c1136 struct virgl_resource *src_res, in virgl_encode_resource_copy_region() argument
1146 virgl_encoder_write_res(ctx, src_res); in virgl_encode_resource_copy_region()
1159 struct virgl_resource *src_res, in virgl_encode_blit() argument
1183 virgl_encoder_write_res(ctx, src_res); in virgl_encode_blit()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c472 const VkImageSubresourceLayers *src_res = &region->srcSubresource; in blit_image() local
520 assert(src_res->baseArrayLayer == 0); in blit_image()
524 src_start = src_res->baseArrayLayer; in blit_image()
525 src_end = src_start + src_res->layerCount; in blit_image()
606 .subresourceRange = {.aspectMask = src_res->aspectMask, in blit_image()
607 .baseMipLevel = src_res->mipLevel, in blit_image()
/third_party/mesa3d/src/gallium/frontends/nine/
Dbuffer9.c379 struct pipe_resource *src_res; in NineBuffer9_Lock() local
387 src_res = nine_upload_buffer_resource_and_offset(This->buf, &offset); in NineBuffer9_Lock()
392 src_res, 0, &src_box); in NineBuffer9_Lock()
Ddevice9.c1680 struct pipe_resource *dst_res, *src_res; in NineDevice9_StretchRect() local
1701 src_res = NineSurface9_GetResource(src); in NineDevice9_StretchRect()
1717 user_assert(zs || !util_format_is_depth_or_stencil(src_res->format), in NineDevice9_StretchRect()
1721 user_assert(screen->is_format_supported(screen, src_res->format, in NineDevice9_StretchRect()
1722 src_res->target, in NineDevice9_StretchRect()
1723 src_res->nr_samples, in NineDevice9_StretchRect()
1724 src_res->nr_storage_samples, in NineDevice9_StretchRect()
1765 blit.src.resource = src_res; in NineDevice9_StretchRect()
1769 blit.src.format = src_res->format; in NineDevice9_StretchRect()
Dnine_state.h553 struct pipe_resource* src_res,
Dnine_state.c2468 ARG_BIND_RES(struct pipe_resource, src_res), in CSMT_ITEM_NO_WAIT() argument
2480 src_res, src_level, in CSMT_ITEM_NO_WAIT()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.h298 struct pipe_resource *src_res,
Dvl_compositor.c719 struct pipe_resource *src_res, in vl_compositor_convert_rgb_to_yuv() argument
730 u_sampler_view_default_template(&sv_templ, src_res, src_res->format); in vl_compositor_convert_rgb_to_yuv()
731 sv = s->pipe->create_sampler_view(s->pipe, src_res, &sv_templ); in vl_compositor_convert_rgb_to_yuv()
/third_party/mesa3d/src/intel/vulkan/
Danv_blorp.c681 const VkImageSubresourceLayers *src_res = &region->srcSubresource; in blit_image() local
698 assert(anv_image_aspects_compatible(src_res->aspectMask, in blit_image()
701 anv_foreach_image_aspect_bit(aspect_bit, src_image, src_res->aspectMask) { in blit_image()
731 assert(src_res->baseArrayLayer == 0); in blit_image()
735 src_start = src_res->baseArrayLayer; in blit_image()
737 vk_image_subresource_layer_count(&src_image->vk, src_res); in blit_image()
778 blorp_blit(batch, &src, src_res->mipLevel, src_z, in blit_image()