Lines Matching refs:comment
38 const char *comment; member
57 .comment = "The numerical value of the enum value 'VULKAN_LOADER_ERROR_BIT'" }, in main()
59 .comment = "The size of a pointer" }, in main()
61 .comment = "The size of a 'const char *' struct" }, in main()
63 … .comment = "The offset of 'phys_dev_ext_disp_functions' within a 'loader_instance' struct" }, in main()
65 … .comment = "The offset of 'phys_dev_ext' within in 'loader_instance_dispatch_table' struct" }, in main()
67 .comment = "The offset of 'phys_dev' within a 'loader_physical_device_tramp' struct" }, in main()
69 … .comment = "The offset of 'this_icd_term' within a 'loader_physical_device_term' struct" }, in main()
71 .comment = "The offset of 'phys_dev' within a 'loader_physical_device_term' struct" }, in main()
73 .comment = "The offset of 'this_instance' within a 'loader_icd_term' struct" }, in main()
75 .comment = "The offset of 'phys_dev_ext' within a 'loader_icd_term' struct" }, in main()
77 .comment = "The offset of 'ext_dispatch' within a 'loader_dev_dispatch_table' struct" }, in main()
85 …printf(file, "%-32s equ " SIZE_T_FMT "; %s\n", values[i].name, values[i].value, values[i].comment); in main()
102 values[i].comment); in main()