Searched defs:emit_function (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Parser/ |
D | asdl_c.py | 322 def emit_function(self, name, ctype, args, attrs, union=True): member in PrototypeVisitor 342 def emit_function(self, name, ctype, args, attrs, union=True): member in FunctionVisitor
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 3870 emit_function(struct ir3_context *ctx, nir_function_impl *impl) in emit_function() function
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 6042 emit_function(_mesa_glsl_parse_state *state, ir_function *f) in emit_function() function
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 3366 emit_function(struct dxil_module *m, struct dxil_func_def *func) in emit_function() function
|
D | nir_to_dxil.c | 5320 emit_function(struct ntd_context *ctx, nir_function *func) in emit_function() function
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 13780 void CompilerGLSL::emit_function(SPIRFunction &func, const Bitset &return_flags) in emit_function() function in CompilerGLSL
|