| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_context.h | 203 struct pipe_blend_state blend; member
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_context.h | 254 const struct i915_blend_state *blend; member
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_context.h | 230 struct lima_blend_state *blend; member
|
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_blit.c | 95 util_blitter_save_blend(blitter, ctx->blend); in agx_blitter_save() 150 c: 09000004f0fc8003 TODO.blend
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_context.h | 208 struct panfrost_blend_state *blend; member 210 /* On Valhall, does the current blend state use a blend shader for any
|
| /third_party/skia/src/shaders/ |
| H A D | SkComposeShader.cpp | 154 return p->blend(fMode, s,d); in onProgram()
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | cfftypes.h | 159 /* This object manages one cached blend vector. */ 229 /* deprecated) `blend' operator in Type 2 charstrings */ 308 CFF_BlendRec blend; /* current blend vector */ member 312 /* `blend_stack' is a writable buffer to hold blend results. */ 314 /* `cff_parse_blend' and `cff_blend_doBlend' push blend results here. */ 317 /* `blend_stack' could be cleared at each operator other than blend. */
|
| H A D | tttypes.h | 1350 * blend :: 1587 GX_Blend blend; member
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
| H A D | WireOptionalTests.cpp | 84 colorTargetState.blend = &blendState; in TEST_F()
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_state_rss.c | 109 const struct svga_blend_state *curr = svga->curr.blend; in emit_rss_vgpu9() 407 curr = svga->curr.blend; in emit_rss_vgpu10() 423 /* Set/bind the blend state object */ in emit_rss_vgpu10()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_draw.c | 129 if (ctx->blend->logicop_enable) 132 if (ctx->blend->rt[i].blend_enable)
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | renderer9_utils.cpp | 72 D3DBLEND ConvertBlendFunc(GLenum blend) in ConvertBlendFunc() argument 76 switch (blend) in ConvertBlendFunc() 777 // D3D9 cannot support constant color and alpha blend funcs together in GenerateCaps()
|
| /third_party/skia/src/core/ |
| H A D | SkRasterPipelineBlitter.cpp | 33 SkBlendMode blend, in SkRasterPipelineBlitter() 36 , fBlend(blend) in SkRasterPipelineBlitter() 32 SkRasterPipelineBlitter(SkPixmap dst, SkBlendMode blend, SkArenaAlloc* alloc) SkRasterPipelineBlitter() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Main/ |
| H A D | FrameBuffer.cpp | 518 blend(state, d, s, c); in copyRoutine() 533 void FrameBuffer::blend(const BlitState &state, const Pointer<Byte> &d, const Pointer<Byte> &s, const Pointer<Byte> &c) in blend() function in sw::FrameBuffer
|
| /third_party/skia/tests/ |
| H A D | CodecAnimTest.cpp | 72 SkString to_string(SkCodecAnimation::Blend blend) { in to_string() argument 73 switch (blend) { in to_string() 382 reporter_assert_equals(r, rec.fName, i, "blend mode", rec.fBlends[i], in DEF_TEST() 397 // - Provide the frame that a frame depends on, so |codec| just has to blend. in DEF_TEST()
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psft.c | 117 FT_FREE( font->blend.lastNDV ); in cf2_free_instance() 118 FT_FREE( font->blend.BV ); in cf2_free_instance()
|
| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_emit.c | 41 struct r300_blend_state* blend = (struct r300_blend_state*)state; in r300_emit_blend_state() local 51 WRITE_CS_TABLE(blend->cb_noclamp, size); in r300_emit_blend_state() 53 WRITE_CS_TABLE(blend->cb_noclamp_noalpha, size); in r300_emit_blend_state() 56 WRITE_CS_TABLE(blend->cb_clamp[swz], size); in r300_emit_blend_state() 59 WRITE_CS_TABLE(blend->cb_no_readwrite, size); in r300_emit_blend_state()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.h | 155 struct nv50_blend_stateobj *blend; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.h | 194 struct nvc0_blend_stateobj *blend; member
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_clear_blit.c | 61 util_blitter_save_blend(ctx->blitter, ctx->blend); in etna_blit_save_state()
|
| /third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
| H A D | pp_run.c | 283 cso_set_blend(p->cso, &p->blend); in pp_filter_misc_state()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_context.h | 362 struct pipe_blend_state *blend; member
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuRGBA.hpp | 125 inline RGBA blend (RGBA a, RGBA b, float t) in blend() function
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| H A D | helpers.cpp | 713 VkPipelineColorBlendAttachmentState *blend = &blend_attachment_states[num_color_attachments]; in create_graphics_pipeline() local 714 blend->blendEnable = false; in create_graphics_pipeline() 715 blend->colorWriteMask = VK_COLOR_COMPONENT_R_BIT | in create_graphics_pipeline()
|
| /third_party/skia/third_party/externals/libwebp/examples/ |
| H A D | webpinfo.c | 740 int offset_x, offset_y, width, height, duration, blend, dispose, temp; in ProcessANMFChunk() local 760 blend = (temp >> 1) & 1; in ProcessANMFChunk() 765 offset_x, offset_y, width, height, duration, dispose, blend); in ProcessANMFChunk()
|