Home | History | Annotate | Download | only in vulkan-validation-layers

Lines Matching refs:char_idx

383     char_idx = 0
386 if (0 == char_idx) or (caps_struct_name[char_idx-1] == '_'):
387 struct_name += caps_struct_name[char_idx]
388 elif (caps_struct_name[char_idx] == '_'):
391 struct_name += caps_struct_name[char_idx].lower()
392 char_idx += 1