Home
last modified time | relevance | path

Searched refs:PrettyPrint (Results 1 – 25 of 52) sorted by relevance

123

/third_party/cups-filters/filter/
Dtextcommon.c37 PrettyPrint = 0, /* Do pretty code formatting */ variable
560 PrettyPrint = PRETTY_PLAIN; in TextMain()
566 PrettyPrint = PRETTY_SHELL; in TextMain()
572 PrettyPrint = PRETTY_CODE; in TextMain()
578 PrettyPrint = PRETTY_PERL; in TextMain()
584 PrettyPrint = PRETTY_SHELL; in TextMain()
590 PrettyPrint = PRETTY_PLAIN; in TextMain()
643 if (PrettyPrint) in TextMain()
737 if (PrettyPrint && keyptr > keyword) in TextMain()
809 if (PrettyPrint && keyptr > keyword) in TextMain()
[all …]
Dtexttopdf.c175 for (i = PrettyPrint ? 3 : 1; i >= 0; i --) { in WriteEpilogue()
199 for (i = PrettyPrint ? 3 : 1; i >= 0; i --) { in WriteEpilogue()
235 if (PrettyPrint) in WritePage()
830 if (PrettyPrint) in WriteProlog()
1051 if (PrettyPrint) in write_string()
Dtextcommon.h75 PrettyPrint, /* Do pretty code formatting? */
/third_party/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp72 std::string SSARewriter::PhiCandidate::PrettyPrint(const CFG* cfg) const { in PrettyPrint() function in spvtools::opt::SSARewriter::PhiCandidate
322 << inst->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES) in ProcessStore()
413 << inst->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES) in ProcessLoad()
424 << phi_it.second.PrettyPrint(pass_->cfg()) << "\n"; in PrintPhiCandidates()
440 std::cerr << bb->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES) in GenerateSSAReplacements()
513 std::cerr << "Phi candidate: " << phi_candidate->PrettyPrint(pass_->cfg()) in ApplyReplacements()
589 << load_inst->PrettyPrint( in ApplyReplacements()
655 << fp->PrettyPrint(0) << "\n\n\n"; in RewriteFunctionIntoSSA()
683 << fp->PrettyPrint(0) << "\n"; in RewriteFunctionIntoSSA()
Dgraphics_robust_access_pass.cpp216 << inst->PrettyPrint(); in IsCompatibleModule()
340 << inst.PrettyPrint(); in ClampIndicesForAccessChain()
378 << index_inst->PrettyPrint(); in ClampIndicesForAccessChain()
393 << " of access chain " << inst.PrettyPrint(); in ClampIndicesForAccessChain()
514 << index_inst->PrettyPrint( in ClampIndicesForAccessChain()
517 << inst.PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES); in ClampIndicesForAccessChain()
529 << pointee_type->PrettyPrint( in ClampIndicesForAccessChain()
532 << inst.PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES); in ClampIndicesForAccessChain()
552 << pointee_type->PrettyPrint( in ClampIndicesForAccessChain()
775 << current_access_chain->PrettyPrint( in MakeRuntimeArrayLengthInst()
[all …]
Dfunction.cpp255 str << func.PrettyPrint(); in operator <<()
263 std::string Function::PrettyPrint(uint32_t options) const { in PrettyPrint() function in spvtools::opt::Function
266 str << inst->PrettyPrint(options); in PrettyPrint()
Dbasic_block.cpp221 str << block.PrettyPrint(); in operator <<()
229 std::string BasicBlock::PrettyPrint(uint32_t options) const { in PrettyPrint() function in spvtools::opt::BasicBlock
232 str << inst->PrettyPrint(options); in PrettyPrint()
Dinterface_var_sroa.cpp437 message += "\n " + interface_var_user->PrettyPrint( in ReplaceComponentOfInterfaceVarWith()
441 interface_var->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES); in ReplaceComponentOfInterfaceVarWith()
581 message += "\n " + interface_var->PrettyPrint( in ReplaceInterfaceVarInEntryPoint()
583 message += "\n " + entry_point->PrettyPrint( in ReplaceInterfaceVarInEntryPoint()
902 "\n " + var->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES); in ReportErrorIfHasExtraArraynessForOtherEntry()
917 "\n " + var->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES); in ReportErrorIfHasNoExtraArraynessForOtherEntry()
Dssa_rewrite_pass.h88 std::string PrettyPrint(const CFG* cfg) const;
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc385 << def_use_mgr_->GetDef(type_id)->PrettyPrint(); in ConvertType()
429 return type_inst->PrettyPrint(); in ShowType()
800 << composite_def->PrettyPrint(); in RegisterWorkgroupSizeBuiltin()
818 << (def ? def->PrettyPrint() in RegisterWorkgroupSizeBuiltin()
842 << inst.PrettyPrint(); in RegisterEntryPoints()
1098 << def_use_mgr_->GetDef(type_id)->PrettyPrint(); in ConvertType()
1289 << var.PrettyPrint(); in RegisterTypes()
1297 << var.PrettyPrint(); in RegisterTypes()
1333 << inst.PrettyPrint(); in RejectInvalidPointerRoots()
1336 << inst.PrettyPrint(); in RejectInvalidPointerRoots()
[all …]
Dfunction.cc2629 Fail() << "unhandled expression for ID " << id << "\n" << inst->PrettyPrint(); in MakeExpression()
3237 << terminator.PrettyPrint(); in EmitNormalTerminator()
3532 << inst.PrettyPrint(); in EmitStatement()
3538 << inst.PrettyPrint(); in EmitStatement()
3596 << inst.PrettyPrint(); in EmitStatement()
3615 << inst.PrettyPrint(); in EmitStatement()
3685 << inst.PrettyPrint(); in EmitStatement()
3801 << inst.PrettyPrint(); in EmitStatement()
3807 << inst.PrettyPrint(); in EmitStatement()
3847 Fail() << "couldn't convert result type for: " << inst.PrettyPrint(); in MaybeEmitCombinatorialValue()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp216 << inst->PrettyPrint(); in IsCompatibleModule()
340 << inst.PrettyPrint(); in ClampIndicesForAccessChain()
378 << index_inst->PrettyPrint(); in ClampIndicesForAccessChain()
393 << " of access chain " << inst.PrettyPrint(); in ClampIndicesForAccessChain()
514 << index_inst->PrettyPrint( in ClampIndicesForAccessChain()
517 << inst.PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES); in ClampIndicesForAccessChain()
529 << pointee_type->PrettyPrint( in ClampIndicesForAccessChain()
532 << inst.PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES); in ClampIndicesForAccessChain()
552 << pointee_type->PrettyPrint( in ClampIndicesForAccessChain()
779 << current_access_chain->PrettyPrint( in MakeRuntimeArrayLengthInst()
[all …]
Dssa_rewrite_pass.cpp73 std::string SSARewriter::PhiCandidate::PrettyPrint(const CFG* cfg) const { in PrettyPrint() function in spvtools::opt::SSARewriter::PhiCandidate
323 << inst->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES) in ProcessStore()
414 << inst->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES) in ProcessLoad()
425 << phi_it.second.PrettyPrint(pass_->cfg()) << "\n"; in PrintPhiCandidates()
441 std::cerr << bb->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES) in GenerateSSAReplacements()
514 std::cerr << "Phi candidate: " << phi_candidate->PrettyPrint(pass_->cfg()) in ApplyReplacements()
590 << load_inst->PrettyPrint( in ApplyReplacements()
712 << fp->PrettyPrint(0) << "\n\n\n"; in RewriteFunctionIntoSSA()
746 << fp->PrettyPrint(0) << "\n"; in RewriteFunctionIntoSSA()
Dfunction.cpp255 str << func.PrettyPrint(); in operator <<()
263 std::string Function::PrettyPrint(uint32_t options) const { in PrettyPrint() function in spvtools::opt::Function
266 str << inst->PrettyPrint(options); in PrettyPrint()
Dbasic_block.cpp221 str << block.PrettyPrint(); in operator <<()
229 std::string BasicBlock::PrettyPrint(uint32_t options) const { in PrettyPrint() function in spvtools::opt::BasicBlock
232 str << inst->PrettyPrint(options); in PrettyPrint()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp216 << inst->PrettyPrint(); in IsCompatibleModule()
340 << inst.PrettyPrint(); in ClampIndicesForAccessChain()
378 << index_inst->PrettyPrint(); in ClampIndicesForAccessChain()
393 << " of access chain " << inst.PrettyPrint(); in ClampIndicesForAccessChain()
514 << index_inst->PrettyPrint( in ClampIndicesForAccessChain()
517 << inst.PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES); in ClampIndicesForAccessChain()
529 << pointee_type->PrettyPrint( in ClampIndicesForAccessChain()
532 << inst.PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES); in ClampIndicesForAccessChain()
552 << pointee_type->PrettyPrint( in ClampIndicesForAccessChain()
779 << current_access_chain->PrettyPrint( in MakeRuntimeArrayLengthInst()
[all …]
Dssa_rewrite_pass.cpp73 std::string SSARewriter::PhiCandidate::PrettyPrint(const CFG* cfg) const { in PrettyPrint() function in spvtools::opt::SSARewriter::PhiCandidate
323 << inst->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES) in ProcessStore()
414 << inst->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES) in ProcessLoad()
425 << phi_it.second.PrettyPrint(pass_->cfg()) << "\n"; in PrintPhiCandidates()
441 std::cerr << bb->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES) in GenerateSSAReplacements()
514 std::cerr << "Phi candidate: " << phi_candidate->PrettyPrint(pass_->cfg()) in ApplyReplacements()
590 << load_inst->PrettyPrint( in ApplyReplacements()
712 << fp->PrettyPrint(0) << "\n\n\n"; in RewriteFunctionIntoSSA()
746 << fp->PrettyPrint(0) << "\n"; in RewriteFunctionIntoSSA()
Dfunction.cpp255 str << func.PrettyPrint(); in operator <<()
263 std::string Function::PrettyPrint(uint32_t options) const { in PrettyPrint() function in spvtools::opt::Function
266 str << inst->PrettyPrint(options); in PrettyPrint()
Dbasic_block.cpp221 str << block.PrettyPrint(); in operator <<()
229 std::string BasicBlock::PrettyPrint(uint32_t options) const { in PrettyPrint() function in spvtools::opt::BasicBlock
232 str << inst->PrettyPrint(options); in PrettyPrint()
/third_party/skia/src/gpu/gl/builders/
DGrGLShaderStringBuilder.cpp30 SkSL::String src = GrShaderUtils::PrettyPrint(sksl); in GrSkSLtoGLSL()
44 GrShaderUtils::PrintLineByLine(GrShaderUtils::PrettyPrint(sksl)); in GrSkSLtoGLSL()
48 GrShaderUtils::PrintLineByLine(GrShaderUtils::PrettyPrint(*glsl)); in GrSkSLtoGLSL()
/third_party/skia/src/gpu/
DGrShaderUtils.h18 SkSL::String PrettyPrint(const SkSL::String& string);
DGrShaderUtils.cpp187 SkSL::String PrettyPrint(const SkSL::String& string) { in PrettyPrint() function
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp143 SkSL::String src = GrShaderUtils::PrettyPrint(sksl); in compileD3DProgram()
162 GrShaderUtils::PrintLineByLine(GrShaderUtils::PrettyPrint(sksl)); in compileD3DProgram()
166 GrShaderUtils::PrintLineByLine(GrShaderUtils::PrettyPrint(*outHLSL)); in compileD3DProgram()
630 hlsl[i] = GrShaderUtils::PrettyPrint(*sksl[i]); in finalize()
/third_party/skia/src/gpu/mtl/
DGrMtlUtil.mm68 SkSL::String src = GrShaderUtils::PrettyPrint(sksl);
86 GrShaderUtils::PrintLineByLine(GrShaderUtils::PrettyPrint(sksl));
90 GrShaderUtils::PrintLineByLine(GrShaderUtils::PrettyPrint(*msl));
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Dlint_divergent_derivatives.cpp90 inst->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES), in Warn()

123