Searched full:template (Results 1 – 25 of 36542) sorted by relevance
12345678910>>...1462
... template<template<template<template<template<template<template<template<template<template<template
... <t<template<temb><t<template<temb><t<template<temb> ...
6 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 …]
39 template <VkStructureType id> struct LvlSTypeMap {};40 template <typename T> struct LvlTypeMap {};43 template <> struct LvlTypeMap<VkApplicationInfo> {47 template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_APPLICATION_INFO> {52 template <> struct LvlTypeMap<VkInstanceCreateInfo> {56 template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO> {61 template <> struct LvlTypeMap<VkDeviceQueueCreateInfo> {65 template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO> {70 template <> struct LvlTypeMap<VkDeviceCreateInfo> {74 template <> struct LvlSTypeMap<VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO> {[all …]
6 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 …]
14 <template>15 <template-type-parameter name="T"/>16 </template>23 <template>24 <template-type-parameter name="Arg"/>25 </template>32 <template>33 <template-type-parameter name="Arg"/>34 </template>41 <template>[all …]
11 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 …]
170 template<typename RT>172 template<typename T> static RT207 template<>209 template<typename T> static float225 template<>227 template<typename T> static double243 template<typename T1, bool B> struct _SetSatur {249 template <> struct _SetSatur<float, true> {255 template <> struct _SetSatur<double, true> {263 template <typename T1, typename T2> struct restype {[all …]
21 template <class T, T v> struct integral_constant;25 template <bool B> // C++1431 template <bool, class T = void> struct enable_if;32 template <bool, class T, class F> struct conditional;35 template <class T> struct is_void;36 template <class T> struct is_null_pointer; // C++1437 template <class T> struct is_integral;38 template <class T> struct is_floating_point;39 template <class T> struct is_array;40 template <class T> struct is_pointer;[all …]