Home
last modified time | relevance | path

Searched defs:src_tex (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_run.c40 pp_blit(struct pipe_context *pipe, struct pipe_resource *src_tex, int srcX0, int srcY0, int srcX1, int srcY1, int srcZ0, struct pipe_surface *dst, int dstX0, int dstY0, int dstX1, int dstY1) pp_blit() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c209 struct i915_texture *src_tex = i915_texture(src); in i915_surface_copy_blitter() local
/third_party/ffmpeg/libavfilter/
H A Dvf_chromakey_cuda.c294 call_cuda_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[3], AVFrame *out_frame, int width, int height, int pitch, int width_uv, int height_uv, int pitch_uv, float u_key, float v_key, float similarity, float blend) call_cuda_kernel() argument
H A Dvf_scale_cuda.c404 call_resize_kernel(AVFilterContext *ctx, CUfunction func, CUtexObject src_tex[4], int src_width, int src_height, AVFrame *out_frame, int dst_width, int dst_height, int dst_pitch) call_resize_kernel() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c131 svga_texture_copy_handle_resource(struct svga_context *svga, struct svga_texture *src_tex, struct svga_winsys_surface *dst, unsigned int numMipLevels, unsigned int numLayers, int zslice_pick, unsigned int mipoffset, unsigned int layeroffset) svga_texture_copy_handle_resource() argument
[all...]
H A Dsvga_pipe_blit.c114 copy_region_vgpu10(struct svga_context *svga, struct pipe_resource *src_tex, in copy_region_vgpu10() argument
785 struct svga_texture *src_tex = svga_texture(blit->src.resource); in try_resolve_copy() local
46 build_blit_info(struct pipe_resource *dst_tex, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box, struct pipe_blit_info *blit) build_blit_info() argument
151 copy_region_fallback(struct svga_context *svga, struct pipe_resource *dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box) copy_region_fallback() argument
891 svga_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box) svga_resource_copy_region() argument
[all...]

Completed in 8 milliseconds