Home | History | Annotate | Download | only in scripts

Lines Matching refs:extension

102         self.ext_instance_dispatch_list = []  # List of extension entries for instance dispatch list
103 self.ext_device_dispatch_list = [] # List of extension entries for device dispatch list
105 self.ext_commands = [] # List of CommandData records for extension Vulkan commands
360 protos += '// Device extension error function\n'
363 protos += '// Extension
367 protos += '// Extension interception for vkCreateInstance function, so we can properly\n'
368 protos += '// detect and enable any instance extension information for extensions we know\n'
372 protos += '// Extension interception for vkGetDeviceProcAddr function, so we can return\n'
381 protos += '// Array of extension strings for instance extensions we support.\n'
391 protos += '// Init Device function pointer dispatch table with extension commands\n'
417 protos += '// Device extension error function\n'
460 table += '\n // ---- %s extension commands\n' % cur_cmd.ext_name
501 table += '\n // ---- %s extension commands\n' % cur_cmd.ext_name
543 table += '\n // ---- %s extension commands\n' % cur_cmd.ext_name
602 table += '\n // ---- %s extension commands\n' % cur_cmd.ext_name
629 # Create the extension enable union
702 tables += '// Init Device function pointer dispatch table with extension commands\n'
732 tables += '\n // ---- %s extension commands\n' % cur_cmd.ext_name
808 tables += '\n // ---- %s extension commands\n' % cur_cmd.ext_name
872 funcs += '\n// ---- %s extension trampoline/terminators\n\n' % ext_cmd.ext_name
1176 # Create a function for the extension GPA call
1193 gpa_func += '\n // ---- %s extension commands\n' % cur_cmd.ext_name
1225 # Create the extension name init function
1243 create_func += '\n // ---- %s extension commands\n' % ext.name
1269 # extension entrypoints and return it as a string
1287 term_func += '\n // ---- %s extension commands\n' % ext_cmd.ext_name
1315 # core and extension entrypoints and return it as a string
1338 table += '\n // ---- %s extension commands\n' % cur_cmd.ext_name
1364 # Create the extension name whitelist array
1370 table += '// If an instance extension name is not in this list, but it is exported by one or more of the\n'
1371 table += '// ICDs detected by the loader, then the extension name not in the list will be filtered out\n'