Home
last modified time | relevance | path

Searched refs:emit_header (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Dwrgif.c252 emit_header(gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap) in emit_header() function
340 emit_header(dest, cinfo->actual_number_of_colors, cinfo->colormap); in start_output_gif()
342 emit_header(dest, 256, (JSAMPARRAY)NULL); in start_output_gif()
/external/mesa3d/src/broadcom/cle/
Dgen_pack_header.py548 def emit_header(self, name): member in Parser
571 self.emit_header(name)
597 self.emit_header(name)
/external/mesa3d/src/panfrost/lib/
Dgen_pack.py692 def emit_header(self, name): member in Parser
764 self.emit_header(name)
/external/wayland/src/
Dscanner.c1589 emit_header(struct protocol *protocol, enum side side) in emit_header() function
2050 emit_header(&protocol, CLIENT); in main()
2053 emit_header(&protocol, SERVER); in main()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_glslang_mtl_utils.mm455 // See SpirvToMslCompiler::emit_header()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c1577 emit_header( struct ureg_program *ureg ) in emit_header() function
1593 emit_header( ureg ); in ureg_finalize()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c2063 emit_header( struct ureg_program *ureg ) in emit_header() function
2091 emit_header( ureg ); in ureg_finalize()
/external/virglrenderer/src/
Dvrend_shader.c5409 static void emit_header(const struct dump_ctx *ctx, struct vrend_glsl_strbufs *glsl_strbufs) in emit_header() function
7025 emit_header(&ctx, &ctx.glsl_strbufs); in vrend_convert_shader()
7339 emit_header(&ctx, &ctx.glsl_strbufs); in vrend_shader_create_passthrough_tcs()