Home
last modified time | relevance | path

Searched refs:emit_function (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Parser/
H A Dasdl_c.py386 self.emit_function(cons.name, ctype, args, attrs)
388 def emit_function(self, name, ctype, args, attrs, union=True): member in PrototypeVisitor
399 self.emit_function(name, get_c_type(name),
408 def emit_function(self, name, ctype, args, attrs, union=True): member in FunctionVisitor
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp353 emit_function(get<SPIRFunction>(ir.default_entry_point), Bitset()); in compile()
H A Dspirv_glsl.hpp346 void emit_function(SPIRFunction &func, const Bitset &return_flags);
H A Dspirv_glsl.cpp677 emit_function(get<SPIRFunction>(ir.default_entry_point), Bitset());
13780 void CompilerGLSL::emit_function(SPIRFunction &func, const Bitset &return_flags)
13800 emit_function(get<SPIRFunction>(id), ir.meta[ops[1]].decoration.decoration_flags);
H A Dspirv_hlsl.cpp5798 emit_function(get<SPIRFunction>(ir.default_entry_point), Bitset()); in compile()
H A Dspirv_msl.cpp1468 emit_function(get<SPIRFunction>(ir.default_entry_point), Bitset()); in compile()
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h1389 emit_function(_mesa_glsl_parse_state *state, ir_function *f);
H A Dast_to_hir.cpp6042 emit_function(_mesa_glsl_parse_state *state, ir_function *f) in emit_function() function
6068 * so this instruction list pointer is ignored. See also emit_function in hir()
6211 emit_function(state, f); in hir()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c3366 emit_function(struct dxil_module *m, struct dxil_func_def *func) in emit_function() function
3437 if (!emit_function(m, func)) in dxil_emit_module()
H A Dnir_to_dxil.c5320 emit_function(struct ntd_context *ctx, nir_function *func) in emit_function() function
5515 if (!emit_function(ctx, func)) in emit_module()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c3870 emit_function(struct ir3_context *ctx, nir_function_impl *impl) in emit_function() function
4416 emit_function(ctx, fxn); in emit_instructions()

Completed in 73 milliseconds