Home
last modified time | relevance | path

Searched refs:SkDEBUGFAILF (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/src/core/
DSkSharedMutex.cpp140 SkDEBUGFAILF("Thread %" PRIx64 " already has an exclusive lock\n", threadID); in acquire()
167 SkDEBUGFAILF("Thread %" PRIx64 " did not have the lock held.\n", threadID); in release()
201 SkDEBUGFAILF("Thread %" PRIx64 " was already waiting!\n", threadID); in acquireShared()
205 SkDEBUGFAILF("Thread %" PRIx64 " already holds a shared lock!\n", threadID); in acquireShared()
227 SkDEBUGFAILF("Thread %" PRIx64 " does not hold a shared lock.\n", threadID); in releaseShared()
DSkBlendModeBlender.cpp56 SkDEBUGFAILF("invalid blend mode %d", (int)mode); in Mode()
DSkScan_Path.cpp216 SkDEBUGFAILF("assert(%s)", #cond); \
/third_party/flutter/skia/src/core/
DSkSharedMutex.cpp138 SkDEBUGFAILF("Thread %lx already has an exclusive lock\n", threadID); in acquire()
165 SkDEBUGFAILF("Thread %lx did not have the lock held.\n", threadID); in release()
199 SkDEBUGFAILF("Thread %lx was already waiting!\n", threadID); in acquireShared()
203 SkDEBUGFAILF("Thread %lx already holds a shared lock!\n", threadID); in acquireShared()
225 SkDEBUGFAILF("Thread %lx does not hold a shared lock.\n", threadID); in releaseShared()
/third_party/skia/src/gpu/
DGrYUVATextureProxies.cpp22 SkDEBUGFAILF("Unexpected channel combination 0x%08x", channelFlags); in num_channels()
114 SkDEBUGFAILF("Unexpected swizzle value: %c", views[i].swizzle()[chanAsIdx]); in GrYUVATextureProxies()
DGrCaps.cpp430 SkDEBUGFAILF("Illegal color type (%d) and compressed format (%d) combination.", in getReadSwizzle()
/third_party/flutter/skia/include/core/
DSkTypes.h56 #define SkDEBUGFAILF(fmt, ...) SkASSERTF(false, fmt, ##__VA_ARGS__) macro
64 #define SkDEBUGFAILF(fmt, ...) macro
/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.cpp276 SkDEBUGFAILF("unsupported type %s", type.description().c_str()); in evaluate_intrinsic_numeric()
296 SkDEBUGFAILF("unsupported type %s", type.description().c_str()); in evaluate_pairwise_intrinsic()
322 SkDEBUGFAILF("unsupported type %s", type.description().c_str()); in evaluate_3_way_intrinsic()
566 SkDEBUGFAILF("unsupported type %s", numericType.description().c_str()); in optimize_intrinsic_call()
707 SkDEBUGFAILF("unsupported type %s", arguments[0]->type().description().c_str()); in optimize_intrinsic_call()
732 SkDEBUGFAILF("unsupported type %s", arguments[0]->type().description().c_str()); in optimize_intrinsic_call()
DSkSLPrefixExpression.cpp253 SkDEBUGFAILF("unsupported prefix operator: %s", op.operatorName()); in Make()
DSkSLType.cpp715 SkDEBUGFAILF("unsupported toCompound type %s", this->description().c_str()); in toCompound()
741 SkDEBUGFAILF("don't know how to clone type '%s'", this->description().c_str()); in clone()
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp204 SkDEBUGFAILF("cannot sample from type '%s'", in writeChildCall()
432 SkDEBUGFAILF("unsupported program element %s\n", e.description().c_str()); in writeProgramElementFirstPass()
510 SkDEBUGFAILF("unsupported expression: %s", expr.description().c_str()); in writeExpression()
690 SkDEBUGFAILF("unsupported statement: %s", s.description().c_str()); in writeStatement()
DSkSLSPIRVCodeGenerator.cpp597 SkDEBUGFAILF("unrecognized scalar type '%s'", type->description().c_str()); in getType()
674 SkDEBUGFAILF("invalid type: %s", type->description().c_str()); in getType()
805 SkDEBUGFAILF("unsupported expression: %s", expr.description().c_str()); in writeExpression()
1294 SkDEBUGFAILF("writeConstantVector: %s not actually constant", c.description().c_str()); in writeConstantVector()
1366 SkDEBUGFAILF("unsupported type for float typecast: %s", inputType.description().c_str()); in castScalarToFloat()
1400 SkDEBUGFAILF("unsupported type for signed int typecast: %s", in castScalarToSignedInt()
1435 SkDEBUGFAILF("unsupported type for unsigned int typecast: %s", in castScalarToUnsignedInt()
1475 SkDEBUGFAILF("unsupported type for boolean typecast: %s", inputType.description().c_str()); in castScalarToBoolean()
1939 SkDEBUGFAILF("swizzle accessed nonexistent component %d", (int)component); in applySwizzle()
2652 SkDEBUGFAILF("mergeComparisons only supports == and !=, not %s", op.operatorName()); in mergeComparisons()
[all …]
DSkSLGLSLCodeGenerator.cpp224 SkDEBUGFAILF("unsupported expression: %s", expr.description().c_str()); in writeExpression()
1258 SkDEBUGFAILF("unsupported statement: %s", s.description().c_str()); in writeStatement()
1539 SkDEBUGFAILF("unsupported program element %s\n", e.description().c_str()); in writeProgramElement()
DSkSLVMCodeGenerator.cpp413 SkDEBUGFAILF("Unsupported builtin %d", builtin); in setupGlobals()
825 SkDEBUGFAILF("Unsupported type conversion: %d -> %d", (int)srcKind, (int)dstKind); in writeTypeConversion()
1082 SkDEBUGFAILF("cannot sample from type '%s'", c.child().type().description().c_str()); in writeChildCall()
1309 SkDEBUGFAILF("unsupported intrinsic %s", c.function().description().c_str()); in writeIntrinsicCall()
DSkSLMetalCodeGenerator.cpp189 SkDEBUGFAILF("unsupported expression: %s", expr.description().c_str()); in writeExpression()
2130 SkDEBUGFAILF("unsupported statement: %s", s.description().c_str()); in writeStatement()
2547 SkDEBUGFAILF("unsupported program element: %s\n", e.description().c_str()); in writeProgramElement()
/third_party/skia/include/core/
DSkTypes.h483 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__) macro
491 #define SkDEBUGFAILF(fmt, ...) macro
/third_party/skia/src/sksl/
DSkSLCompiler.cpp339 SkDEBUGFAILF("%s %s\n", data.fPath, this->fErrorText.c_str()); in loadModule()
639 SkDEBUGFAILF("%s", errors.c_str()); in toSPIRV()
DSkSLInliner.cpp224 SkDEBUGFAILF("rewrite map does not contain variable '%.*s'", in RemapVariable()
231 SkDEBUGFAILF("rewrite map contains non-variable replacement for '%.*s'", in RemapVariable()
DSkSLRehydrator.cpp304 SkDEBUGFAILF("unsupported element %d\n", kind); in element()
/third_party/flutter/skia/src/images/
DSkPngEncoder.cpp216 SkDEBUGFAILF("PNG tEXt keyword should be no longer than %d.", in setHeader()
/third_party/skia/src/images/
DSkPngEncoder.cpp217 SkDEBUGFAILF("PNG tEXt keyword should be no longer than %d.", in setHeader()
/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp259 SkDEBUGFAILF("Unexpected varying type for coord: %s %d\n", in writeFPFunction()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp987 SkDEBUGFAILF("Illegal color type (%d) and format (%d) combination.", in onGetReadSwizzle()
1002 SkDEBUGFAILF("Illegal color type (%d) and format (%d) combination.", in getWriteSwizzle()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp1703 SkDEBUGFAILF("Illegal color type (%d) and format (%d) combination.", in onGetReadSwizzle()
1718 SkDEBUGFAILF("Illegal color type (%d) and format (%d) combination.", in getWriteSwizzle()
/third_party/skia/tools/viewer/
DViewer.cpp2817 SkDEBUGFAILF("Unable to create directory '%s'", directory.c_str()); in dumpShadersToResources()
2830 SkDEBUGFAILF("Unable to write shader to path '%s'", vertPath.c_str()); in dumpShadersToResources()
2840 SkDEBUGFAILF("Unable to write shader to path '%s'", fragPath.c_str()); in dumpShadersToResources()

12