/third_party/cups-filters/filter/ |
D | textcommon.c | 37 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 …]
|
D | texttopdf.c | 175 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()
|
D | textcommon.h | 75 PrettyPrint, /* Do pretty code formatting? */
|
/third_party/spirv-tools/source/opt/ |
D | ssa_rewrite_pass.cpp | 72 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()
|
D | graphics_robust_access_pass.cpp | 216 << 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 …]
|
D | function.cpp | 255 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()
|
D | basic_block.cpp | 221 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()
|
D | interface_var_sroa.cpp | 437 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()
|
D | ssa_rewrite_pass.h | 88 std::string PrettyPrint(const CFG* cfg) const;
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_impl.cc | 385 << 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 …]
|
D | function.cc | 2629 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/ |
D | graphics_robust_access_pass.cpp | 216 << 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 …]
|
D | ssa_rewrite_pass.cpp | 73 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()
|
D | function.cpp | 255 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()
|
D | basic_block.cpp | 221 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/ |
D | graphics_robust_access_pass.cpp | 216 << 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 …]
|
D | ssa_rewrite_pass.cpp | 73 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()
|
D | function.cpp | 255 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()
|
D | basic_block.cpp | 221 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/ |
D | GrGLShaderStringBuilder.cpp | 30 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/ |
D | GrShaderUtils.h | 18 SkSL::String PrettyPrint(const SkSL::String& string);
|
D | GrShaderUtils.cpp | 187 SkSL::String PrettyPrint(const SkSL::String& string) { in PrettyPrint() function
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DPipelineStateBuilder.cpp | 143 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/ |
D | GrMtlUtil.mm | 68 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/ |
D | lint_divergent_derivatives.cpp | 90 inst->PrettyPrint(SPV_BINARY_TO_TEXT_OPTION_FRIENDLY_NAMES), in Warn()
|