Lines Matching full:vulkan
34 # This will need changing for Vulkan!
498 # Vulkan extension enum scheme in this function.
955 # pages and the Vulkan specification. Similar to COutputGenerator, but
1262 # pages and the Vulkan specification. Similar to DocOutputGenerator.
2158 # fundamentals chapter of the Vulkan specification. Similar to
2721 self.structNames = [] # List of Vulkan struct typenames
2723 self.structTypes = dict() # Map of Vulkan struct typename to required VkStructureType
2724 self.commands = [] # List of CommandData records for all Vulkan commands
2725 self.structMembers = [] # List of StructMemberData records for all Vulkan structs
2761 write('#include "vulkan/vulkan.h"', file=self.outFile)
3034 # Convert a vulkan.h command declaration into a parameter_validation.h definition
3039 # Replace Vulkan prototype