Home
last modified time | relevance | path

Searched refs:preprocessor_args (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/frontends/p4/compiler/
Dp4toEbpf.py41 preprocessor_args = []
45 preprocessor_args.append(a)
61 return compileP4(args.source, args.output_file, isRouter, preprocessor_args)
76 def compileP4(inputFile, gen_file, isRouter, preprocessor_args): argument
79 for parg in preprocessor_args:
/external/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py346 def __init__(self, shader_file, preprocessor_args, output_path, variable_name): argument
349 preprocessor_args, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
383 compile_args, preprocessor_args, variable_name): argument
388 self.preprocessor_args = preprocessor_args
402 self.preprocessor_args,
448 preprocessor_args, variable_name): argument
460 output_path, compile_args, preprocessor_args,