/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Schedule.td | 311 defm WriteFBlend : X86SchedWritePair<ReadAfterVecXLd>; // Floating point vector blends. 312 defm WriteFBlendY : X86SchedWritePair<ReadAfterVecYLd>; // Floating point vector blends (YMM). 313 defm WriteFBlendZ : X86SchedWritePair<ReadAfterVecYLd>; // Floating point vector blends (ZMM). 314 defm WriteFVarBlend : X86SchedWritePair<ReadAfterVecXLd>; // Fp vector variable blends. 315 defm WriteFVarBlendY : X86SchedWritePair<ReadAfterVecYLd>; // Fp vector variable blends (YMM). 316 defm WriteFVarBlendZ : X86SchedWritePair<ReadAfterVecYLd>; // Fp vector variable blends (YMZMM). 385 defm WriteBlend : X86SchedWritePair<ReadAfterVecXLd>; // Vector blends. 386 defm WriteBlendY : X86SchedWritePair<ReadAfterVecYLd>; // Vector blends (YMM). 387 defm WriteBlendZ : X86SchedWritePair<ReadAfterVecYLd>; // Vector blends (ZMM). 388 defm WriteVarBlend : X86SchedWritePair<ReadAfterVecXLd>; // Vector variable blends. [all …]
|
D | X86SchedBroadwell.td | 331 defm : BWWriteResPair<WriteFBlend, [BWPort015], 1, [1], 1, 5>; // Floating point vector blends. 332 defm : BWWriteResPair<WriteFBlendY, [BWPort015], 1, [1], 1, 6>; // Floating point vector blends. 334 defm : BWWriteResPair<WriteFVarBlend, [BWPort5], 2, [2], 2, 5>; // Fp vector variable blends. 335 defm : BWWriteResPair<WriteFVarBlendY, [BWPort5], 2, [2], 2, 6>; // Fp vector variable blends. 390 defm : BWWriteResPair<WriteBlend, [BWPort5], 1, [1], 1, 5>; // Vector blends. 391 defm : BWWriteResPair<WriteBlendY, [BWPort5], 1, [1], 1, 6>; // Vector blends (YMM/ZMM). 393 defm : BWWriteResPair<WriteVarBlend, [BWPort5], 2, [2], 2, 5>; // Vector variable blends. 394 defm : BWWriteResPair<WriteVarBlendY, [BWPort5], 2, [2], 2, 6>; // Vector variable blends (YMM/ZMM).
|
D | X86SchedSkylakeClient.td | 322 defm : SKLWriteResPair<WriteFBlend, [SKLPort015], 1, [1], 1, 6>; // Floating point vector blends. 325 defm : SKLWriteResPair<WriteFVarBlend, [SKLPort015], 2, [2], 2, 6>; // Fp vector variable blends. 379 defm : SKLWriteResPair<WriteBlend, [SKLPort5], 1, [1], 1, 6>; // Vector blends. 382 defm : SKLWriteResPair<WriteVarBlend, [SKLPort015], 2, [2], 2, 6>; // Vector variable blends.
|
/third_party/harfbuzz/src/ |
D | hb-cff2-interp-cs.hh | 249 const hb_array_t<const blend_arg_t> blends = env.argStack.get_subarray (start + n + (i * k)); in process_blend() local 250 env.argStack[start + i].set_blends (n, i, k, blends); in process_blend()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff2-interp-cs.hh | 249 const hb_array_t<const blend_arg_t> blends = env.argStack.get_subarray (start + n + (i * k)); in process_blend() local 250 env.argStack[start + i].set_blends (n, i, k, blends); in process_blend()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-cff2-interp-cs.hh | 248 const hb_array_t<const blend_arg_t> blends = env.argStack.get_subarray (start + n + (i * k)); in process_blend() local 249 env.argStack[start + i].set_blends (n, i, k, blends); in process_blend()
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | README | 4 A generice video mixer, it blends the ayuv buffers from all pads onto
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1load.c | 577 FT_Fixed* blends = map->blend_points; in T1_Set_MM_Design() local 595 the_blend = blends[p]; in T1_Set_MM_Design() 610 the_blend = blends[0]; in T1_Set_MM_Design() 613 the_blend = blends[map->num_points - 1]; in T1_Set_MM_Design() 617 blends [after] - blends [before], in T1_Set_MM_Design()
|
/third_party/freetype/src/type1/ |
D | t1load.c | 586 FT_Fixed* blends = map->blend_points; in T1_Set_MM_Design() local 604 the_blend = blends[p]; in T1_Set_MM_Design() 619 the_blend = blends[0]; in T1_Set_MM_Design() 622 the_blend = blends[map->num_points - 1]; in T1_Set_MM_Design() 626 blends [after] - blends [before], in T1_Set_MM_Design()
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1load.c | 586 FT_Fixed* blends = map->blend_points; in T1_Set_MM_Design() local 604 the_blend = blends[p]; in T1_Set_MM_Design() 619 the_blend = blends[0]; in T1_Set_MM_Design() 622 the_blend = blends[map->num_points - 1]; in T1_Set_MM_Design() 626 blends [after] - blends [before], in T1_Set_MM_Design()
|
/third_party/mesa3d/docs/isl/ |
D | aux-surf-comp.rst | 27 clear bit and blends with the clear color recorded with the surface state
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | DebugOverlayInVulkanBackend.md | 101 being processed and renders and blends in texts and graphs. This is done once
|
/third_party/flutter/skia/modules/canvaskit/ |
D | CHANGELOG.md | 19 a set of transforms, color blends, etc.
|
/third_party/skia/site/docs/user/api/ |
D | skpaint_overview.md | 9 it blends with the background, or what style or font to draw it in, you specify
|
/third_party/flutter/skia/site/user/api/ |
D | skpaint_overview.md | 20 is, or how it blends with the background, or what style or font to
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_texture_compression_pvrtc.txt | 80 some blends will be unobtainable. Note that the driver scanning
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_texture_compression_pvrtc.txt | 80 some blends will be unobtainable. Note that the driver scanning
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_multisample_filter_hint.txt | 50 is used in two-sample multisampling, but it blends the pixel's two
|
/third_party/openGLES/extensions/NV/ |
D | NV_multisample_filter_hint.txt | 50 is used in two-sample multisampling, but it blends the pixel's two
|
/third_party/skia/site/docs/dev/design/raster_tragedy/ |
D | _index.md | 69 Skia has avoided special casing these blends. 88 discriminating of the results of other blends.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/WIN/ |
D | WIN_specular_fog.txt | 162 "If either fog or WIN_specular_fog are enabled, the fog blends a fog-color
|
/third_party/openGLES/extensions/WIN/ |
D | WIN_specular_fog.txt | 162 "If either fog or WIN_specular_fog are enabled, the fog blends a fog-color
|
/third_party/openGLES/extensions/SGIS/ |
D | GLX_SGIS_blended_overlay.txt | 30 transparency type visual blends with the lower frame buffer layers
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | GLX_SGIS_blended_overlay.txt | 30 transparency type visual blends with the lower frame buffer layers
|
/third_party/libdrm/man/ |
D | drm-kms.7.rst | 137 CRTC-framebuffer. The CRTC then blends the content from the plane over the CRTC
|