/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 455 struct iris_resource *dst_res = in iris_blit() local 478 iris_resource_render_aux_usage(ice, dst_res, info->dst.level, in iris_blit() 486 &dst_res->base.b, dst_aux_usage, in iris_blit() 489 iris_resource_prepare_render(ice, dst_res, info->dst.level, in iris_blit() 492 iris_emit_buffer_barrier_for(batch, dst_res->bo, in iris_blit() 498 if (dst_res->base.b.target == PIPE_BUFFER) { in iris_blit() 499 util_range_add(&dst_res->base.b, &dst_res->valid_buffer_range, in iris_blit() 525 iris_resource_finish_render(ice, dst_res, info->dst.level, in iris_blit() 627 struct iris_resource *dst_res = (void *) dst; in iris_copy_region() local 633 get_copy_region_aux_settings(ice, dst_res, dst_level, &dst_aux_usage, in iris_copy_region() [all …]
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_blit.c | 547 struct crocus_resource *dst_res = in crocus_blit() local 557 if (crocus_resource_unfinished_aux_import(dst_res)) in crocus_blit() 558 crocus_resource_finish_aux_import(ctx->screen, dst_res); in crocus_blit() 581 crocus_resource_render_aux_usage(ice, dst_res, info->dst.level, in crocus_blit() 589 &dst_res->base.b, dst_aux_usage, in crocus_blit() 592 crocus_resource_prepare_render(ice, dst_res, info->dst.level, in crocus_blit() 601 if (dst_res->base.b.target == PIPE_BUFFER) { in crocus_blit() 602 util_range_add(&dst_res->base.b, &dst_res->valid_buffer_range, in crocus_blit() 629 crocus_resource_finish_render(ice, dst_res, info->dst.level, in crocus_blit() 688 struct crocus_resource *dst_res = (void *) dst; in crocus_copy_region() local [all …]
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 540 struct pipe_resource *dst_res, in fallback_copy_image() argument 587 dst = pipe_texture_map(st->pipe, dst_res, 0, dst_z, in fallback_copy_image() 638 struct pipe_resource *src_res, *dst_res; in st_CopyImageSubData() local 665 dst_res = dst->pt; in st_CopyImageSubData() 666 dst_level = stObj->pt != dst_res ? 0 : dst_image->Level; in st_CopyImageSubData() 674 dst_res = dst->texture; in st_CopyImageSubData() 682 fallback_copy_image(st, dst_image, dst_res, dst_x, dst_y, orig_dst_z, in st_CopyImageSubData() 686 copy_image(pipe, dst_res, dst_level, dst_x, dst_y, dst_z, in st_CopyImageSubData()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_encode.h | 233 struct virgl_resource *dst_res, 241 struct virgl_resource *dst_res,
|
D | virgl_encode.c | 1133 struct virgl_resource *dst_res, in virgl_encode_resource_copy_region() argument 1141 virgl_encoder_write_res(ctx, dst_res); in virgl_encode_resource_copy_region() 1158 struct virgl_resource *dst_res, in virgl_encode_blit() argument 1173 virgl_encoder_write_res(ctx, dst_res); in virgl_encode_blit()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 473 const VkImageSubresourceLayers *dst_res = ®ion->dstSubresource; in blit_image() local 510 assert(dst_res->baseArrayLayer == 0); in blit_image() 514 dst_start = dst_res->baseArrayLayer; in blit_image() 515 dst_end = dst_start + dst_res->layerCount; in blit_image() 593 .subresourceRange = {.aspectMask = dst_res->aspectMask, in blit_image() 594 .baseMipLevel = dst_res->mipLevel, in blit_image()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 682 const VkImageSubresourceLayers *dst_res = ®ion->dstSubresource; in blit_image() local 699 dst_res->aspectMask)); in blit_image() 720 assert(dst_res->baseArrayLayer == 0); in blit_image() 724 dst_start = dst_res->baseArrayLayer; in blit_image() 726 vk_image_subresource_layer_count(&dst_image->vk, dst_res); in blit_image() 771 dst_res->mipLevel, in blit_image() 780 &dst, dst_res->mipLevel, dst_z, in blit_image()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9.c | 1680 struct pipe_resource *dst_res, *src_res; in NineDevice9_StretchRect() local 1700 dst_res = NineSurface9_GetResource(dst); in NineDevice9_StretchRect() 1702 zs = util_format_is_depth_or_stencil(dst_res->format); in NineDevice9_StretchRect() 1737 blit.dst.resource = dst_res; in NineDevice9_StretchRect() 1741 blit.dst.format = dst_res->format; in NineDevice9_StretchRect() 1847 user_assert(screen->is_format_supported(screen, dst_res->format, in NineDevice9_StretchRect() 1848 dst_res->target, in NineDevice9_StretchRect() 1849 dst_res->nr_samples, in NineDevice9_StretchRect() 1850 dst_res->nr_storage_samples, in NineDevice9_StretchRect()
|
D | nine_state.h | 550 struct pipe_resource* dst_res,
|
D | nine_state.c | 2465 ARG_BIND_RES(struct pipe_resource, dst_res), in CSMT_ITEM_NO_WAIT() argument 2478 dst_res, dst_level, in CSMT_ITEM_NO_WAIT()
|