OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:struct_dict
(Results
1 - 3
of
3
) sorted by null
/external/vulkan-validation-layers/
vk_helper.py
60
#
struct_dict
['struct_basename'] = the base (non-typedef'd) name of the struct
71
struct_dict
= {}
variable
94
self.
struct_dict
= {}
110
return self.
struct_dict
193
del self.
struct_dict
['tmp_struct']
196
self.
struct_dict
[base_type] = self.
struct_dict
['tmp_struct']
197
self.
struct_dict
.pop('tmp_struct', 0)
291
if not struct_type in self.
struct_dict
:
292
self.
struct_dict
[struct_type] = {
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk_helper.py
60
#
struct_dict
['struct_basename'] = the base (non-typedef'd) name of the struct
71
struct_dict
= {}
variable
94
self.
struct_dict
= {}
110
return self.
struct_dict
193
del self.
struct_dict
['tmp_struct']
196
self.
struct_dict
[base_type] = self.
struct_dict
['tmp_struct']
197
self.
struct_dict
.pop('tmp_struct', 0)
291
if not struct_type in self.
struct_dict
:
292
self.
struct_dict
[struct_type] = {
[
all
...]
vk-layer-generate.py
107
if vk_helper.typedef_rev_dict[struct_type] in vk_helper.
struct_dict
:
110
for m in sorted(vk_helper.
struct_dict
[struct_type]):
111
array_len = "%s" % (str(vk_helper.
struct_dict
[struct_type][m]['array_size']))
112
base_type = vk_helper.
struct_dict
[struct_type][m]['type']
113
mem_name = vk_helper.
struct_dict
[struct_type][m]['name']
[
all
...]
Completed in 133 milliseconds