HomeSort by relevance Sort by last modified time
    Searched refs:src_surf (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/vc5/
vc5_blit.c 127 struct pipe_surface *src_surf =
133 pipe_surface_reference(&job->color_read, src_surf);
160 pipe_surface_reference(&src_surf, NULL);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_blit.c 126 struct pipe_surface *src_surf = local
132 pipe_surface_reference(&job->color_read, src_surf);
159 pipe_surface_reference(&src_surf, NULL);
  /external/mesa3d/src/intel/blorp/
blorp.h 116 const struct blorp_surf *src_surf,
130 const struct blorp_surf *src_surf,
blorp_blit.c     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c 276 struct blorp_surf src_surf, dst_surf; local
279 ANV_AUX_USAGE_DEFAULT, &src_surf);
285 blorp_copy(&batch, &src_surf, pRegions[r].srcSubresource.mipLevel,
295 struct blorp_surf src_surf, dst_surf; local
297 ANV_AUX_USAGE_DEFAULT, &src_surf);
302 blorp_copy(&batch, &src_surf, pRegions[r].srcSubresource.mipLevel,
1368 struct blorp_surf src_surf, dst_surf; local
1564 struct blorp_surf src_surf, dst_surf; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 731 struct svga_winsys_surface *src_surf; local
736 src_surf = svga_buffer_handle(svga, src_tex, sbuffer->bind_flags);
739 ret = SVGA3D_vgpu10_BufferCopy(svga->swc, src_surf, dst_surf,
743 ret = SVGA3D_vgpu10_BufferCopy(svga->swc, src_surf, dst_surf,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.c 330 struct blorp_surf src_surf, dst_surf; local
331 blorp_surf_for_miptree(brw, &src_surf, src_mt, src_aux_usage, false,
345 blorp_blit(&batch, &src_surf, src_level, src_layer,
421 struct blorp_surf src_surf, dst_surf; local
422 blorp_surf_for_miptree(brw, &src_surf, src_mt, src_aux_usage, false,
441 blorp_copy(&batch, &src_surf, src_level, src_layer,
    [all...]

Completed in 160 milliseconds