Home
last modified time | relevance | path

Searched refs:Blit (Results 1 – 25 of 47) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/shaders/
Dgenerate_shaders.bat23 call:BuildShader Blit.vs standardvs vs_2_0 compiled\standardvs.h …
24 call:BuildShader Blit.ps passthroughps ps_2_0 compiled\passthroughps.h …
25 call:BuildShader Blit.ps luminanceps ps_2_0 compiled\luminanceps.h …
26 call:BuildShader Blit.ps luminancepremultps ps_2_0 compiled\luminancepremultps.h…
27 call:BuildShader Blit.ps luminanceunmultps ps_2_0 compiled\luminanceunmultps.h …
28 call:BuildShader Blit.ps componentmaskps ps_2_0 compiled\componentmaskps.h …
29 call:BuildShader Blit.ps componentmaskpremultps ps_2_0 compiled\componentmaskpremult…
30 call:BuildShader Blit.ps componentmaskunmultps ps_2_0 compiled\componentmaskunmultp…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/shaders/
Dgenerate_shaders.bat23 call:BuildShader Blit.vs standardvs vs_2_0 compiled\standardvs.h …
24 call:BuildShader Blit.ps passthroughps ps_2_0 compiled\passthroughps.h …
25 call:BuildShader Blit.ps luminanceps ps_2_0 compiled\luminanceps.h …
26 call:BuildShader Blit.ps luminancepremultps ps_2_0 compiled\luminancepremultps.h…
27 call:BuildShader Blit.ps luminanceunmultps ps_2_0 compiled\luminanceunmultps.h …
28 call:BuildShader Blit.ps componentmaskps ps_2_0 compiled\componentmaskps.h …
29 call:BuildShader Blit.ps componentmaskpremultps ps_2_0 compiled\componentmaskpremult…
30 call:BuildShader Blit.ps componentmaskunmultps ps_2_0 compiled\componentmaskunmultp…
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Dshadow.log3 Blit:
11 Blit:
25 Blit:
31 Blit:
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta_blit.c100 struct blit_state *blit = &ctx->Meta->Blit; in blitframebuffer_texture()
145 if (ctx->Meta->Blit.no_ctsi_fallback) in blitframebuffer_texture()
188 &ctx->Meta->Blit.VAO, in blitframebuffer_texture()
189 &ctx->Meta->Blit.buf_obj, in blitframebuffer_texture()
Dmeta.h364 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */ member
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp112 void Blit(RasBuf32 src) in Blit() function
238 dstClip.Blit(srcBuf); in Display()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DDirectFBSurfaceEXT.cpp83 surface->Blit(surface, dfbImage, NULL, 0, 0); in present()
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.primitive_bounding_box.txt34 + Blit tests
35 - Blit should not be affected by the bounding box
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_internal_shaders_autogen.h29 enum Blit enum
/third_party/mesa3d/docs/relnotes/
D10.6.9.rst100 in Blit
D10.5.9.rst71 - i915: Blit RGBX<->RGBA drawpixels
D11.0.3.rst104 in Blit
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_internal_shaders_autogen.h29 enum Blit enum
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolveStencilNoExport.comp6 // BlitResolveStencilNoExport.comp: Blit stencil images or resolve multisampled ones into a buffer.
DBlitResolve.frag6 // BlitResolve.frag: Blit color or depth/stencil images, or resolve multisampled ones.
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolveStencilNoExport.comp6 // BlitResolveStencilNoExport.comp: Blit stencil images or resolve multisampled ones into a buffer.
DBlitResolve.frag6 // BlitResolve.frag: Blit color or depth/stencil images, or resolve multisampled ones.
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_blit.txt464 /* Blit contents of color buffer, depth buffer and stencil buffer
476 /* Blit contents of color buffer from framebuffer object 1 to
486 /* Blit color buffer from framebuffer object 1 to framebuffer
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_blit.txt464 /* Blit contents of color buffer, depth buffer and stencil buffer
476 /* Blit contents of color buffer from framebuffer object 1 to
486 /* Blit color buffer from framebuffer object 1 to framebuffer
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_end2end_tests_expectations.txt176 5284 MAC METAL AMD : ColorMaskForDrawBuffersTest.Blit/* = SKIP
177 5360 MAC METAL APPLE : ColorMaskForDrawBuffersTest.Blit/* = SKIP
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DWGL_ARB_make_current_read.txt205 b. Blit from window to window using context B.
/third_party/openGLES/extensions/ARB/
DWGL_ARB_make_current_read.txt215 b. Blit from window to window using context B.
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_render.c1145 SDL_DFB_CHECKERR(destsurf->Blit(destsurf, in DirectFB_RenderCopy()
1184 SDL_DFB_CHECK(windata->surface->Blit(windata->surface, shape_data->surface, NULL, 0, 0)); in DirectFB_RenderPresent()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp325 TEST_P(FramebufferMultiviewTest, Blit) in TEST_P() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp328 TEST_P(FramebufferMultiviewTest, Blit) in TEST_P() argument

12