Searched refs:apis (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/bin/ |
D | khronos-update.py | 211 if args.apis and 'khr' not in args.apis and depend_on_khr.intersection(set(args.apis)): 212 args.apis = ['khr'] + args.apis 215 if args.apis and group['api'] not in args.apis:
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/ |
D | dispatch.py | 257 apis = \ 264 apis = apis + self.apisToGet["global-only"] 266 for vulkanApi, typeDecl, feature in apis: 284 apis = \ 290 for vulkanApi, typeDecl, feature in apis: 309 apis = \ 315 for vulkanApi, typeDecl, feature in apis: 332 def emit_feature_check_impl(context, cgen, tag, featureToCheck, apis): argument 342 for vulkanApi, typeDecl, feature in apis: 369 vulkanApi = self.typeInfo.apis[name]
|
D | api_log_decoder.py | 127 api = self.typeInfo.apis[api_name]
|
D | decodersnapshot.py | 346 api = self.typeInfo.apis[name]
|
D | subdecode.py | 373 api = typeInfo.apis[name]
|
D | functable.py | 239 api = typeInfo.apis[name]
|
D | encoder.py | 704 api = copy.deepcopy(self.typeInfo.apis[name])
|
D | decoder.py | 925 api: VulkanAPI = typeInfo.apis[name]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_extensions.py | 6 apis = [] 11 apis.append(a) 12 return apis
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | reg.py | 1472 apis = [] 1477 apis.append(api) 1485 eleminfo.elem.set(attribute, ','.join(apis)) 1496 apis = [] 1501 apis.append(api) 1509 dictionary[key] = apis
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | vulkantypes.py | 939 self.apis: Dict[str, VulkanAPI] = {} 1125 self.apis[name] = \ 1131 self.apis[name].initCopies()
|
D | codegen.py | 854 customApi = copy(typeInfo.apis[apiName])
|