Home
last modified time | relevance | path

Searched refs:Clip (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/skia/experimental/graphite/src/
DDrawList.h97 class Clip {
99 Clip(const Rect& drawBounds, const SkIRect& scissor) in Clip() function
167 const Clip& clip,
173 const Clip& clip,
180 const Clip& clip,
201 Clip fClip;
208 const Clip& clip, DrawOrder order, const PaintParams* paint, in Draw()
DDrawContext.h56 const Clip& clip,
62 const Clip& clip,
69 const Clip& clip,
DDrawList.cpp50 const Clip& clip, in stencilAndFillPath()
63 const Clip& clip, in fillConvexPath()
79 const Clip& clip, in strokePath()
DDrawContext.cpp54 const Clip& clip, in stencilAndFillPath()
63 const Clip& clip, in fillConvexPath()
73 const Clip& clip, in strokePath()
DDevice.h22 class Clip; variable
150 std::pair<Clip, CompressedPaintersOrder>
/third_party/skia/third_party/externals/spirv-cross/shaders/frag/
Dubo-load-row-major-workaround.frag35 layout(location = 0) in vec4 Clip;
41 FragColor = rm2_loaded.rm.B * rm.B * A * C * Clip;
42 FragColor += D * Clip;
43 FragColor += A[1] * Clip;
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/
Dubo-load-row-major-workaround.frag35 layout(location = 0) in vec4 Clip;
42 …rkaroundRowMajor(_35.rm.B)) * spvWorkaroundRowMajor(_42.A)) * spvWorkaroundRowMajor(_42.C)) * Clip;
43 FragColor += (_56.D * Clip);
44 FragColor += (_42.A[1] * Clip);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
Dubo-load-row-major-workaround.frag35 layout(location = 0) in vec4 Clip;
44 …rkaroundRowMajor(_35.rm.B)) * spvWorkaroundRowMajor(_42.A)) * spvWorkaroundRowMajor(_42.C)) * Clip;
45 FragColor += (_56.D * Clip);
46 FragColor += (_42.A[1] * Clip);
/third_party/libdrm/intel/tests/
Dgm45-3d.batch-ref.txt16 0x1230003c: 0x00000000: Clip binding table
33 0x12300080: 0x00007d21: Clip state
65 0x12300100: 0x00000000: Clip binding table
71 0x12300118: 0x00007a61: Clip state
94 0x12300174: 0x00007a61: Clip state
112 0x123001bc: 0x00007a61: Clip state
130 0x12300204: 0x00007a61: Clip state
148 0x1230024c: 0x00007a61: Clip state
160 0x1230027c: 0x00007a61: Clip state
188 0x123002ec: 0x00007901: Clip state
[all …]
Dgen4-3d.batch-ref.txt16 0x1230003c: 0x00000000: Clip binding table
32 0x1230007c: 0x00007d21: Clip state
64 0x123000fc: 0x00000000: Clip binding table
70 0x12300114: 0x00007a61: Clip state
93 0x12300170: 0x00007a61: Clip state
111 0x123001b8: 0x00007a61: Clip state
129 0x12300200: 0x00007a61: Clip state
147 0x12300248: 0x00007a61: Clip state
159 0x12300278: 0x00007a61: Clip state
187 0x123002e8: 0x00007901: Clip state
[all …]
Dgen5-3d.batch-ref.txt18 0x12300044: 0x00000000: Clip binding table
36 0x1230008c: 0x00007d21: Clip state
68 0x1230010c: 0x00000000: Clip binding table
75 0x12300128: 0x00007a61: Clip state
101 0x12300190: 0x00007a61: Clip state
120 0x123001dc: 0x00007a61: Clip state
139 0x12300228: 0x00007a61: Clip state
160 0x1230027c: 0x00007a61: Clip state
173 0x123002b0: 0x00007a61: Clip state
202 0x12300324: 0x00007901: Clip state
[all …]
Dgen6-3d.batch-ref.txt88 …5c: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable…
211 …48: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable…
408 …5c: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable…
478 …74: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable…
678 …94: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable…
748 …ac: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable…
948 …cc: 0x98000026: Clip enable, API mode OGL, Viewport XY test enable, Viewport Z test enable…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/frag/
Din_block_assign.frag24 VOUT Clip = {};
25 Clip.a = in.VOUT_a;
26 VOUT tmp = Clip;
/third_party/skia/gm/
Dconvexpolyclip.cpp115 auto emplace_back = [](std::vector<Clip>& clips) -> Clip& { in onOnceBeforeDraw()
175 for (const Clip& clip : fClips) { in onDraw()
230 class Clip { class in skiagm::ConvexPolyClip
238 Clip () : fClipType(kNone_ClipType) {} in Clip() function in skiagm::ConvexPolyClip::Clip
301 std::vector<Clip> fClips;
Dcomplexclip2.cpp26 enum Clip { enum in skiagm::ComplexClip2GM
32 ComplexClip2GM(Clip clip, bool antiAlias) in ComplexClip2GM()
112 static const char* ClipStr(Clip clip) { in ClipStr()
199 Clip fClip;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/
Din_block_assign.frag8 layout(location = 0) in VOUT Clip;
13 VOUT tmp = Clip;
/third_party/PyYAML/tests/data/
Dspec-09-23.data4 # text
 
 # Clip
/third_party/skia/third_party/externals/swiftshader/src/Device/
DClipper.hpp43 static bool Clip(Polygon &polygon, int clipFlagsOr, const DrawCall &draw);
/third_party/rust/crates/nom/tests/
Dmp4.rs215 Clip, enumerator
234 Clip, enumerator
304 map(tag("clip"), |_| MP4BoxType::Clip), in moov_type()
/third_party/skia/docs/examples/
DClip.cpp5 REG_FIDDLE(Clip, 256, 90, false, 0) {
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_clip_band_hint.txt42 to the normal view volume. Clip-checking can be turned on or off
62 Clip-checking should probably always be performed for user defined
103 CLIP_BAND_FACTOR_X_SGIS respectively. Clip-checking is disabled when
/third_party/openGLES/extensions/SGIS/
DSGIS_clip_band_hint.txt42 to the normal view volume. Clip-checking can be turned on or off
62 Clip-checking should probably always be performed for user defined
103 CLIP_BAND_FACTOR_X_SGIS respectively. Clip-checking is disabled when
/third_party/typescript/tests/cases/fourslash/etslib/
Dtext.d.ts38 Clip, enumerator
/third_party/skia/tests/
DLazyProxyTest.cpp181 class Clip : public GrClip { class in LazyProxyTest
183 Clip(LazyProxyTest* test, GrTextureProxy* atlas) in Clip() function in LazyProxyTest::Clip
230 LazyProxyTest::Clip clip(&test, mockAtlas->asTextureProxy());
/third_party/openGLES/extensions/EXT/
DEXT_clip_control.txt178 CLIP_ORIGIN_EXT Z2 GetIntegerv LOWER_LEFT_EXT Clip origin 12.4
179 CLIP_DEPTH_MODE_EXT Z2 GetIntegerv NEGATIVE_ONE_TO_ONE_EXT Clip depth mode 12.4

1234