/external/vulkan-validation-layers/scripts/ |
D | lvl_genvk.py | 137 apientryp = 'VKAPI_PTR *', 161 apientryp = 'VKAPI_PTR *', 184 apientryp = 'VKAPI_PTR *', 208 apientryp = 'VKAPI_PTR *', 233 apientryp = 'VKAPI_PTR *', 258 apientryp = 'VKAPI_PTR *', 282 apientryp = 'VKAPI_PTR *', 305 apientryp = 'VKAPI_PTR *', 328 apientryp = 'VKAPI_PTR *', 352 apientryp = 'VKAPI_PTR *', [all …]
|
D | dispatch_table_helper_generator.py | 48 apientryp = '', argument 59 self.apientryp = apientryp
|
D | layer_dispatch_table_generator.py | 56 apientryp = '', argument 68 self.apientryp = apientryp
|
D | layer_chassis_generator.py | 83 apientryp = '', argument 98 self.apientryp = apientryp
|
D | thread_safety_generator.py | 80 apientryp = '', argument 94 self.apientryp = apientryp
|
D | object_tracker_generator.py | 85 apientryp = '', argument 100 self.apientryp = apientryp
|
D | layer_chassis_dispatch_generator.py | 82 apientryp = '', argument 96 self.apientryp = apientryp
|
D | helper_file_generator.py | 52 apientryp = '', argument 66 self.apientryp = apientryp
|
D | parameter_validation_generator.py | 82 apientryp = '', argument 94 self.apientryp = apientryp
|
/external/angle/third_party/vulkan-headers/src/registry/ |
D | genvk.py | 162 apientryp = '*', 315 apientryp = 'VKAPI_PTR *', 354 apientryp = 'VKAPI_PTR *', 386 apientryp = 'VKAPI_PTR *', 412 apientryp = '',
|
D | cgenerator.py | 38 apientryp='', argument 108 self.apientryp = apientryp
|
D | generator.py | 674 return '(' + self.genOpts.apientryp + 'PFN_' + name + tail + ')'
|
/external/vulkan-headers/registry/ |
D | genvk.py | 159 apientryp = '*', 305 apientryp = 'VKAPI_PTR *', 344 apientryp = 'VKAPI_PTR *', 376 apientryp = 'VKAPI_PTR *', 402 apientryp = '',
|
D | cgenerator.py | 86 apientryp = '', argument 106 self.apientryp = apientryp
|
D | generator.py | 619 return '(' + self.genOpts.apientryp + 'PFN_' + name + tail + ')'
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_vulkan_header.py | 186 apientryp = 'VKAPI_PTR *',
|