Home
last modified time | relevance | path

Searched refs:Tf (Results 1 – 25 of 2591) sorted by relevance

12345678910>>...104

/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A DtestTfPython.py196 Tf._takesTfEnum(Tf._Alpha)
197 Tf._takesTfEnum(Tf._Delta)
199 self.assertEqual(Tf._Delta, Tf._returnsTfEnum(Tf._Delta))
200 self.assertIs(Tf._returnsTfEnum(Tf._Delta), Tf._Delta)
204 Tf._takesTestEnum(Tf._Alpha)
225 self.assertTrue(Tf._Alpha < Tf._Bravo < Tf._Charlie < Tf._Delta)
226 self.assertTrue(Tf._Delta > Tf._Charlie > Tf._Bravo > Tf._Alpha)
227 self.assertTrue(Tf._Alpha != Tf._Bravo != Tf._Charlie != Tf._Delta)
239 self.assertEqual((Tf._Alpha, Tf._Bravo, Tf._Charlie, Tf._Delta),
271 self.assertTrue(Tf._Alpha | Tf._Alpha is Tf._Alpha)
[all …]
H A DtestTfStringUtils.py26 from pxr import Tf
43 self.assertEqual([], Tf.StringSplit("",""))
44 self.assertEqual([], Tf.StringSplit("abcd",""))
45 self.assertEqual([], Tf.StringSplit("","ccc"))
48 self.assertEqual(s.split("a"), Tf.StringSplit(s, "a"))
96 Tf._GetULongMax(), Tf._GetLongMax(), Tf._GetLongMin())
117 self.assertFalse(Tf.IsValidIdentifier(''))
118 self.assertTrue(Tf.IsValidIdentifier('hello9'))
119 self.assertFalse(Tf.IsValidIdentifier('9hello'))
124 self.assertFalse(Tf.IsValidIdentifier('h e l l o'))
[all …]
H A DtestTfPyNotice.py26 from pxr import Tf
30 class PyNoticeBase(Tf.Notice):
67 (1, "TfNotice", Tf.Notice()),
68 (1, Tf.Notice, Tf.Notice()),
69 (1, Tf.Notice, PyNoticeBase()),
75 (1, "TfNotice", Tf.Notice(), Tf._TestBase()),
76 (1, Tf.Notice, Tf.Notice(), Tf._TestBase()),
77 (1, Tf.Notice, PyNoticeBase(), Tf._TestBase()),
84 (1, Tf.Notice, Tf.Notice(), testPySender()),
111 listener = Tf.Notice.Register(Tf.Notice, lc.cb, testSender)
[all …]
H A DtestTfType.py26 from pxr import Tf
51 Tf.Type.Define(Base)
52 Tf.Type.Define(Derived)
54 Tf.Type.Define(ConcreteChild)
57 self.tUnknown = Tf.Type()
58 self.tRoot = Tf.Type.GetRoot()
59 self.tBase = Tf.Type.Find(Base)
206 tTestCppBase = Tf.Type.Find( Tf.TestCppBase )
213 self.assertEqual(tTestCppBase, Tf.Type.Find( Tf.TestCppBase ))
228 self.assertEqual(tTestCppBase, Tf._TestFindType(Tf.TestCppBase()))
[all …]
H A DtestTfPyScopeDescription.py27 from pxr import Tf
34 self.assertEqual(0, len(Tf.GetCurrentScopeDescriptionStack()))
36 with Tf.ScopeDescription('one') as firstDescription:
37 self.assertEqual(1, len(Tf.GetCurrentScopeDescriptionStack()))
38 self.assertEqual('one', Tf.GetCurrentScopeDescriptionStack()[-1])
40 with Tf.ScopeDescription('two'):
44 self.assertEqual(1, len(Tf.GetCurrentScopeDescriptionStack()))
47 with Tf.ScopeDescription('three'):
51 self.assertEqual(1, len(Tf.GetCurrentScopeDescriptionStack()))
55 self.assertEqual(1, len(Tf.GetCurrentScopeDescriptionStack()))
[all …]
H A DtestTfTemplateString.py28 from pxr import Tf
32 ts = Tf.TemplateString(tmpl)
44 self.assertTrue(Tf.TemplateString().valid)
45 self.assertTrue(Tf.TemplateString('').valid)
56 t = Tf.TemplateString('${foo}')
77 with self.assertRaises(Tf.ErrorException):
80 with self.assertRaises(Tf.ErrorException):
83 with self.assertRaises(Tf.ErrorException):
86 with self.assertRaises(Tf.ErrorException):
89 with self.assertRaises(Tf.ErrorException):
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usdUtils/testenv/
H A DtestUsdUtilsConditionalAbortDiagnosticDelegate.py26 from pxr import Tf, UsdUtils
51 Tf.RepostErrors(e)
59 Tf.RepostErrors(e)
67 Tf.RepostErrors(e)
75 Tf.RepostErrors(e)
84 Tf.RepostErrors(e)
93 Tf.RepostErrors(e)
101 Tf.RepostErrors(e)
105 Tf.RepostErrors(e)
109 Tf.RepostErrors(e)
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dadapter.rs97 Tf::R8Uint | Tf::R8Sint | Tf::R16Uint | Tf::R16Sint => { in texture_format_capabilities()
108 Tf::R16Unorm | Tf::R16Snorm => { in texture_format_capabilities()
116 Tf::Rg8Unorm | Tf::Rg8Snorm => { in texture_format_capabilities()
125 Tf::R32Uint | Tf::R32Sint => { in texture_format_capabilities()
147 Tf::Rg16Uint | Tf::Rg16Sint => { in texture_format_capabilities()
150 Tf::Rg16Unorm | Tf::Rg16Snorm => { in texture_format_capabilities()
185 Tf::Rgba8Snorm | Tf::Bgra8Unorm => { in texture_format_capabilities()
193 Tf::Rgba8Uint | Tf::Rgba8Sint => { in texture_format_capabilities()
225 Tf::Rgba16Uint | Tf::Rgba16Sint => { in texture_format_capabilities()
228 Tf::Rgba16Unorm | Tf::Rgba16Snorm => { in texture_format_capabilities()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Dconv.rs8 use wgt::TextureFormat as Tf; in map_texture_format()
71 Tf::Etc2Rgb8Unorm in map_texture_format()
73 | Tf::Etc2Rgb8A1Unorm in map_texture_format()
75 | Tf::Etc2Rgba8Unorm in map_texture_format()
77 | Tf::EacR11Unorm in map_texture_format()
78 | Tf::EacR11Snorm in map_texture_format()
79 | Tf::EacRg11Unorm in map_texture_format()
80 | Tf::EacRg11Snorm in map_texture_format()
81 | Tf::Astc4x4RgbaUnorm in map_texture_format()
83 | Tf::Astc5x4RgbaUnorm in map_texture_format()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/gles/
H A Dadapter.rs586 Tf::R8Unorm | Tf::R8Snorm => filtered_color, in texture_format_capabilities()
587 Tf::R8Uint | Tf::R8Sint | Tf::R16Uint | Tf::R16Sint => unfiltered_color, in texture_format_capabilities()
588 Tf::R16Float | Tf::Rg8Unorm | Tf::Rg8Snorm => filtered_color, in texture_format_capabilities()
589 Tf::Rg8Uint | Tf::Rg8Sint | Tf::R32Uint | Tf::R32Sint => { in texture_format_capabilities()
592 Tf::R16Unorm | Tf::Rg16Unorm | Tf::Rgba16Unorm => filtered_color, in texture_format_capabilities()
593 Tf::R16Snorm | Tf::Rg16Snorm | Tf::Rgba16Snorm => filtered_color, in texture_format_capabilities()
595 Tf::Rg16Uint | Tf::Rg16Sint => unfiltered_color, in texture_format_capabilities()
596 Tf::Rg16Float | Tf::Rgba8Unorm | Tf::Rgba8UnormSrgb => filtered_color | Tfc::STORAGE, in texture_format_capabilities()
597 Tf::Bgra8UnormSrgb | Tf::Rgba8Snorm | Tf::Bgra8Unorm => filtered_color, in texture_format_capabilities()
599 Tf::Rgb10a2Unorm | Tf::Rg11b10Float => filtered_color, in texture_format_capabilities()
[all …]
H A Dconv.rs6 use wgt::TextureFormat as Tf; in describe_texture_format()
37 Tf::Rgb10a2Unorm => ( in describe_texture_format()
42 Tf::Rg11b10Float => ( in describe_texture_format()
59 Tf::Depth24Plus => ( in describe_texture_format()
76 Tf::Bc4RUnorm in describe_texture_format()
77 | Tf::Bc4RSnorm in describe_texture_format()
78 | Tf::Bc5RgUnorm in describe_texture_format()
79 | Tf::Bc5RgSnorm in describe_texture_format()
80 | Tf::Bc6hRgbUfloat in describe_texture_format()
81 | Tf::Bc6hRgbSfloat in describe_texture_format()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dvalidation.rs592 Tf::R8Unorm | Tf::R8Snorm | Tf::R16Float | Tf::R32Float => { in from_texture_format()
595 Tf::R8Uint | Tf::R16Uint | Tf::R32Uint => (NumericDimension::Scalar, Sk::Uint), in from_texture_format()
597 Tf::Rg8Unorm | Tf::Rg8Snorm | Tf::Rg16Float | Tf::Rg32Float => { in from_texture_format()
600 Tf::Rg8Uint | Tf::Rg16Uint | Tf::Rg32Uint => { in from_texture_format()
603 Tf::Rg8Sint | Tf::Rg16Sint | Tf::Rg32Sint => { in from_texture_format()
614 Tf::Rgba8Uint | Tf::Rgba16Uint | Tf::Rgba32Uint => { in from_texture_format()
617 Tf::Rgba8Sint | Tf::Rgba16Sint | Tf::Rgba32Sint => { in from_texture_format()
621 Tf::Depth32Float | Tf::Depth24Plus | Tf::Depth24PlusStencil8 => { in from_texture_format()
664 Tf::Bc4RUnorm | Tf::Bc4RSnorm | Tf::EacRUnorm | Tf::EacRSnorm => { in from_texture_format()
667 Tf::Bc5RgUnorm | Tf::Bc5RgSnorm | Tf::EtcRgUnorm | Tf::EtcRgSnorm => { in from_texture_format()
[all …]
H A Dconv.rs380 use wgt::TextureFormat as Tf; in map_texture_format()
383 Tf::R8Unorm => H::R8Unorm, in map_texture_format()
384 Tf::R8Snorm => H::R8Snorm, in map_texture_format()
385 Tf::R8Uint => H::R8Uint, in map_texture_format()
386 Tf::R8Sint => H::R8Sint, in map_texture_format()
389 Tf::R16Uint => H::R16Uint, in map_texture_format()
431 Tf::Depth24Plus => { in map_texture_format()
552 use wgt::TextureFormat as Tf; in is_valid_copy_src_texture_format()
554 Tf::Depth24Plus | Tf::Depth24PlusStencil8 => false, in is_valid_copy_src_texture_format()
560 use wgt::TextureFormat as Tf; in is_valid_copy_dst_texture_format()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dvalidation.rs592 Tf::R8Unorm | Tf::R8Snorm | Tf::R16Float | Tf::R32Float => { in from_texture_format()
595 Tf::R8Uint | Tf::R16Uint | Tf::R32Uint => (NumericDimension::Scalar, Sk::Uint), in from_texture_format()
597 Tf::Rg8Unorm | Tf::Rg8Snorm | Tf::Rg16Float | Tf::Rg32Float => { in from_texture_format()
600 Tf::Rg8Uint | Tf::Rg16Uint | Tf::Rg32Uint => { in from_texture_format()
603 Tf::Rg8Sint | Tf::Rg16Sint | Tf::Rg32Sint => { in from_texture_format()
614 Tf::Rgba8Uint | Tf::Rgba16Uint | Tf::Rgba32Uint => { in from_texture_format()
617 Tf::Rgba8Sint | Tf::Rgba16Sint | Tf::Rgba32Sint => { in from_texture_format()
621 Tf::Depth32Float | Tf::Depth24Plus | Tf::Depth24PlusStencil8 => { in from_texture_format()
664 Tf::Bc4RUnorm | Tf::Bc4RSnorm | Tf::EacRUnorm | Tf::EacRSnorm => { in from_texture_format()
667 Tf::Bc5RgUnorm | Tf::Bc5RgSnorm | Tf::EtcRgUnorm | Tf::EtcRgSnorm => { in from_texture_format()
[all …]
H A Dconv.rs380 use wgt::TextureFormat as Tf; in map_texture_format()
383 Tf::R8Unorm => H::R8Unorm, in map_texture_format()
384 Tf::R8Snorm => H::R8Snorm, in map_texture_format()
385 Tf::R8Uint => H::R8Uint, in map_texture_format()
386 Tf::R8Sint => H::R8Sint, in map_texture_format()
389 Tf::R16Uint => H::R16Uint, in map_texture_format()
431 Tf::Depth24Plus => { in map_texture_format()
552 use wgt::TextureFormat as Tf; in is_valid_copy_src_texture_format()
554 Tf::Depth24Plus | Tf::Depth24PlusStencil8 => false, in is_valid_copy_src_texture_format()
560 use wgt::TextureFormat as Tf; in is_valid_copy_dst_texture_format()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/
H A Dvalidation.rs673 Tf::R8Unorm | Tf::R8Snorm | Tf::R16Float | Tf::R32Float => { in from_texture_format()
676 Tf::R8Uint | Tf::R16Uint | Tf::R32Uint => (NumericDimension::Scalar, Sk::Uint), in from_texture_format()
678 Tf::Rg8Unorm | Tf::Rg8Snorm | Tf::Rg16Float | Tf::Rg32Float => { in from_texture_format()
681 Tf::Rg8Uint | Tf::Rg16Uint | Tf::Rg32Uint => { in from_texture_format()
684 Tf::Rg8Sint | Tf::Rg16Sint | Tf::Rg32Sint => { in from_texture_format()
698 Tf::Rgba8Uint | Tf::Rgba16Uint | Tf::Rgba32Uint => { in from_texture_format()
701 Tf::Rgba8Sint | Tf::Rgba16Sint | Tf::Rgba32Sint => { in from_texture_format()
705 Tf::Depth32Float | Tf::Depth24Plus | Tf::Depth24PlusStencil8 => { in from_texture_format()
749 Tf::Bc4RUnorm | Tf::Bc4RSnorm | Tf::EacR11Unorm | Tf::EacR11Snorm => { in from_texture_format()
752 Tf::Bc5RgUnorm | Tf::Bc5RgSnorm | Tf::EacRg11Unorm | Tf::EacRg11Snorm => { in from_texture_format()
[all …]
/dports/math/py-numexpr/numexpr-2.8.0/numexpr/
H A Dopcodes.hpp40 OPCODE(15, OP_GT_BFF, "gt_bff", Tb, Tf, Tf, T0)
41 OPCODE(16, OP_GE_BFF, "ge_bff", Tb, Tf, Tf, T0)
42 OPCODE(17, OP_EQ_BFF, "eq_bff", Tb, Tf, Tf, T0)
92 OPCODE(58, OP_ADD_FFF, "add_fff", Tf, Tf, Tf, T0)
93 OPCODE(59, OP_SUB_FFF, "sub_fff", Tf, Tf, Tf, T0)
94 OPCODE(60, OP_MUL_FFF, "mul_fff", Tf, Tf, Tf, T0)
95 OPCODE(61, OP_DIV_FFF, "div_fff", Tf, Tf, Tf, T0)
96 OPCODE(62, OP_POW_FFF, "pow_fff", Tf, Tf, Tf, T0)
97 OPCODE(63, OP_MOD_FFF, "mod_fff", Tf, Tf, Tf, T0)
99 OPCODE(65, OP_WHERE_FBFF, "where_fbff", Tf, Tb, Tf, Tf)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/testing/resources/pixel/
H A Dfont_size.in35 0 20 Td /F1 0 Tf (Size 0) Tj
36 0 20 Td /F1 1 Tf (Size 1) Tj
37 0 20 Td /F1 2 Tf (Size 2) Tj
38 0 20 Td /F1 3 Tf (Size 3) Tj
39 0 20 Td /F1 4 Tf (Size 4) Tj
40 0 20 Td /F1 5 Tf (Size 5) Tj
41 0 20 Td /F1 6 Tf (Size 6) Tj
42 0 20 Td /F1 7 Tf (Size 7) Tj
43 0 20 Td /F1 8 Tf (Size 8) Tj
44 0 20 Td /F1 9 Tf (Size 9) Tj
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/testing/resources/pixel/
H A Dfont_size.in35 0 20 Td /F1 0 Tf (Size 0) Tj
36 0 20 Td /F1 1 Tf (Size 1) Tj
37 0 20 Td /F1 2 Tf (Size 2) Tj
38 0 20 Td /F1 3 Tf (Size 3) Tj
39 0 20 Td /F1 4 Tf (Size 4) Tj
40 0 20 Td /F1 5 Tf (Size 5) Tj
41 0 20 Td /F1 6 Tf (Size 6) Tj
42 0 20 Td /F1 7 Tf (Size 7) Tj
43 0 20 Td /F1 8 Tf (Size 8) Tj
44 0 20 Td /F1 9 Tf (Size 9) Tj
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/vulkan/
H A Dconv.rs7 use wgt::TextureFormat as Tf; in map_texture_format()
9 Tf::R8Unorm => F::R8_UNORM, in map_texture_format()
10 Tf::R8Snorm => F::R8_SNORM, in map_texture_format()
11 Tf::R8Uint => F::R8_UINT, in map_texture_format()
12 Tf::R8Sint => F::R8_SINT, in map_texture_format()
13 Tf::R16Uint => F::R16_UINT, in map_texture_format()
14 Tf::R16Sint => F::R16_SINT, in map_texture_format()
15 Tf::R16Unorm => F::R16_UNORM, in map_texture_format()
24 Tf::R32Uint => F::R32_UINT, in map_texture_format()
25 Tf::R32Sint => F::R32_SINT, in map_texture_format()
[all …]
/dports/devel/bullet/bullet3-3.21/data/kitchens/fatihrmutfak/
H A Dbedroom.mtl8 Tf 1 1 1
19 Tf 1 1 1
54 Tf 1 1 1
65 Tf 1 1 1
76 Tf 1 1 1
87 Tf 1 1 1
98 Tf 1 1 1
109 Tf 1 1 1
120 Tf 1 1 1
131 Tf 1 1 1
[all …]
/dports/devel/py-bullet3/bullet3-3.21/data/kitchens/fatihrmutfak/
H A Dbedroom.mtl8 Tf 1 1 1
19 Tf 1 1 1
54 Tf 1 1 1
65 Tf 1 1 1
76 Tf 1 1 1
87 Tf 1 1 1
98 Tf 1 1 1
109 Tf 1 1 1
120 Tf 1 1 1
131 Tf 1 1 1
[all …]
/dports/science/chrono/chrono-7.0.1/data/vehicle/uaz/
H A Duazbus_chassis.mtl10 Tf 1 1 1
21 Tf 1 1 1
32 Tf 1 1 1
44 Tf 1 1 1
56 Tf 1 1 1
67 Tf 1 1 1
79 Tf 1 1 1
91 Tf 1 1 1
102 Tf 1 1 1
114 Tf 1 1 1
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Util/
H A DTransform.pm58 my ($Ta, $Tb, $Tc, $Td, $Te, $Tf) = @$self;
59 ($Tb, $Tc, $Te, $Tf) = map { abs($_) } $Tb, $Tc, $Te, $Tf;
67 && $Tf < $eps); }
72 ($Tb, $Tc, $Te, $Tf) = map { abs($_) } $Tb, $Tc, $Te, $Tf;
79 && ($Te > $eps || $Tf > $eps)); }
88 && abs($Tf) < $eps); }
93 ($Tb, $Tc, $Te, $Tf) = map { abs($_) } $Tb, $Tc, $Te, $Tf;
99 && $Tf < $eps); }
161 $Tf = Dimension($Tf)->ptValue(); }
163 ($Te, $Tf) = trunc(3, ($Te, $Tf));
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/testing/resources/
H A Dsplit_streams.in49 Tm /FXF2 9 Tf (Test 2) Tj ET Q
52 Tm /FXF1 9 Tf (Test 3) Tj ET Q
55 Tm /FXF2 9 Tf (Test 4) Tj ET Q
58 Tm /FXF1 9 Tf (Test 5) Tj ET Q
61 Tm /FXF2 9 Tf (Test 6) Tj ET Q
64 Tm /FXF1 9 Tf (Test 7) Tj ET Q
67 Tm /FXF2 9 Tf (Test 8) Tj ET Q
70 Tm /FXF1 9 Tf (Test 9) Tj ET Q
73 Tm /FXF2 9 Tf (Test 10) Tj ET Q
76 Tm /FXF1 9 Tf (Test 11) Tj ET Q
[all …]

12345678910>>...104