Home
last modified time | relevance | path

Searched refs:emit_type (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_reflect.hpp77 void emit_type(uint32_t type_id, bool &emitted_open_tag);
Dspirv_reflect.cpp309 emit_type(self, emitted_open_tag); in emit_types()
323 emit_type(pointee_type, emitted_open_tag); in emit_types()
331 void CompilerReflection::emit_type(uint32_t type_id, bool &emitted_open_tag) in emit_type() function in CompilerReflection
/third_party/python/Parser/
Dasdl_c.py116 def emit_type(self, name): member in EmitVisitor
653 self.emit_type("%s_type" % name)
671 self.emit_type("%s_type" % name)
1069 self.emit_type("AST_type")
1070 self.emit_type("%s_type" % name)
1083 self.emit_type("%s_type" % name)
1104 self.emit_type("%s_type" % cons.name)
/third_party/wayland_standard/src/
Dscanner.c1093 emit_type(struct arg *a) in emit_type() function
1225 emit_type(a); in emit_stubs()
1323 emit_type(a); in emit_event_wrappers()
1465 emit_type(a); in emit_structs()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c1468 emit_type(struct dxil_module *m, struct dxil_type *type) in emit_type() function
1509 if (!emit_type(m, type)) in emit_type_table()