Searched refs:line_process_func_ (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | process_lines_pass.cpp | 47 modified |= line_process_func_(&inst, &file_id, &line, &col); in ProcessLines() 50 modified |= line_process_func_(&function.DefInst(), &file_id, &line, &col); in ProcessLines() 53 modified |= line_process_func_(param, &file_id, &line, &col); in ProcessLines() 57 line_process_func_(block.GetLabelInst(), &file_id, &line, &col); in ProcessLines() 59 modified |= line_process_func_(&inst, &file_id, &line, &col); in ProcessLines() 68 modified |= line_process_func_(function.EndInst(), &file_id, &line, &col); in ProcessLines() 143 line_process_func_ = [this](Instruction* inst, uint32_t* file_id, in ProcessLinesPass() 149 line_process_func_ = [this](Instruction* inst, uint32_t* file_id, in ProcessLinesPass()
|
D | process_lines_pass.h | 81 LineProcessFunction line_process_func_; variable
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | process_lines_pass.cpp | 47 modified |= line_process_func_(&inst, &file_id, &line, &col); in ProcessLines() 50 modified |= line_process_func_(&function.DefInst(), &file_id, &line, &col); in ProcessLines() 53 modified |= line_process_func_(param, &file_id, &line, &col); in ProcessLines() 57 line_process_func_(block.GetLabelInst(), &file_id, &line, &col); in ProcessLines() 59 modified |= line_process_func_(&inst, &file_id, &line, &col); in ProcessLines() 68 modified |= line_process_func_(function.EndInst(), &file_id, &line, &col); in ProcessLines() 143 line_process_func_ = [this](Instruction* inst, uint32_t* file_id, in ProcessLinesPass() 149 line_process_func_ = [this](Instruction* inst, uint32_t* file_id, in ProcessLinesPass()
|
D | process_lines_pass.h | 80 LineProcessFunction line_process_func_; variable
|