Lines Matching refs:pg_inst

117 } pg_inst = {true, 0, 0, 0, 0, N_ATOMISP_INPUT_FORMAT};  variable
2605 if (pg_inst.stream_format != N_ATOMISP_INPUT_FORMAT) { in ia_css_debug_pipe_graph_dump_epilogue()
2615 dot_id_input_bin, debug_stream_format2str(pg_inst.stream_format)); in ia_css_debug_pipe_graph_dump_epilogue()
2622 debug_stream_format2str(pg_inst.stream_format), in ia_css_debug_pipe_graph_dump_epilogue()
2623 pg_inst.width, pg_inst.height, in ia_css_debug_pipe_graph_dump_epilogue()
2624 pg_inst.eff_width, pg_inst.eff_height); in ia_css_debug_pipe_graph_dump_epilogue()
2633 pg_inst.do_init = true; in ia_css_debug_pipe_graph_dump_epilogue()
2634 pg_inst.width = 0; in ia_css_debug_pipe_graph_dump_epilogue()
2635 pg_inst.height = 0; in ia_css_debug_pipe_graph_dump_epilogue()
2636 pg_inst.eff_width = 0; in ia_css_debug_pipe_graph_dump_epilogue()
2637 pg_inst.eff_height = 0; in ia_css_debug_pipe_graph_dump_epilogue()
2638 pg_inst.stream_format = N_ATOMISP_INPUT_FORMAT; in ia_css_debug_pipe_graph_dump_epilogue()
2654 if (pg_inst.do_init) { in ia_css_debug_pipe_graph_dump_stage()
2656 pg_inst.do_init = false; in ia_css_debug_pipe_graph_dump_stage()
2857 if (pg_inst.do_init) { in ia_css_debug_pipe_graph_dump_sp_raw_copy()
2859 pg_inst.do_init = false; in ia_css_debug_pipe_graph_dump_sp_raw_copy()
2887 pg_inst.width = stream_config->input_config.input_res.width; in ia_css_debug_pipe_graph_dump_stream_config()
2888 pg_inst.height = stream_config->input_config.input_res.height; in ia_css_debug_pipe_graph_dump_stream_config()
2889 pg_inst.eff_width = stream_config->input_config.effective_res.width; in ia_css_debug_pipe_graph_dump_stream_config()
2890 pg_inst.eff_height = stream_config->input_config.effective_res.height; in ia_css_debug_pipe_graph_dump_stream_config()
2891 pg_inst.stream_format = stream_config->input_config.format; in ia_css_debug_pipe_graph_dump_stream_config()