Home
last modified time | relevance | path

Searched refs:getattribute (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/lang/parrot/parrot-8.1.0/t/library/
H A Dtap_parser.t43 $P0 = getattribute token, 'raw'
45 $P0 = getattribute token, 'plan'
53 $P0 = getattribute token, 'raw'
55 $P0 = getattribute token, 'plan'
67 $P0 = getattribute token, 'raw'
69 $P0 = getattribute token, 'plan'
83 $P0 = getattribute token, 'raw'
91 $P0 = getattribute token, 'raw'
117 $P0 = getattribute token, 'ok'
129 $P0 = getattribute token, 'ok'
[all …]
/dports/lang/parrot/parrot-8.1.0/t/pmc/
H A Dcontext.t64 $P0 = getattribute ctx, 'current_sub'
67 $P0 = getattribute ctx, 'caller_ctx'
70 $P0 = getattribute $P0, 'current_sub'
73 $P0 = getattribute ctx, 'outer_ctx'
76 $P0 = getattribute $P0, 'current_sub'
79 $P0 = getattribute ctx, 'lex_pad'
86 $P0 = getattribute ctx, 'current_cont'
97 $P0 = getattribute ctx, 'handlers'
102 $P0 = getattribute ctx, 'handlers'
116 $P0 = getattribute ctx, 'current_HLL'
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/getattribute-camera/
H A Dtest.osl21 getattribute ("camera:resolution", resolution);
22 getattribute ("camera:projection", projection);
23 getattribute ("camera:fov", fov);
24 getattribute ("camera:pixelaspect", pixelaspect);
25 getattribute ("camera:clip_near", hither);
26 getattribute ("camera:clip_far", yon);
27 getattribute ("camera:clip", clip);
28 getattribute ("camera:shutter_open", shutter_open);
29 getattribute ("camera:shutter_close", shutter_close);
30 getattribute ("camera:shutter", shutter);
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/getattribute-camera/
H A Dtest.osl21 getattribute ("camera:resolution", resolution);
22 getattribute ("camera:projection", projection);
23 getattribute ("camera:fov", fov);
24 getattribute ("camera:pixelaspect", pixelaspect);
25 getattribute ("camera:clip_near", hither);
26 getattribute ("camera:clip_far", yon);
27 getattribute ("camera:clip", clip);
28 getattribute ("camera:shutter_open", shutter_open);
29 getattribute ("camera:shutter_close", shutter_close);
30 getattribute ("camera:shutter", shutter);
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslexec.h246 bool getattribute (string_view name, int &val) { in getattribute() function
247 return getattribute (name, TypeDesc::INT, &val); in getattribute()
249 bool getattribute (string_view name, float &val) { in getattribute() function
250 return getattribute (name, TypeDesc::FLOAT, &val); in getattribute()
252 bool getattribute (string_view name, double &val) { in getattribute() function
254 bool ok = getattribute (name, TypeDesc::FLOAT, &f); in getattribute()
259 bool getattribute (string_view name, char **val) { in getattribute() function
260 return getattribute (name, TypeDesc::STRING, val); in getattribute()
262 bool getattribute (string_view name, ustring &val) { in getattribute() function
265 bool getattribute (string_view name, std::string &val) { in getattribute() function
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/
H A Doslexec.h246 bool getattribute (string_view name, int &val) { in getattribute() function
247 return getattribute (name, TypeDesc::INT, &val); in getattribute()
249 bool getattribute (string_view name, float &val) { in getattribute() function
250 return getattribute (name, TypeDesc::FLOAT, &val); in getattribute()
252 bool getattribute (string_view name, double &val) { in getattribute() function
254 bool ok = getattribute (name, TypeDesc::FLOAT, &f); in getattribute()
259 bool getattribute (string_view name, char **val) { in getattribute() function
260 return getattribute (name, TypeDesc::STRING, val); in getattribute()
262 bool getattribute (string_view name, ustring &val) { in getattribute() function
265 bool getattribute (string_view name, std::string &val) { in getattribute() function
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/include/appleseed/transform/
H A Das_transform_helpers.h47 getattribute("object:object_name", manifold_str); in compute_id_manifold()
52 getattribute("object:object_instance_name", manifold_str); in compute_id_manifold()
57 getattribute("object:assembly_name", manifold_str); in compute_id_manifold()
62 getattribute("object:assembly_instance_name", manifold_str); in compute_id_manifold()
67 getattribute("object:face_id", hash_id); in compute_id_manifold()
73 getattribute("object:object_name", manifold_str); in compute_id_manifold()
77 getattribute("object:object_instance_name", manifold_str); in compute_id_manifold()
81 getattribute("object:assembly_name", manifold_str); in compute_id_manifold()
85 getattribute("object:assembly_instance_name", manifold_str); in compute_id_manifold()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/appleseed/
H A Das_attributes.osl228 getattribute("object:object_name", out_object_name);
231 getattribute("object:assembly_name", out_assembly_name);
247 getattribute("camera:fov", out_camera_fov);
248 getattribute("camera:clip", out_camera_clip);
249 getattribute("camera:clip_near", out_camera_clip_near);
250 getattribute("camera:clip_far", out_camera_clip_far);
251 getattribute("camera:shutter", out_camera_shutter);
255 getattribute("global:frame", out_global_frame);
257 getattribute("path:ray_depth", out_path_ray_depth);
259 getattribute("path:ray_length", out_path_ray_length);
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/testsuite/python-imagespec/src/
H A Dtest_imagespec.py107 print ("getattribute('foo_int') retrieves", s.getattribute("foo_int"))
108 print ("getattribute('foo_float') retrieves", s.getattribute("foo_float"))
109 print ("getattribute('foo_str') retrieves", s.getattribute("foo_str"))
110 print ("getattribute('foo_vector') retrieves", s.getattribute("foo_vector"))
111 print ("getattribute('foo_matrix') retrieves", s.getattribute("foo_matrix"))
112 print ("getattribute('foo_no') retrieves", s.getattribute("foo_no"))
113 print ("getattribute('smpte:TimeCode') retrieves", s.getattribute("smpte:TimeCode"))
131 print ("Added dog: ", s.getattribute("dog"))
133 print ("After erasing dog, dog = ", s.getattribute("dog"))
147 …print ("getattribute TypeFloat plugin_searchpath : ", oiio.getattribute ("plugin_searchpath", oiio…
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/testsuite/python-imagespec/src/
H A Dtest_imagespec.py107 print ("getattribute('foo_int') retrieves", s.getattribute("foo_int"))
108 print ("getattribute('foo_float') retrieves", s.getattribute("foo_float"))
109 print ("getattribute('foo_str') retrieves", s.getattribute("foo_str"))
110 print ("getattribute('foo_vector') retrieves", s.getattribute("foo_vector"))
111 print ("getattribute('foo_matrix') retrieves", s.getattribute("foo_matrix"))
112 print ("getattribute('foo_no') retrieves", s.getattribute("foo_no"))
113 print ("getattribute('smpte:TimeCode') retrieves", s.getattribute("smpte:TimeCode"))
131 print ("Added dog: ", s.getattribute("dog"))
133 print ("After erasing dog, dog = ", s.getattribute("dog"))
147 …print ("getattribute TypeFloat plugin_searchpath : ", oiio.getattribute ("plugin_searchpath", oiio…
[all …]
/dports/lang/parrot/parrot-8.1.0/t/oo/
H A Dobjects.t318 $P0 = getattribute o, 'i'
324 $P0 = getattribute o, 'k'
327 $P0 = getattribute o, 'i'
331 $P0 = getattribute o, 'j'
333 $P0 = getattribute o, 'k'
366 getattribute $P4, $P2, "i"
385 getattribute $P5, $P2, "i"
388 getattribute $P6, $P2, "j"
406 getattribute $P6, $P2, "i"
1126 a = getattribute o, "a"
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/shaders/
H A Dnode_particle_info.osl28 getattribute("particle:index", Index);
29 getattribute("particle:random", Random);
30 getattribute("particle:age", Age);
31 getattribute("particle:lifetime", Lifetime);
32 getattribute("particle:location", Location);
33 getattribute("particle:size", Size);
34 getattribute("particle:velocity", Velocity);
35 getattribute("particle:angular_velocity", AngularVelocity);
H A Dnode_texture_coordinate.osl42 getattribute("NDC", Window);
48 getattribute("geom:dupli_generated", Generated);
49 getattribute("geom:dupli_uv", UV);
55 if (getattribute("geom:generated_transform", tfm))
58 getattribute("geom:uv", UV);
61 getattribute("geom:generated", Generated);
62 getattribute("geom:uv", UV);
H A Dnode_object_info.osl25 getattribute("object:location", Location);
26 getattribute("object:color", Color);
27 getattribute("object:index", ObjectIndex);
28 getattribute("material:index", MaterialIndex);
29 getattribute("object:random", Random);
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/
H A DRange.pir78 from = getattribute self, 'from'
90 to = getattribute self, 'to'
102 from = getattribute self, 'from'
103 to = getattribute self, 'to'
119 to = getattribute self, 'to'
156 to = getattribute self, 'to'
157 by = getattribute self, 'by'
205 to = getattribute self, 'to'
206 by = getattribute self, 'by'
248 to = getattribute self, 'to'
[all …]
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/Archive/
H A DZip.pir249 $P0 = getattribute self, 'fileName'
263 $P0 = getattribute self, 'fileName'
292 $P0 = getattribute self, 'bitFlag'
301 $P0 = getattribute self, 'crc32'
353 $P0 = getattribute self, 'bitFlag'
362 $P0 = getattribute self, 'crc32'
430 $P0 = getattribute self, 'bitFlag'
439 $P0 = getattribute self, 'crc32'
485 $P1 = getattribute self, 'crc32'
594 $P0 = getattribute self, 'fh'
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/tge/branch/
H A Dtransform.pir59 $P6 = getattribute tree, 'left'
60 $P7 = getattribute $P6, 'left'
61 $P8 = getattribute $P7, 'value'
66 $P6 = getattribute $P5, 'left'
67 $P7 = getattribute $P6, 'left'
68 $P8 = getattribute $P7, 'value'
73 $P10 = getattribute tree, 'right'
74 $P11 = getattribute $P10, 'right'
75 $P12 = getattribute $P11, 'right'
76 $P13 = getattribute $P12, 'value'
[all …]
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/TAP/
H A DParser.pir35 $P0 = getattribute self, 'raw'
57 $P0 = getattribute self, 'directive'
71 $P0 = getattribute self, 'directive'
161 $P0 = getattribute self, 'ok'
164 $P0 = getattribute self, 'test_num'
211 $P0 = getattribute self, 'ok'
719 $P0 = getattribute self, 'todo'
809 $P0 = getattribute self, 'exit'
832 $P0 = getattribute self, 'exit'
1267 $P0 = getattribute self, 'todo'
[all …]
H A DFormatter.pir91 $P0 = getattribute self, 'verbosity'
102 $P0 = getattribute self, 'verbosity'
113 $P0 = getattribute self, 'verbosity'
160 $P1 = getattribute self, '_longest'
476 $P0 = getattribute result, 'raw'
679 name = getattribute self, 'name'
704 plan = getattribute self, 'plan'
731 name = getattribute self, 'name'
788 name = getattribute self, 'name'
828 name = getattribute self, 'name'
[all …]
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/SDL/
H A DButton.pir97 $P0 = getattribute self, 'status'
106 $P0 = getattribute self, 'status'
119 $P0 = getattribute self, 'states'
131 $P0 = getattribute self, 'rect'
145 $P0 = getattribute self, 'rect'
164 image = getattribute self, 'image'
166 $P0 = getattribute self, 'status'
169 $P0 = getattribute self, 'states'
172 drect = getattribute self, 'rect'
207 rect = getattribute self, 'rect'
[all …]
/dports/lang/parrot/parrot-8.1.0/ext/winxed/
H A Dcompiler.pir581 getattribute $P1, self, 'str'
588 getattribute $P1, self, 'str'
638 getattribute $P1, self, 'str'
647 getattribute $P1, self, 'str'
676 getattribute $P1, self, 'str'
683 getattribute $P1, self, 'str'
692 getattribute $P1, self, 'str'
713 getattribute $P1, self, 'str'
735 getattribute $P1, self, 'str'
1581 getattribute $P2, self, 'h'
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/nci/
H A DXlib.pir336 $P0 = getattribute self, attr_XDisplay
344 $P0 = getattribute self, attr_XDisplay
359 $P0 = getattribute self, attr_XDisplay
386 $P0 = getattribute self, attr_XDisplay
527 xevent = getattribute event, 'xEvent'
721 xevent = getattribute self, 'xEvent'
729 xevent = getattribute self, 'xEvent'
737 xevent = getattribute self, 'xEvent'
745 xevent = getattribute self, 'xEvent'
753 xevent = getattribute self, 'xEvent'
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/sdl/minesweeper/
H A Dfield.pir206 field = getattribute self, 'field'
207 cache = getattribute self, 'cache'
209 $P0 = getattribute self, 'witdh'
212 $P0 = getattribute self, 'height'
215 $P0 = getattribute self, 'mines'
292 getattribute field, self, 'field'
488 $P0 = getattribute self, 'field'
491 $P0 = getattribute self, 'width'
494 watch = getattribute self, 'watch'
626 watch = getattribute self, 'watch'
[all …]
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/Test/
H A DClass.pir123 startup = getattribute self, 'startup'
139 setup = getattribute self, 'setup'
157 tests = getattribute self, 'tests'
173 teardown = getattribute self, 'teardown'
191 shutdown = getattribute self, 'shutdown'
205 test_count = getattribute self, 'test_count'
213 tb = getattribute self, 'builder'
216 count = getattribute self, 'test_count'
228 tests = getattribute self, 'tests'
258 attribute = getattribute self, name
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/sdl/tetris/
H A Dboarddata.pir112 getattribute data, self, 'data'
126 getattribute $P0, self, 'data'
134 getattribute $P0, self, 'data'
154 getattribute $P0, self, 'data'
161 getattribute $P0, self, 'data'
168 getattribute $P0, self, 'data'
179 getattribute $P0, self, 'width'
191 getattribute $P0, self, 'height'
207 getattribute $P0, self, 'width'
210 getattribute $P0, self, 'height'

12345678910>>...15