/third_party/skia/third_party/externals/tint/src/ |
D | debug_test.cc | 26 TINT_UNREACHABLE(Test, diagnostics); in TEST()
|
D | debug.h | 94 #define TINT_UNREACHABLE(system, diagnostics) \ macro
|
/third_party/skia/third_party/externals/tint/src/writer/ |
D | append_vector.cc | 60 TINT_UNREACHABLE(Writer, b.Diagnostics()) in Zero() 97 TINT_UNREACHABLE(Writer, b->Diagnostics()) in AppendVector()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | constant.cc | 47 TINT_UNREACHABLE(Semantic, diag) << "Unsupported sem::Constant type"; in ElemType()
|
D | constant.h | 121 TINT_UNREACHABLE(Semantic, diags) in WithScalarAt()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | single_entry_point.cc | 100 TINT_UNREACHABLE(Transform, ctx.dst->Diagnostics()) in Run()
|
D | vertex_pulling.cc | 366 TINT_UNREACHABLE(Transform, ctx.dst->Diagnostics()) in CreateVertexPullingPreamble() 394 TINT_UNREACHABLE(Transform, ctx.dst->Diagnostics()) in CreateVertexPullingPreamble() 632 TINT_UNREACHABLE(Transform, ctx.dst->Diagnostics()) in Fetch() 689 TINT_UNREACHABLE(Transform, ctx.dst->Diagnostics()) in LoadPrimitive()
|
D | transform.cc | 161 TINT_UNREACHABLE(Transform, ctx.dst->Diagnostics()) in CreateASTTypeFor()
|
D | zero_init_workgroup_memory.cc | 328 TINT_UNREACHABLE(Transform, b.Diagnostics()) in BuildZeroingStatements()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
D | generator_impl.cc | 313 TINT_UNREACHABLE(Writer, builder_.Diagnostics()) in EmitDynamicVectorAssignment() 480 TINT_UNREACHABLE(Writer, builder_.Diagnostics()) in EmitDynamicMatrixScalarAssignment() 691 TINT_UNREACHABLE(Writer, diagnostics_); in EmitBinary() 844 TINT_UNREACHABLE(Writer, diagnostics_) in EmitFunctionCall() 1126 TINT_UNREACHABLE(Writer, diagnostics_) in EmitUniformBufferAccess() 1134 TINT_UNREACHABLE(Writer, diagnostics_) in EmitUniformBufferAccess() 1196 TINT_UNREACHABLE(Writer, diagnostics_) in EmitStorageBufferAccess() 1248 TINT_UNREACHABLE(Writer, diagnostics_) in EmitStorageBufferAccess() 1268 TINT_UNREACHABLE(Writer, diagnostics_) in EmitStorageBufferAccess() 1470 TINT_UNREACHABLE(Writer, diagnostics_) in EmitStorageAtomicCall() [all …]
|
/third_party/skia/third_party/externals/tint/docs/ |
D | style_guide.md | 22 Code that should not be reachable should call `TINT_UNREACHABLE` macro
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | resolver_constants.cc | 57 TINT_UNREACHABLE(Resolver, builder_->Diagnostics()); in EvaluateConstantValue()
|
D | resolver.cc | 136 TINT_UNREACHABLE(Resolver, diagnostics_) in ResolveInternal() 265 TINT_UNREACHABLE(Resolver, diagnostics_) in Type() 437 TINT_UNREACHABLE(Resolver, diagnostics_) in Variable() 1993 TINT_UNREACHABLE(Resolver, diagnostics_) << "Unhandled TypeDecl"; in TypeDecl() 2030 TINT_UNREACHABLE(Resolver, diagnostics_) in TypeOf()
|
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
D | generator_impl.cc | 323 TINT_UNREACHABLE(Writer, diagnostics_); in EmitBinary() 697 TINT_UNREACHABLE(Writer, diagnostics_) in EmitWorkgroupAtomicCall() 1093 TINT_UNREACHABLE(Writer, diagnostics_) in EmitBarrierCall() 2447 TINT_UNREACHABLE(Writer, diagnostics_) in EmitType()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | intrinsic_texture_helper_test.cc | 148 TINT_UNREACHABLE(AST, b->Diagnostics()); in BuildResultVectorComponentType() 187 TINT_UNREACHABLE(AST, b->Diagnostics()); in BuildTextureVariable()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
D | generator_impl.cc | 836 TINT_UNREACHABLE(Writer, diagnostics_) in EmitAtomicCall() 996 TINT_UNREACHABLE(Writer, diagnostics_) in EmitTextureCall() 2842 TINT_UNREACHABLE(Writer, diagnostics_) in MslPackedTypeSizeAndAlign()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.cc | 3093 TINT_UNREACHABLE(Writer, builder_.Diagnostics()); in GenerateTextureIntrinsic() 3191 TINT_UNREACHABLE(Writer, builder_.Diagnostics()) in GenerateAtomicIntrinsic() 3377 TINT_UNREACHABLE(Writer, builder_.Diagnostics()) in GenerateAtomicIntrinsic() 3406 TINT_UNREACHABLE(Writer, builder_.Diagnostics()) in GenerateAtomicIntrinsic() 3680 TINT_UNREACHABLE(Writer, builder_.Diagnostics()); in GenerateSwitchStatement()
|
/third_party/skia/third_party/externals/tint/src/writer/wgsl/ |
D | generator_impl.cc | 84 TINT_UNREACHABLE(Writer, diagnostics_); in Generate()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | inspector.cc | 211 TINT_UNREACHABLE(Inspector, diagnostics_); in GetEntryPoints()
|