Home
last modified time | relevance | path

Searched full:template (Results 1 – 25 of 7326) sorted by relevance

12345678910>>...294

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dglm.cpp11 template struct tvec1<uint8, lowp>;
12 template struct tvec1<uint16, lowp>;
13 template struct tvec1<uint32, lowp>;
14 template struct tvec1<uint64, lowp>;
15 template struct tvec1<int8, lowp>;
16 template struct tvec1<int16, lowp>;
17 template struct tvec1<int32, lowp>;
18 template struct tvec1<int64, lowp>;
19 template struct tvec1<float32, lowp>;
20 template struct tvec1<float64, lowp>;
[all …]
Dtype_vec1.inl9 template <typename T, precision P>
18 template <typename T, precision P>
24 template <typename T, precision P>
25 template <precision Q>
32 template <typename T, precision P>
36 template <typename T, precision P>
43 template <typename T, precision P>
44 template <typename U, precision Q>
49 template <typename T, precision P>
50 template <typename U, precision Q>
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl6 template<> VkStructureType getStructureType<VkApplicationInfo> (void)
11 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void)
16 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void)
21 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void)
26 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void)
31 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void)
36 template<> VkStructureType getStructureType<VkWriteDescriptorSet> (void)
41 template<> VkStructureType getStructureType<VkCopyDescriptorSet> (void)
46 template<> VkStructureType getStructureType<VkBufferCreateInfo> (void)
51 template<> VkStructureType getStructureType<VkBufferViewCreateInfo> (void)
[all …]
DvkDeviceFeatures.inl14 template<> void initFeatureFromBlob<VkPhysicalDevicePrivateDataFeatures>(VkPhysicalDevicePrivateDat…
18 template<> void initFeatureFromBlob<VkPhysicalDeviceVariablePointersFeatures>(VkPhysicalDeviceVaria…
23 template<> void initFeatureFromBlob<VkPhysicalDeviceMultiviewFeatures>(VkPhysicalDeviceMultiviewFea…
29 template<> void initFeatureFromBlob<VkPhysicalDevice16BitStorageFeatures>(VkPhysicalDevice16BitStor…
36 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures>(VkPhysical…
40 template<> void initFeatureFromBlob<VkPhysicalDeviceSamplerYcbcrConversionFeatures>(VkPhysicalDevic…
44 template<> void initFeatureFromBlob<VkPhysicalDeviceProtectedMemoryFeatures>(VkPhysicalDeviceProtec…
48 template<> void initFeatureFromBlob<VkPhysicalDeviceInlineUniformBlockFeatures>(VkPhysicalDeviceInl…
53 template<> void initFeatureFromBlob<VkPhysicalDeviceMaintenance4Features>(VkPhysicalDeviceMaintenan…
57 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderDrawParametersFeatures>(VkPhysicalDeviceS…
[all …]
DvkObjTypeImpl.inl8 template<typename T> VkObjectType getObjectType (void);
9 template<> inline VkObjectType getObjectType<VkInstance> (void) { return VK_OBJECT_TYPE_INSTAN…
10 template<> inline VkObjectType getObjectType<VkPhysicalDevice> (void) { return VK_OBJECT_TYPE_P…
11 template<> inline VkObjectType getObjectType<VkDevice> (void) { return VK_OBJECT_TYPE_DEVICE;…
12 template<> inline VkObjectType getObjectType<VkQueue> (void) { return VK_OBJECT_TYPE_QUEUE; …
13 template<> inline VkObjectType getObjectType<VkCommandBuffer> (void) { return VK_OBJECT_TYPE_CO…
14 template<> inline VkObjectType getObjectType<VkDeviceMemory> (void) { return VK_OBJECT_TYPE_DEV…
15 template<> inline VkObjectType getObjectType<VkCommandPool> (void) { return VK_OBJECT_TYPE_COMM…
16 template<> inline VkObjectType getObjectType<VkBuffer> (void) { return VK_OBJECT_TYPE_BUFFER;…
17 template<> inline VkObjectType getObjectType<VkBufferView> (void) { return VK_OBJECT_TYPE_BUFF…
[all …]
DvkDeviceProperties.inl14 template<> void initPropertyFromBlob<VkPhysicalDeviceDriverProperties>(VkPhysicalDeviceDriverProper…
21 template<> void initPropertyFromBlob<VkPhysicalDeviceIDProperties>(VkPhysicalDeviceIDProperties& pr…
29 template<> void initPropertyFromBlob<VkPhysicalDeviceMultiviewProperties>(VkPhysicalDeviceMultiview…
34 template<> void initPropertyFromBlob<VkPhysicalDeviceSubgroupProperties>(VkPhysicalDeviceSubgroupPr…
41 template<> void initPropertyFromBlob<VkPhysicalDevicePointClippingProperties>(VkPhysicalDevicePoint…
45 template<> void initPropertyFromBlob<VkPhysicalDeviceProtectedMemoryProperties>(VkPhysicalDevicePro…
49 template<> void initPropertyFromBlob<VkPhysicalDeviceSamplerFilterMinmaxProperties>(VkPhysicalDevic…
54 template<> void initPropertyFromBlob<VkPhysicalDeviceInlineUniformBlockProperties>(VkPhysicalDevice…
62 template<> void initPropertyFromBlob<VkPhysicalDeviceMaintenance3Properties>(VkPhysicalDeviceMainte…
67 template<> void initPropertyFromBlob<VkPhysicalDeviceMaintenance4Properties>(VkPhysicalDeviceMainte…
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
DvkGetStructureTypeImpl.inl6 template<> VkStructureType getStructureType<VkApplicationInfo> (void)
11 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void)
16 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void)
21 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void)
26 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void)
31 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void)
36 template<> VkStructureType getStructureType<VkWriteDescriptorSet> (void)
41 template<> VkStructureType getStructureType<VkCopyDescriptorSet> (void)
46 template<> VkStructureType getStructureType<VkBufferUsageFlags2CreateInfoKHR> (void)
51 template<> VkStructureType getStructureType<VkBufferCreateInfo> (void)
[all …]
DvkDeviceFeatures.inl14 template<> void initFeatureFromBlob<VkPhysicalDevicePrivateDataFeatures>(VkPhysicalDevicePrivateDat…
18 template<> void initFeatureFromBlob<VkPhysicalDeviceVariablePointersFeatures>(VkPhysicalDeviceVaria…
23 template<> void initFeatureFromBlob<VkPhysicalDeviceMultiviewFeatures>(VkPhysicalDeviceMultiviewFea…
29 template<> void initFeatureFromBlob<VkPhysicalDevice16BitStorageFeatures>(VkPhysicalDevice16BitStor…
36 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures>(VkPhysical…
40 template<> void initFeatureFromBlob<VkPhysicalDeviceSamplerYcbcrConversionFeatures>(VkPhysicalDevic…
44 template<> void initFeatureFromBlob<VkPhysicalDeviceProtectedMemoryFeatures>(VkPhysicalDeviceProtec…
48 template<> void initFeatureFromBlob<VkPhysicalDeviceInlineUniformBlockFeatures>(VkPhysicalDeviceInl…
53 template<> void initFeatureFromBlob<VkPhysicalDeviceMaintenance4Features>(VkPhysicalDeviceMaintenan…
57 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderDrawParametersFeatures>(VkPhysicalDeviceS…
[all …]
DvkObjTypeImpl.inl8 template<typename T> VkObjectType getObjectType (void);
9 template<> inline VkObjectType getObjectType<VkInstance> (void) { return VK_OBJECT_TYPE_INSTAN…
10 template<> inline VkObjectType getObjectType<VkPhysicalDevice> (void) { return VK_OBJECT_TYPE_P…
11 template<> inline VkObjectType getObjectType<VkDevice> (void) { return VK_OBJECT_TYPE_DEVICE;…
12 template<> inline VkObjectType getObjectType<VkQueue> (void) { return VK_OBJECT_TYPE_QUEUE; …
13 template<> inline VkObjectType getObjectType<VkCommandBuffer> (void) { return VK_OBJECT_TYPE_CO…
14 template<> inline VkObjectType getObjectType<VkDeviceMemory> (void) { return VK_OBJECT_TYPE_DEV…
15 template<> inline VkObjectType getObjectType<VkCommandPool> (void) { return VK_OBJECT_TYPE_COMM…
16 template<> inline VkObjectType getObjectType<VkBuffer> (void) { return VK_OBJECT_TYPE_BUFFER;…
17 template<> inline VkObjectType getObjectType<VkBufferView> (void) { return VK_OBJECT_TYPE_BUFF…
[all …]
DvkDeviceProperties.inl14 template<> void initPropertyFromBlob<VkPhysicalDeviceDriverProperties>(VkPhysicalDeviceDriverProper…
21 template<> void initPropertyFromBlob<VkPhysicalDeviceIDProperties>(VkPhysicalDeviceIDProperties& pr…
29 template<> void initPropertyFromBlob<VkPhysicalDeviceMultiviewProperties>(VkPhysicalDeviceMultiview…
34 template<> void initPropertyFromBlob<VkPhysicalDeviceSubgroupProperties>(VkPhysicalDeviceSubgroupPr…
41 template<> void initPropertyFromBlob<VkPhysicalDevicePointClippingProperties>(VkPhysicalDevicePoint…
45 template<> void initPropertyFromBlob<VkPhysicalDeviceProtectedMemoryProperties>(VkPhysicalDevicePro…
49 template<> void initPropertyFromBlob<VkPhysicalDeviceSamplerFilterMinmaxProperties>(VkPhysicalDevic…
54 template<> void initPropertyFromBlob<VkPhysicalDeviceInlineUniformBlockProperties>(VkPhysicalDevice…
62 template<> void initPropertyFromBlob<VkPhysicalDeviceMaintenance3Properties>(VkPhysicalDeviceMainte…
67 template<> void initPropertyFromBlob<VkPhysicalDeviceMaintenance4Properties>(VkPhysicalDeviceMainte…
[all …]
/third_party/parse5/test/data/parser-feedback/
Dtemplate.test5 "description": "<body><template>Hello</template>",
6 "input": "<body><template>Hello</template>",
15 "template",
24 "template"
30 "description": "<template>Hello</template>",
31 "input": "<template>Hello</template>",
35 "template",
44 "template"
50 "description": "<template></template><div></div>",
51 "input": "<template></template><div></div>",
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkGetStructureTypeImpl.inl6 template<> VkStructureType getStructureType<VkApplicationInfo> (void)
11 template<> VkStructureType getStructureType<VkDeviceQueueCreateInfo> (void)
16 template<> VkStructureType getStructureType<VkDeviceCreateInfo> (void)
21 template<> VkStructureType getStructureType<VkInstanceCreateInfo> (void)
26 template<> VkStructureType getStructureType<VkMemoryAllocateInfo> (void)
31 template<> VkStructureType getStructureType<VkMappedMemoryRange> (void)
36 template<> VkStructureType getStructureType<VkWriteDescriptorSet> (void)
41 template<> VkStructureType getStructureType<VkCopyDescriptorSet> (void)
46 template<> VkStructureType getStructureType<VkBufferCreateInfo> (void)
51 template<> VkStructureType getStructureType<VkBufferViewCreateInfo> (void)
[all …]
DvkDeviceFeatures.inl32 template<> void initFeatureFromBlob<VkPhysicalDeviceVariablePointersFeatures>(VkPhysicalDeviceVaria…
37 template<> void initFeatureFromBlob<VkPhysicalDeviceMultiviewFeatures>(VkPhysicalDeviceMultiviewFea…
43 template<> void initFeatureFromBlob<VkPhysicalDevice16BitStorageFeatures>(VkPhysicalDevice16BitStor…
50 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures>(VkPhysical…
54 template<> void initFeatureFromBlob<VkPhysicalDeviceSamplerYcbcrConversionFeatures>(VkPhysicalDevic…
58 template<> void initFeatureFromBlob<VkPhysicalDeviceProtectedMemoryFeatures>(VkPhysicalDeviceProtec…
62 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderDrawParametersFeatures>(VkPhysicalDeviceS…
66 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderFloat16Int8Features>(VkPhysicalDeviceShad…
71 template<> void initFeatureFromBlob<VkPhysicalDeviceHostQueryResetFeatures>(VkPhysicalDeviceHostQue…
75 template<> void initFeatureFromBlob<VkPhysicalDeviceDescriptorIndexingFeatures>(VkPhysicalDeviceDes…
[all …]
DvkObjTypeImpl.inl8 template<typename T> VkObjectType getObjectType (void);
9 template<> inline VkObjectType getObjectType<VkInstance> (void) { return VK_OBJECT_TYPE_INSTANC…
10 template<> inline VkObjectType getObjectType<VkPhysicalDevice> (void) { return VK_OBJECT_TYPE_PH…
11 template<> inline VkObjectType getObjectType<VkDevice> (void) { return VK_OBJECT_TYPE_DEVICE; …
12 template<> inline VkObjectType getObjectType<VkQueue> (void) { return VK_OBJECT_TYPE_QUEUE; …
13 template<> inline VkObjectType getObjectType<VkCommandBuffer> (void) { return VK_OBJECT_TYPE_COM…
14 template<> inline VkObjectType getObjectType<VkDeviceMemory> (void) { return VK_OBJECT_TYPE_DEVI…
15 template<> inline VkObjectType getObjectType<VkCommandPool> (void) { return VK_OBJECT_TYPE_COMMA…
16 template<> inline VkObjectType getObjectType<VkBuffer> (void) { return VK_OBJECT_TYPE_BUFFER; …
17 template<> inline VkObjectType getObjectType<VkBufferView> (void) { return VK_OBJECT_TYPE_BUFFE…
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dcast_impl.cu23 template <typename S, typename T>
29 template <>
35 template <>
41 template <>
47 template <>
53 template <>
59 template <>
65 template <>
71 template <>
77 template <>
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan.cppm5372 template <typename BitType>
5380 template <>
5382 template <>
5384 template <>
5386 template <>
5388 template <>
5390 template <>
5392 template <>
5394 template <>
5396 template <>
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/elementwise/
Deltwise_ops_func.cuh28 template <typename T>
32 template <>
36 template <>
40 template <typename T>
44 template <>
48 template <>
52 template <typename T>
56 template <>
60 template <>
64 template <typename T>
[all …]
/third_party/gn/src/gn/
Dfunction_template.cc9 #include "gn/template.h"
14 const char kTemplate[] = "template";
15 const char kTemplate_HelpShort[] = "template: Define a template rule.";
17 R"(template: Define a template rule.
19 A template defines a custom name that acts like a function. It provides a way
22 The template() function is used to declare a template. To invoke the
23 template, just use the name of the template like any other target type.
25 Often you will want to declare your template in a special file that other
26 files will import (see "gn help import") so your template rule can be shared
31 When you call template() it creates a closure around all variables currently
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-meta.hh38 * C++ template meta-programming & fundamentals used with them.
45 template<typename... Ts> struct _hb_void_t { typedef void type; };
46 template<typename... Ts> using hb_void_t = typename _hb_void_t<Ts...>::type;
48 template<typename Head, typename... Ts> struct _hb_head_t { typedef Head type; };
49 template<typename... Ts> using hb_head_t = typename _hb_head_t<Ts...>::type;
51 template <typename T, T v> struct hb_integral_constant { static constexpr T value = v; };
52 template <bool b> using hb_bool_constant = hb_integral_constant<bool, b>;
57 template <bool cond> struct static_assert_expr;
58 template <> struct static_assert_expr<true> : hb_false_type {};
63 template <bool B, typename T = void> struct hb_enable_if {};
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-meta.hh37 * C++ template meta-programming & fundamentals used with them.
44 template<typename... Ts> struct _hb_void_t { typedef void type; };
45 template<typename... Ts> using hb_void_t = typename _hb_void_t<Ts...>::type;
47 template<typename Head, typename... Ts> struct _hb_head_t { typedef Head type; };
48 template<typename... Ts> using hb_head_t = typename _hb_head_t<Ts...>::type;
50 template <typename T, T v> struct hb_integral_constant { static constexpr T value = v; };
51 template <bool b> using hb_bool_constant = hb_integral_constant<bool, b>;
56 template <bool cond> struct static_assert_expr;
57 template <> struct static_assert_expr<true> : hb_false_type {};
62 template <bool B, typename T = void> struct hb_enable_if {};
[all …]
/third_party/openssl/external/perl/Text-Template-1.56/t/
Dbasic.t13 use_ok 'Text::Template' or exit 1;
22 # (1) Construct temporary template file for testing
39 # (2) Build template from file
40 my $template = Text::Template->new('type' => 'FILE', 'source' => $TEMPFILE);
41 ok(defined $template) or diag $Text::Template::ERROR;
43 # (3) Fill in template from file
55 my $text = $template->fill_in('package' => 'X');
58 # (4) Fill in same template again
59 $text = $template->fill_in('package' => 'Y');
63 $text = Text::Template->fill_this_in($template_1, 'package' => 'X');
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/attr/
Dbuiltin.rs19 pub template: AttributeTemplate, field
22 /// A template that the attribute input must match.
47 /// E.g., `template!(Word, List: "description")` means that the attribute
49 macro_rules! template { macro
50 (Word) => { template!(@ true, None, None) };
51 (List: $descr: expr) => { template!(@ false, Some($descr), None) };
52 (NameValueStr: $descr: expr) => { template!(@ false, None, Some($descr)) };
53 (Word, List: $descr: expr) => { template!(@ true, Some($descr), None) };
54 (Word, NameValueStr: $descr: expr) => { template!(@ true, None, Some($descr)) };
56 template!(@ false, Some($descr1), Some($descr2))
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dconstants.inl8 template <typename genType>
14 template <typename genType>
20 template <typename genType>
26 template <typename genType>
32 template <typename genType>
38 template <typename genType>
44 template <typename genType>
50 template <typename genType>
56 template <typename genType>
62 template <typename genType>
[all …]
/third_party/EGL/sdk/docs/man/xhtml/
Dctop.xsl20 <xsl:template mode="c2p" match="*">
25 </xsl:template>
30 <xsl:template mode="c2p" match="mml:cn">
32 </xsl:template>
34 <xsl:template mode="c2p" match="mml:cn[@type='complex-cartesian']">
42 </xsl:template>
44 <xsl:template mode="c2p" match="mml:cn[@type='rational']">
50 </xsl:template>
52 <xsl:template mode="c2p" match="mml:cn[@type='integer']">
64 </xsl:template>
[all …]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
Dctop.xsl20 <xsl:template mode="c2p" match="*">
25 </xsl:template>
30 <xsl:template mode="c2p" match="mml:cn">
32 </xsl:template>
34 <xsl:template mode="c2p" match="mml:cn[@type='complex-cartesian']">
42 </xsl:template>
44 <xsl:template mode="c2p" match="mml:cn[@type='rational']">
50 </xsl:template>
52 <xsl:template mode="c2p" match="mml:cn[@type='integer']">
64 </xsl:template>
[all …]

12345678910>>...294