Searched refs:LvlTypeMap (Results 1 – 3 of 3) sorted by relevance
40 template <typename T> struct LvlTypeMap {}; struct43 template <> struct LvlTypeMap<VkApplicationInfo> {52 template <> struct LvlTypeMap<VkInstanceCreateInfo> {61 template <> struct LvlTypeMap<VkDeviceQueueCreateInfo> {70 template <> struct LvlTypeMap<VkDeviceCreateInfo> {79 template <> struct LvlTypeMap<VkSubmitInfo> {88 template <> struct LvlTypeMap<VkMemoryAllocateInfo> {97 template <> struct LvlTypeMap<VkMappedMemoryRange> {106 template <> struct LvlTypeMap<VkBindSparseInfo> {115 template <> struct LvlTypeMap<VkFenceCreateInfo> {[all …]
418 return LvlTypeMap<T>::kSType == s.sType; in IsValidVkStruct()638 pnext_obj.sType = LvlTypeMap<T>::kSType;
1537 …const VkStructureType valid_next_stypes[] = {LvlTypeMap<VkPipelineCoverageModulationStateCreateInf… in manual_PreCallValidateCreateGraphicsPipelines()1538 … LvlTypeMap<VkPipelineCoverageToColorStateCreateInfoNV>::kSType, in manual_PreCallValidateCreateGraphicsPipelines()1539 … LvlTypeMap<VkPipelineSampleLocationsStateCreateInfoEXT>::kSType}; in manual_PreCallValidateCreateGraphicsPipelines()