Home
last modified time | relevance | path

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

/external/angle/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…
/external/mesa3d/src/freedreno/.gitlab-ci/reference/
Dshadow.log5 Blit:
13 Blit:
27 Blit:
33 Blit:
/external/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
Dmeta.c434 _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/deqp/doc/testspecs/GLES3/
Dfunctional.primitive_bounding_box.txt34 + Blit tests
35 - Blit should not be affected by the bounding box
/external/mesa3d/docs/relnotes/
D10.6.9.rst100 in Blit
D10.5.9.rst71 - i915: Blit RGBX<->RGBA drawpixels
D11.0.3.rst104 in Blit
D20.1.0.rst1544 - freedreno: Blit all array levels when uncompressing UBWC.
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_internal_shaders_autogen.h29 enum Blit enum
/external/angle/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.
/external/angle/src/tests/gl_tests/
DFramebufferMultiviewTest.cpp328 TEST_P(FramebufferMultiviewTest, Blit) in TEST_P() argument
/external/angle/src/libANGLE/renderer/gl/
DFeatureSupportGL.md8 |Blit framebuffer|3.0|[GL_EXT_framebuffer_blit](https://www.opengl.org/registry/specs/EXT/framebuff…
/external/angle/src/tests/deqp_support/
Ddeqp_gles3_test_expectations.txt187 // Blit related failures on D3D11
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp8496 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
Dgl4cDirectStateAccessTests.hpp3783 void Blit(glw::GLuint width, glw::GLuint height);