Home
last modified time | relevance | path

Searched refs:blend (Results 226 - 250 of 365) sorted by relevance

12345678910>>...15

/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_context.h230 struct lima_blend_state *blend; member
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_blit.c95 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 Dpan_context.h208 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 DSkComposeShader.cpp154 return p->blend(fMode, s,d); in onProgram()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dcfftypes.h159 /* 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. */
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H A DWireOptionalTests.cpp84 colorTargetState.blend = &blendState; in TEST_F()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c565 if (v3d->blend->base.logicop_enable) { in v3d_update_compiled_fs()
566 key->logicop_func = v3d->blend->base.logicop_func; in v3d_update_compiled_fs()
574 key->sample_alpha_to_coverage = v3d->blend->base.alpha_to_coverage; in v3d_update_compiled_fs()
575 key->sample_alpha_to_one = v3d->blend->base.alpha_to_one; in v3d_update_compiled_fs()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state_validate.c552 PUSH_SPACE(push, nvc0->blend->size); in nvc0_validate_blend()
553 PUSH_DATAp(push, nvc0->blend->state, nvc0->blend->size); in nvc0_validate_blend()
903 if (!ctx_to->blend) in nvc0_switch_pipe_context()
H A Dnvc0_context.h194 struct nvc0_blend_stateobj *blend; member
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1225 if (pipeline->blend.enables) { in cmd_buffer_emit_blend()
1227 enables.mask = pipeline->blend.enables; in cmd_buffer_emit_blend()
1232 if (pipeline->blend.enables & (1 << i)) in cmd_buffer_emit_blend()
1233 cl_emit_prepacked(&job->bcl, &pipeline->blend.cfg[i]); in cmd_buffer_emit_blend()
1237 if (pipeline->blend.needs_color_constants && in cmd_buffer_emit_blend()
1260 pipeline->blend.color_write_masks) & 0xffff; in cmd_buffer_emit_color_write_mask()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c238 const struct pipe_blend_state *blend) in rbug_create_blend_state()
246 blend); in rbug_create_blend_state()
254 void *blend) in rbug_bind_blend_state()
261 blend); in rbug_bind_blend_state()
267 void *blend) in rbug_delete_blend_state()
274 blend); in rbug_delete_blend_state()
237 rbug_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *blend) rbug_create_blend_state() argument
253 rbug_bind_blend_state(struct pipe_context *_pipe, void *blend) rbug_bind_blend_state() argument
266 rbug_delete_blend_state(struct pipe_context *_pipe, void *blend) rbug_delete_blend_state() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_rss.c109 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 Dfreedreno_draw.c129 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 Drenderer9_utils.cpp72 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 DSkRasterPipelineBlitter.cpp33 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 DFrameBuffer.cpp518 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 DCodecAnimTest.cpp72 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 Dpsft.c117 FT_FREE( font->blend.lastNDV ); in cf2_free_instance()
118 FT_FREE( font->blend.BV ); in cf2_free_instance()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2895 const auto& blend = graphicsState.colorBlendState; in UpdateBlendState() local
2897 for (GLuint i = 0; i < blend.colorAttachmentCount; i++) { in UpdateBlendState()
2898 const auto& blendState = blend.colorAttachments[i]; in UpdateBlendState()
2908 // Check if blend state has changed in UpdateBlendState()
2939 if (!Compare(cBlend.colorBlendConstants, blend.colorBlendConstants)) { in UpdateBlendState()
2940 Set(cBlend.colorBlendConstants, blend.colorBlendConstants); in UpdateBlendState()
2941 glBlendColor(blend.colorBlendConstants[Gles::RED_INDEX], blend.colorBlendConstants[Gles::GREEN_INDEX], in UpdateBlendState()
2942 blend.colorBlendConstants[Gles::BLUE_INDEX], blend in UpdateBlendState()
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_emit.c41 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()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h105 SingleShaderData blend; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.h155 struct nv50_blend_stateobj *blend; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c61 util_blitter_save_blend(ctx->blitter, ctx->blend); in etna_blit_save_state()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_run.c283 cso_set_blend(p->cso, &p->blend); in pp_filter_misc_state()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h362 struct pipe_blend_state *blend; member

Completed in 35 milliseconds

12345678910>>...15