Lines Matching defs:comment
78 const char *comment;
99 .comment = "The numerical value of the enum value 'VULKAN_LOADER_ERROR_BIT'" },
101 .comment = "The size of a pointer" },
103 .comment = "The size of a 'const char *' struct" },
105 .comment = "The offset of 'phys_dev_ext_disp_functions' within a 'loader_instance' struct" },
107 .comment = "The offset of 'phys_dev_ext' within in 'loader_instance_dispatch_table' struct" },
109 .comment = "The offset of 'phys_dev' within a 'loader_physical_device_tramp' struct" },
111 .comment = "The offset of 'this_icd_term' within a 'loader_physical_device_term' struct" },
113 .comment = "The offset of 'phys_dev' within a 'loader_physical_device_term' struct" },
115 .comment = "The offset of 'this_instance' within a 'loader_icd_term' struct" },
117 .comment = "The offset of 'phys_dev_ext' within a 'loader_icd_term' struct" },
119 .comment = "The offset of 'ext_dispatch' within a 'loader_dev_dispatch_table' struct" },
127 fprintf(file, "%-32s equ " SIZE_T_FMT "; %s\n", values[i].name, values[i].value, values[i].comment);
139 // Default comment delimiter
144 values[i].comment);