Home
last modified time | relevance | path

Searched defs:emit_function (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Parser/
Dasdl_c.py322 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/
Dir3_compiler_nir.c3275 emit_function(struct ir3_context *ctx, nir_function_impl *impl) in emit_function() function
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp6017 emit_function(_mesa_glsl_parse_state *state, ir_function *f) in emit_function() function
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c3312 emit_function(struct dxil_module *m) in emit_function() function
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp13780 void CompilerGLSL::emit_function(SPIRFunction &func, const Bitset &return_flags) in emit_function() function in CompilerGLSL