Home
last modified time | relevance | path

Searched +full:32 +full:- +full:particles (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/tint/test/samples/
Dcompute_boids.wgsl.expected.spvasm1 ; SPIR-V
30 OpName %Particles "Particles"
31 OpMemberName %Particles 0 "particles"
78 OpDecorate %Particles Block
79 OpMemberDecorate %Particles 0 Offset 0
87 %float = OpTypeFloat 32
101 %uint = OpTypeInt 32 0
111 %Particles = OpTypeStruct %_arr_Particle_uint_5
112 %_ptr_StorageBuffer_Particles = OpTypePointer StorageBuffer %Particles
133 %int = OpTypeInt 32 1
[all …]
/third_party/glfw/examples/
Dparticles.c6 // This software is provided 'as-is', without any express or implied
67 // NOTE: This structure SHOULD be packed on most systems. It uses 32-bit fields
68 // on 32-bit boundaries, and is a multiple of 64 bits in total (6x32=3x64). If
97 mtx_t particles_lock; // Particles data sharing mutex
102 // Texture declarations (we hard-code them into the source code, since
152 // Maximum number of particles
179 // Minimum delta-time for particle phisics (s)
196 // Global vectors holding all particles. We use two vectors for double
198 static PARTICLE particles[MAX_PARTICLES]; variable
229 printf("Usage: particles [-bfhs]\n"); in usage()
[all …]
/third_party/skia/modules/canvaskit/
Dparticles.js1 // Adds compile-time JS functions to augment the CanvasKit interface.
5 // The keys should be well-behaved strings - they're turned into null-terminated
30 …// JS. See https://kripken.github.io/emscripten-site/docs/api_reference/preamble.js.html#stringTo…
39 // Not entirely sure if it matters, but the uintptr_t are 32 bits
45 var particles = CanvasKit._MakeParticles(json, assetKeys.length,
53 return particles;
/third_party/skia/modules/canvaskit/tests/
Dcanvas.spec.js264 const r = CanvasKit.ColorMatrix.rotated(0, .707, -.707);
269 CanvasKit.ColorMatrix.postTranslate(cm, 20, 0, -10, 0);
306 canvas.drawText(blendModeName, x, y - 5, textPaint, textFont);
326 drawRectangle(x1-1, y1-1, x2+1, y2+1, CanvasKit.BLACK);
330 const numberOfColumns = (x2 - x1) / CHECKERBOARD_SQUARE_SIZE;
331 const numberOfRows = (y2 - y1) / CHECKERBOARD_SQUARE_SIZE
364 0.53, -0.918, 0.566, 0, 0,
365 0.53, -0.918, -0.566, 0, -10,
449 // the alpha paint isn't available when the drawing happens - it only
507 // the alpha paint isn't available when the drawing happens - it only
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/ci/
Dtraces-vmware.yml2 ---
3 traces-db:
4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
7 bgfx/01-cubes.rdc:
8 gl-vmware-llvmpipe:
10 bgfx/02-metaballs.rdc:
11 gl-vmware-llvmpipe:
13 bgfx/03-raymarch.rdc:
14 gl-vmware-llvmpipe:
16 bgfx/04-mesh.rdc:
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dtraces-llvmpipe.yml2 ---
3 traces-db:
4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/"
7 0ad/0ad-v2.trace:
8 gl-vmware-llvmpipe:
10 bgfx/01-cubes.rdc:
11 gl-vmware-llvmpipe:
13 bgfx/02-metaballs.rdc:
14 gl-vmware-llvmpipe:
16 bgfx/03-raymarch.rdc:
[all …]
/third_party/parse5/test/data/sax/lhc/
Dexpected.html3 <!--[if IEMobile 7]><html class="iem7" lang="en" dir="ltr"><![endif]-->
4 <!--[if lte IE 6]><html class="ie6 ie6-7 ie6-8" lang="en" dir="ltr"><![endif]-->
5 <!--[if (IE 7)&(!IEMobile)]><html class="ie7 ie6-7 ie6-8" lang="en" dir="ltr"><![endif]-->
6 <!--[if IE 8]><html class="ie8 ie6-8" lang="en" dir="ltr"><![endif]-->
7 <!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html lang="en" dir="ltr"
12 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
16 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><!--<![endif]-->
19 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
22 <link rel="canonical" href="http://home.web.cern.ch/topics/large-hadron-collider" />
24 <meta content="The Large Hadron Collider" about="/topics/large-hadron-collider" property="dc:title"…
[all …]
Dsrc.html3 <!--[if IEMobile 7]><html class="iem7" lang="en" dir="ltr"><![endif]-->
4 <!--[if lte IE 6]><html class="ie6 ie6-7 ie6-8" lang="en" dir="ltr"><![endif]-->
5 <!--[if (IE 7)&(!IEMobile)]><html class="ie7 ie6-7 ie6-8" lang="en" dir="ltr"><![endif]-->
6 <!--[if IE 8]><html class="ie8 ie6-8" lang="en" dir="ltr"><![endif]-->
7 <!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html lang="en" dir="ltr"
12 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
16 xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><!--<![endif]-->
19 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
22 <link rel="canonical" href="http://home.web.cern.ch/topics/large-hadron-collider" />
24 <meta content="The Large Hadron Collider" about="/topics/large-hadron-collider" property="dc:title"…
[all …]
/third_party/skia/m133/tools/viewer/
DMotionMarkSlide.cpp4 * Use of this source code is governed by a BSD-style license that can be
45 fObjects[i]->draw(canvas); in draw()
51 fObjects[i]->animate(nanos); in animate()
56 // The default impl handles +/- to add or remove N objects from the scene
63 fObjects.push_back(this->createObject()); in onChar()
67 case '-': in onChar()
70 fObjects.resize(fObjects.size() - (size_t) fObjectIncrement); in onChar()
86 fObjects.push_back(this->createObject()); in initializeObjects()
104 return fStage->onChar(uni); in onChar()
108 fStage->draw(canvas); in draw()
[all …]
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts8 * @param file - the name of the file that is about to be loaded.
17 * Internally, Colors are four unpremultiplied 32-bit floats: r, g, b, a.
21 * @param r - red value, clamped to [0, 255].
22 * @param g - green value, clamped to [0, 255].
23 * @param b - blue value, clamped to [0, 255].
24 * @param a - alpha value, from 0 to 1.0. By default is 1.0 (opaque).
29 * Construct a 4-float color. Float values are typically between 0.0 and 1.0.
30 * @param r - red value.
31 * @param g - green value.
32 * @param b - blue value.
[all …]
/third_party/mesa3d/src/util/
D00-mesa-defaults.conf2 <!--
22 built-ins (specifically gl_VertexID), which causes the vertex shaders to fail
29 -->
45 <!-- engine_name_match: A regexp matching the engine name -->
46 <!-- engine_versions: A version in range format
47 (version 1 to 4 : "1:4") -->
58 <!-- Please always enable app-specific workarounds for all drivers and
59 screens. -->
61 <application name="Akka Arrh" executable="Project-A.exe">
77 <application name="Unigine Heaven (32-bit)" executable="heaven_x86">
[all …]
/third_party/parse5/test/data/location-info/cern/
Ddata.html2 <!--[if IEMobile 7]><html class="iem7" lang="en" dir="ltr"><![endif]-->
3 <!--[if lte IE 6]><html class="ie6 ie6-7 ie6-8" lang="en" dir="ltr"><![endif]-->
4 <!--[if (IE 7)&(!IEMobile)]><html class="ie7 ie6-7 ie6-8" lang="en" dir="ltr"><![endif]-->
5 <!--[if IE 8]><html class="ie8 ie6-8" lang="en" dir="ltr"><![endif]-->
6 <!--[if (gte IE 9)|(gt IEMobile 7)]><!-->
7-schema#" xmlns:sioc="http://rdfs.org/sioc/ns#" xmlns:sioct="http://rdfs.org/sioc/types#" xmlns:sk…
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
12 …words" content="physics, CERN, Large Hadron Collider, LHC, high-energy physics, particles, science…
20 <meta name="apple-mobile-web-app-capable" content="yes">
21 <meta http-equiv="cleartype" content="on">
[all …]
/third_party/mesa3d/docs/relnotes/
D24.0.0.rst1 Mesa 24.0.0 Release Notes / 2024-02-01
20 ---------------
24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz
28 ------------
30 - VK_EXT_image_compression_control on RADV
31 - VK_EXT_device_fault on RADV
32 - OpenGL 3.3 on Asahi
33 - Geometry shaders on Asahi
34 - GL_ARB_texture_cube_map_array on Asahi
35 - GL_ARB_clip_control on Asahi
[all …]
D23.3.0.rst1 Mesa 23.3.0 Release Notes / 2023-11-29
20 ---------------
24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz
28 -----------
29 - NVK: A Vulkan driver for Nvidia hardware
32 ------------
33 - VK_EXT_pipeline_robustness on ANV
34 - VK_KHR_maintenance5 on RADV
35 - OpenGL ES 3.1 on Asahi
36 - GL_ARB_compute_shader on Asahi
[all …]
/third_party/icu/icu4j/perf-tests/data/collation/
D2drvb10.txt1 Project Gutenberg Holy Bible, Douay-Rheims Version, O.T. Part 2
24 Douay-Rheims Version, Challoner Revision
26 Volume II: The Second Part of the Old Testament (Psalms - 2 Machabees)
32 Project Gutenberg Holy Bible, Douay-Rheims Version, O.T. Part 2
72 million dollars per hour this year as we release thirty-six text
82 At our revised rates of production, we will reach only one-third
85 from Michael Hart's salary at Carnegie-Mellon University, and an
94 tax deductible to the extent allowable by law. (CMU = Carnegie-
154 By using or reading any part of this PROJECT GUTENBERG-tm
162 ABOUT PROJECT GUTENBERG-TM ETEXTS
[all …]
Dulyss10.txt30 organization with EIN [Employee Identification Number] 64-6221541
78 These Web sites include award-winning information about Project
108 If they reach just 1-2% of the world's population then the total
116 At our revised rates of production, we will reach only one-third
157 how to make them tax-deductible, or even if they CAN be made
166 Oxford, MS 38655-4109
174 [Employee Identification Number] 64-622154. Donations are
175 tax-deductible to the maximum extent permitted by law. As fundraising
213 By using or reading any part of this PROJECT GUTENBERG-tm
221 ABOUT PROJECT GUTENBERG-TM ETEXTS
[all …]
/third_party/skia/tools/doxygen/
DDoxyfile16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
85 # Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
[all …]