OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:functionprefix
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/scripts/
threading_generator.py
158
def makeThreadUseBlock(self, cmd,
functionprefix
):
172
paramdecl += ' ' +
functionprefix
+ 'WriteObject(my_data, ' + paramname.text + '[index]);\n'
175
paramdecl += ' ' +
functionprefix
+ 'WriteObject(my_data, ' + paramname.text + ');\n'
194
paramdecl += ' ' +
functionprefix
+ 'WriteObject(my_data, ' + element + ');\n'
201
paramdecl += ' ' +
functionprefix
+ 'WriteObject(my_data, ' + member + ');\n'
218
paramdecl += ' ' +
functionprefix
+ 'ReadObject(my_data, ' + paramname.text + '[index]);\n'
223
paramdecl += ' ' +
functionprefix
+ 'ReadObject(my_data, ' + paramname.text + ');\n'
/prebuilts/ndk/r16/sources/third_party/vulkan/src/
threading_generator.py
147
def makeThreadUseBlock(self, cmd,
functionprefix
):
189
paramdecl += ' ' +
functionprefix
+ 'WriteObject(my_data, ' + paramname.text + '[index]);\n'
192
paramdecl += ' ' +
functionprefix
+ 'WriteObject(my_data, ' + paramname.text + ');\n'
211
paramdecl += ' ' +
functionprefix
+ 'WriteObject(my_data, ' + element + ');\n'
217
paramdecl += ' ' +
functionprefix
+ 'WriteObject(my_data, ' + member + ');\n'
227
paramdecl += ' ' +
functionprefix
+ 'ReadObject(my_data, ' + paramname.text + '[index]);\n'
232
paramdecl += ' ' +
functionprefix
+ 'ReadObject(my_data, ' + paramname.text + ');\n'
Completed in 456 milliseconds