/external/angle/src/libANGLE/renderer/d3d/d3d9/shaders/ |
D | generate_shaders.bat | 23 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…
|
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | shadow.log | 5 Blit: 13 Blit: 27 Blit: 33 Blit:
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_blit.c | 100 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()
|
D | meta.h | 364 struct blit_state Blit; /**< For _mesa_meta_BlitFramebuffer() */ member
|
D | meta.c | 434 _mesa_meta_glsl_blit_cleanup(ctx, &ctx->Meta->Blit); in _mesa_meta_free() 1311 struct temp_texture *tex = &ctx->Meta->Blit.depthTex; in _mesa_meta_get_temp_depth_texture() 2823 ctx->Meta->Blit.no_ctsi_fallback = true; in copytexsubimage_using_blit_framebuffer() 2841 ctx->Meta->Blit.no_ctsi_fallback = false; in copytexsubimage_using_blit_framebuffer()
|
/external/swiftshader/src/WSI/ |
D | DirectFBSurfaceEXT.cpp | 83 surface->Blit(surface, dfbImage, NULL, 0, 0); in present()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.primitive_bounding_box.txt | 34 + Blit tests 35 - Blit should not be affected by the bounding box
|
/external/libabigail/tests/data/test-annotate/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 38 …<!-- vtkPixelTransfer::Blit(vtkPixelExtent const&, vtkPixelExtent const&, vtkPixelExtent const&, v… 40 …<!-- int vtkPixelTransfer::Blit<signed char>(vtkPixelExtent const&, vtkPixelExtent const&, vtkPixe… 42 …<!-- int vtkPixelTransfer::Blit<signed char, signed char>(vtkPixelExtent const&, vtkPixelExtent co… 44 …<!-- int vtkPixelTransfer::Blit<signed char, char>(vtkPixelExtent const&, vtkPixelExtent const&, v… 46 …<!-- int vtkPixelTransfer::Blit<signed char, double>(vtkPixelExtent const&, vtkPixelExtent const&,… 48 …<!-- int vtkPixelTransfer::Blit<signed char, float>(vtkPixelExtent const&, vtkPixelExtent const&, … 50 …<!-- int vtkPixelTransfer::Blit<signed char, unsigned char>(vtkPixelExtent const&, vtkPixelExtent … 52 …<!-- int vtkPixelTransfer::Blit<signed char, int>(vtkPixelExtent const&, vtkPixelExtent const&, vt… 54 …<!-- int vtkPixelTransfer::Blit<signed char, unsigned int>(vtkPixelExtent const&, vtkPixelExtent c… 56 …<!-- int vtkPixelTransfer::Blit<signed char, long>(vtkPixelExtent const&, vtkPixelExtent const&, v… [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_internal_shaders_autogen.h | 29 enum Blit enum
|
D | FramebufferVk.cpp | 1910 if (command != gl::Command::Blit) in syncState()
|
/external/mesa3d/docs/relnotes/ |
D | 10.6.9.rst | 100 in Blit
|
D | 10.5.9.rst | 71 - i915: Blit RGBX<->RGBA drawpixels
|
D | 11.0.3.rst | 104 in Blit
|
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/ |
D | BlitResolveStencilNoExport.comp | 6 // BlitResolveStencilNoExport.comp: Blit stencil images or resolve multisampled ones into a buffer.
|
D | BlitResolve.frag | 6 // BlitResolve.frag: Blit color or depth/stencil images, or resolve multisampled ones.
|
/external/angle/src/tests/gl_tests/ |
D | FramebufferMultiviewTest.cpp | 328 TEST_P(FramebufferMultiviewTest, Blit) in TEST_P() argument
|
D | DrawBuffersTest.cpp | 995 TEST_P(ColorMaskForDrawBuffersTest, Blit) in TEST_P() argument
|
/external/angle/src/libANGLE/renderer/gl/ |
D | FeatureSupportGL.md | 8 |Blit framebuffer|3.0|[GL_EXT_framebuffer_blit](https://www.opengl.org/registry/specs/EXT/framebuff…
|
/external/angle/src/libANGLE/ |
D | angletypes.h | 35 Blit, enumerator
|
D | Context.cpp | 5264 return syncState(mBlitDirtyBits, mBlitDirtyObjects, Command::Blit); in syncStateForBlit()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | FrameBufferMtl.mm | 411 // Blit Depth & stencil 462 // Blit color
|
D | mtl_render_utils.mm | 1016 // Blit texture data to current framebuffer 1467 // Blit premultiply-alpha 1469 // Blit unmultiply alpha
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 8496 Blit(test_cases[i].width, test_cases[i].height); in iterate() 8651 void StorageMultisampleTest::Blit(glw::GLuint width, glw::GLuint height) in Blit() function in gl4cts::DirectStateAccess::Renderbuffers::StorageMultisampleTest
|
D | gl4cDirectStateAccessTests.hpp | 3811 void Blit(glw::GLuint width, glw::GLuint height);
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 1385 …<function-decl name='Blit<float, float>' mangled-name='_ZN16vtkPixelTransfer4BlitIffEEiRK14v… 1398 …<function-decl name='Blit<vtkPixelTransfer::Blit::VTK_TT, vtkPixelTransfer::Blit::VTK_TT>' m… 1411 …<function-decl name='Blit<vtkPixelTransfer::Blit::VTK_TT>' mangled-name='_ZN16vtkPixelTransf… 1425 …<function-decl name='Blit' mangled-name='_ZN16vtkPixelTransfer4BlitERK14vtkPixelExtentS2_S2_S2_iiP…
|