Searched refs:emit_header (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | wrgif.c | 252 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/ |
D | gen_pack_header.py | 548 def emit_header(self, name): member in Parser 571 self.emit_header(name) 597 self.emit_header(name)
|
/external/mesa3d/src/panfrost/lib/ |
D | gen_pack.py | 692 def emit_header(self, name): member in Parser 764 self.emit_header(name)
|
/external/wayland/src/ |
D | scanner.c | 1589 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/ |
D | mtl_glslang_mtl_utils.mm | 455 // See SpirvToMslCompiler::emit_header()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 1577 emit_header( struct ureg_program *ureg ) in emit_header() function 1593 emit_header( ureg ); in ureg_finalize()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 2063 emit_header( struct ureg_program *ureg ) in emit_header() function 2091 emit_header( ureg ); in ureg_finalize()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5409 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()
|