Home
last modified time | relevance | path

Searched refs:TINT_UNREACHABLE (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Ddebug_test.cc26 TINT_UNREACHABLE(Test, diagnostics); in TEST()
Ddebug.h94 #define TINT_UNREACHABLE(system, diagnostics) \ macro
/third_party/skia/third_party/externals/tint/src/writer/
Dappend_vector.cc60 TINT_UNREACHABLE(Writer, b.Diagnostics()) in Zero()
97 TINT_UNREACHABLE(Writer, b->Diagnostics()) in AppendVector()
/third_party/skia/third_party/externals/tint/src/sem/
Dconstant.cc47 TINT_UNREACHABLE(Semantic, diag) << "Unsupported sem::Constant type"; in ElemType()
Dconstant.h121 TINT_UNREACHABLE(Semantic, diags) in WithScalarAt()
/third_party/skia/third_party/externals/tint/src/transform/
Dsingle_entry_point.cc100 TINT_UNREACHABLE(Transform, ctx.dst->Diagnostics()) in Run()
Dvertex_pulling.cc366 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()
Dtransform.cc161 TINT_UNREACHABLE(Transform, ctx.dst->Diagnostics()) in CreateASTTypeFor()
Dzero_init_workgroup_memory.cc328 TINT_UNREACHABLE(Transform, b.Diagnostics()) in BuildZeroingStatements()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc313 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/
Dstyle_guide.md22 Code that should not be reachable should call `TINT_UNREACHABLE` macro
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_constants.cc57 TINT_UNREACHABLE(Resolver, builder_->Diagnostics()); in EvaluateConstantValue()
Dresolver.cc136 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/
Dgenerator_impl.cc323 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/
Dintrinsic_texture_helper_test.cc148 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/
Dgenerator_impl.cc836 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/
Dbuilder.cc3093 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/
Dgenerator_impl.cc84 TINT_UNREACHABLE(Writer, diagnostics_); in Generate()
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.cc211 TINT_UNREACHABLE(Inspector, diagnostics_); in GetEntryPoints()