Home
last modified time | relevance | path

Searched refs:dst_tex (Results 1 – 25 of 91) sorted by relevance

1234

/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-blit.c60 (data->dst_tex, COGL_OFFSCREEN_DISABLE_DEPTH_AND_STENCIL, 0 /* level */); in _cogl_blit_texture_render_begin()
72 dst_width = cogl_texture_get_width (data->dst_tex); in _cogl_blit_texture_render_begin()
73 dst_height = cogl_texture_get_height (data->dst_tex); in _cogl_blit_texture_render_begin()
144 data->dst_tex); in _cogl_blit_texture_render_end()
160 (_cogl_texture_get_format (data->dst_tex) & ~COGL_A_BIT) || in _cogl_blit_framebuffer_begin()
165 (data->dst_tex, COGL_OFFSCREEN_DISABLE_DEPTH_AND_STENCIL, 0 /* level */); in _cogl_blit_framebuffer_begin()
232 if (!cogl_is_texture_2d (data->dst_tex)) in _cogl_blit_copy_tex_sub_image_begin()
260 _cogl_texture_2d_copy_from_framebuffer (COGL_TEXTURE_2D (data->dst_tex), in _cogl_blit_copy_tex_sub_image_blit()
301 _cogl_texture_set_region (data->dst_tex, in _cogl_blit_get_tex_data_blit()
350 CoglTexture *dst_tex, in _cogl_blit_begin() argument
[all …]
H A Dcogl-blit.h65 CoglTexture *src_tex, *dst_tex; member
86 CoglTexture *dst_tex,
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-blit.c60 (data->dst_tex, COGL_OFFSCREEN_DISABLE_DEPTH_AND_STENCIL, 0 /* level */); in _cogl_blit_texture_render_begin()
72 dst_width = cogl_texture_get_width (data->dst_tex); in _cogl_blit_texture_render_begin()
73 dst_height = cogl_texture_get_height (data->dst_tex); in _cogl_blit_texture_render_begin()
144 data->dst_tex); in _cogl_blit_texture_render_end()
160 (_cogl_texture_get_format (data->dst_tex) & ~COGL_A_BIT) || in _cogl_blit_framebuffer_begin()
165 (data->dst_tex, COGL_OFFSCREEN_DISABLE_DEPTH_AND_STENCIL, 0 /* level */); in _cogl_blit_framebuffer_begin()
232 if (!cogl_is_texture_2d (data->dst_tex)) in _cogl_blit_copy_tex_sub_image_begin()
260 _cogl_texture_2d_copy_from_framebuffer (COGL_TEXTURE_2D (data->dst_tex), in _cogl_blit_copy_tex_sub_image_blit()
301 _cogl_texture_set_region (data->dst_tex, in _cogl_blit_get_tex_data_blit()
350 CoglTexture *dst_tex, in _cogl_blit_begin() argument
[all …]
H A Dcogl-blit.h65 CoglTexture *src_tex, *dst_tex; member
86 CoglTexture *dst_tex,
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-blit.c59 (data->dst_tex, COGL_OFFSCREEN_DISABLE_DEPTH_AND_STENCIL, 0 /* level */); in _cogl_blit_texture_render_begin()
71 dst_width = cogl_texture_get_width (data->dst_tex); in _cogl_blit_texture_render_begin()
72 dst_height = cogl_texture_get_height (data->dst_tex); in _cogl_blit_texture_render_begin()
143 data->dst_tex); in _cogl_blit_texture_render_end()
160 (_cogl_texture_get_format (data->dst_tex) & COGL_PREMULT_BIT) || in _cogl_blit_framebuffer_begin()
165 (data->dst_tex, COGL_OFFSCREEN_DISABLE_DEPTH_AND_STENCIL, 0 /* level */); in _cogl_blit_framebuffer_begin()
231 if (!cogl_is_texture_2d (data->dst_tex)) in _cogl_blit_copy_tex_sub_image_begin()
259 _cogl_texture_2d_copy_from_framebuffer (COGL_TEXTURE_2D (data->dst_tex), in _cogl_blit_copy_tex_sub_image_blit()
304 _cogl_texture_set_region (data->dst_tex, in _cogl_blit_get_tex_data_blit()
353 CoglTexture *dst_tex, in _cogl_blit_begin() argument
[all …]
H A Dcogl-blit.h65 CoglTexture *src_tex, *dst_tex; member
86 CoglTexture *dst_tex,
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
810 dst_tex->surface_state = SVGA_SURFACE_STATE_RENDERED; in try_resolve_copy()
892 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
912 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
915 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
938 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c46 build_blit_info(struct pipe_resource *dst_tex, in build_blit_info() argument
59 blit->dst.format = dst_tex->format; in build_blit_info()
65 blit->dst.resource = dst_tex; in build_blit_info()
117 struct pipe_resource *dst_tex, in copy_region_vgpu10() argument
126 dtex = svga_texture(dst_tex); in copy_region_vgpu10()
817 struct pipe_resource *dst_tex, in svga_resource_copy_region() argument
831 if (svga_have_vgpu10(svga) && src_tex != dst_tex) { in svga_resource_copy_region()
834 struct svga_buffer *dbuffer = svga_buffer(dst_tex); in svga_resource_copy_region()
847 copy_region_fallback(svga, dst_tex, dst_level, dstx, in svga_resource_copy_region()
853 build_blit_info(dst_tex, dst_level, dstx, dsty, dstz, in svga_resource_copy_region()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_format_reinterpreter.cpp70 GLuint dst_tex, const Common::Rectangle<u32>& dst_rect, in Reinterpret() argument
85 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, in Reinterpret()
154 GLuint dst_tex, const Common::Rectangle<u32>& dst_rect, in Reinterpret() argument
205 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, in Reinterpret()
298 GLuint dst_tex, const Common::Rectangle<u32>& dst_rect, in Reinterpret() argument
341 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, in Reinterpret()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_format_reinterpreter.cpp70 GLuint dst_tex, const Common::Rectangle<u32>& dst_rect, in Reinterpret() argument
85 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, in Reinterpret()
154 GLuint dst_tex, const Common::Rectangle<u32>& dst_rect, in Reinterpret() argument
205 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, in Reinterpret()
298 GLuint dst_tex, const Common::Rectangle<u32>& dst_rect, in Reinterpret() argument
341 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, in Reinterpret()
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/texture_filters/bicubic/
H A Dbicubic.cpp29 void Bicubic::Filter(GLuint src_tex, const Common::Rectangle<u32>& src_rect, GLuint dst_tex, in Filter() argument
40 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, 0); in Filter()
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/texture_filters/scale_force/
H A Dscale_force.cpp29 void ScaleForce::Filter(GLuint src_tex, const Common::Rectangle<u32>& src_rect, GLuint dst_tex, in Filter() argument
40 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, 0); in Filter()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/texture_filters/bicubic/
H A Dbicubic.cpp29 void Bicubic::Filter(GLuint src_tex, const Common::Rectangle<u32>& src_rect, GLuint dst_tex, in Filter() argument
40 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, 0); in Filter()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/texture_filters/scale_force/
H A Dscale_force.cpp29 void ScaleForce::Filter(GLuint src_tex, const Common::Rectangle<u32>& src_rect, GLuint dst_tex, in Filter() argument
40 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dst_tex, 0); in Filter()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/ext/qt/
H A Dqtwindow.cc191 GLuint dst_tex; in afterRendering() local
230 dst_tex = *(guint *) gl_frame.data[0]; in afterRendering()
232 this->source->renderTargetId(), dst_tex, width,height); in afterRendering()
234 gl->BindTexture (GL_TEXTURE_2D, dst_tex); in afterRendering()
238 GL_TEXTURE_2D, dst_tex, 0); in afterRendering()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/ext/qt/
H A Dqtwindow.cc191 GLuint dst_tex; in afterRendering() local
230 dst_tex = *(guint *) gl_frame.data[0]; in afterRendering()
232 this->source->renderTargetId(), dst_tex, width,height); in afterRendering()
234 gl->BindTexture (GL_TEXTURE_2D, dst_tex); in afterRendering()
238 GL_TEXTURE_2D, dst_tex, 0); in afterRendering()

1234