OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typedef_rev_dict
(Results
1 - 3
of
3
) sorted by null
/prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk-layer-generate.py
107
if vk_helper.
typedef_rev_dict
[struct_type] in vk_helper.struct_dict:
108
struct_type = vk_helper.
typedef_rev_dict
[struct_type]
[
all
...]
vk_helper.py
79
#
typedef_rev_dict
stores mapping from new_type_name -> orig_type_name
80
typedef_rev_dict
= {} # store new_name -> orig_name mapping
variable
96
self.
typedef_rev_dict
= {}
116
return self.
typedef_rev_dict
216
self.
typedef_rev_dict
[targ_type.strip(';')] = base_type
316
# the data is not in the types or
typedef_rev_dict
, so we never pass this if check
345
if identifier in
typedef_rev_dict
:
346
new_id =
typedef_rev_dict
[identifier]
[
all
...]
/external/vulkan-validation-layers/
vk_helper.py
79
#
typedef_rev_dict
stores mapping from new_type_name -> orig_type_name
80
typedef_rev_dict
= {} # store new_name -> orig_name mapping
variable
96
self.
typedef_rev_dict
= {}
116
return self.
typedef_rev_dict
216
self.
typedef_rev_dict
[targ_type.strip(';')] = base_type
316
# the data is not in the types or
typedef_rev_dict
, so we never pass this if check
345
if identifier in
typedef_rev_dict
:
346
new_id =
typedef_rev_dict
[identifier]
[
all
...]
Completed in 135 milliseconds