/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_tools_enc.c | 184 #define BLEND(V0, V1, ALPHA) \ macro 216 y_ptr[x] = BLEND(Y0, y_ptr[x], alpha); in WebPBlendAlpha() 256 r = BLEND(red, r, alpha); in WebPBlendAlpha() 257 g = BLEND(green, g, alpha); in WebPBlendAlpha() 258 b = BLEND(blue, b, alpha); in WebPBlendAlpha() 270 #undef BLEND macro
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_removegrain.asm | 147 %macro BLEND 3 307 BLEND m8, m6, m11 308 BLEND m8, m7, m10 309 BLEND m8, m5, m12 373 BLEND m9, m11, m3 374 BLEND m9, m10, m2 375 BLEND m9, m12, m4 434 BLEND m9, m11, m3 435 BLEND m9, m10, m2 436 BLEND m [all...] |
H A D | vf_lut3d.asm | 203 %macro BLEND 4 332 BLEND m10, prev_r, next_r, m9 336 BLEND m11, next_r, prev_r, m9 340 BLEND m12, prev_g, next_g, m9 345 BLEND m12, next_g, prev_g, m9 350 BLEND m12, prev_b, next_b, m9 355 BLEND m12, next_b, prev_b, m9
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 422 pan_unpack(descs + (rt_no * pan_size(BLEND)), BLEND, b); in pandecode_bifrost_blend() 423 DUMP_UNPACKED(BLEND, b, "Blend RT %d:\n", rt_no); in pandecode_bifrost_blend() 433 pan_unpack(descs + (rt_no * pan_size(BLEND)), BLEND, b); in pandecode_midgard_blend_mrt() 434 DUMP_UNPACKED(BLEND, b, "Blend RT %d:\n", rt_no); in pandecode_midgard_blend_mrt()
|
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 329 #define BLEND(target, source, alpha) \ macro 388 image[0] = BLEND(r, image[0], a); in xcbgrab_draw_mouse() 389 image[1] = BLEND(g, image[1], a); in xcbgrab_draw_mouse() 390 image[2] = BLEND(b, image[2], a); in xcbgrab_draw_mouse()
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-scheduler-predicates.cpp | 82 TEST_F(SchedulerPredicates, BLEND) in TEST_F()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_meta_clear.c | 88 PAN_DESC_ARRAY(rt + 1, BLEND)); in panvk_meta_clear_color_attachment_emit_rsd() 104 pan_pack(bd, BLEND, cfg) { in panvk_meta_clear_color_attachment_emit_rsd()
|
H A D | panvk_vX_pipeline.c | 220 bo_size += pan_size(BLEND) * MAX2(pipeline->blend.state.rt_count, 1); in panvk_pipeline_builder_alloc_static_state_bo() 306 bd += pan_size(BLEND); in panvk_pipeline_builder_init_shaders()
|
H A D | panvk_vX_cs.c | 613 pan_pack(bd, BLEND, cfg) { in emit_blend() 673 pan_pack(bd, BLEND, cfg) { in emit_blend_constant()
|
H A D | panvk_vX_cmd_buffer.c | 396 BLEND)); in panvk_draw_prepare_fs_rsd() 419 pan_merge(bd_dyn, (*bd_templ), BLEND); in panvk_draw_prepare_fs_rsd() 422 bd += pan_size(BLEND); in panvk_draw_prepare_fs_rsd()
|
H A D | panvk_vX_meta_copy.c | 218 PAN_DESC_ARRAY(1, BLEND)); in panvk_meta_copy_to_img_emit_rsd() 253 pan_pack(rsd_ptr.cpu + pan_size(RENDERER_STATE), BLEND, cfg) { in panvk_meta_copy_to_img_emit_rsd()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 125 pan_pack(out, BLEND, cfg) { in pan_blitter_emit_blend() 220 void *dest = out + pan_size(BLEND) * i; in pan_blitter_emit_blends() 752 PAN_DESC_ARRAY(bd_count, BLEND)); in pan_blitter_get_rsd() 1162 struct panfrost_ptr blend = pan_pool_alloc_desc_array(pool, bd_count, BLEND); in pan_preload_emit_dcd()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 355 struct mali_blend_packed *packed = rts + (i * pan_size(BLEND)); in panfrost_emit_blend() 359 pan_pack(rts + i * pan_size(BLEND), BLEND, cfg) { in panfrost_emit_blend() 375 pan_pack(packed, BLEND, cfg) { in panfrost_emit_blend() 710 PAN_DESC_ARRAY(rt_count, BLEND)); in panfrost_emit_frag_shader_meta() 847 struct panfrost_ptr T = pan_pool_alloc_desc_array(&batch->pool.base, rt_count, BLEND); in panfrost_emit_blend_valhall() 3299 /* Blend descriptors are only accessed by a BLEND in panfrost_emit_draw()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_dump.c | 674 CAP_CASE(LineCaps, D3DLINECAPS, BLEND); in nine_dump_D3DCAPS9()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 1467 d3d12_gfx_pipeline_state_stream_new_desc(out, BLEND, D3D12_BLEND_DESC, desc); in dzn_graphics_pipeline_translate_blend()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cmd_buffer.c | 2532 UPDATE_REG(sp_blend_cntl, BLEND); in tu_CmdBindPipeline() 2533 UPDATE_REG(rb_blend_cntl, BLEND); in tu_CmdBindPipeline()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |