Home
last modified time | relevance | path

Searched refs:death (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tests/
H A DMathTest.cpp135 int death = 0; in test_blend31() local
157 death += 1; in test_blend31()
158 SkDebugf("death src:%d dst:%d a:%d result:%d float:%g\n", in test_blend31()
164 SkDebugf("---- failed %d death %d\n", failed, death); in test_blend31()
H A DSkVMTest.cpp56 REPORTER_ASSERT(r, inst.death == 0 && inst.can_hoist == true); in DEF_TEST()
/third_party/skia/src/core/
H A DSkVM.cpp563 /*death=*/id, /*can_hoist=*/true}; in finalize()
571 if (arg != NA) { optimized[arg].death = id; } in finalize()
595 optimized[arg].death = (Val)program.size(); in finalize()
2661 auto [op, x,y,z,w, immA,immB,immC, death,can_hoist] = instructions[i];
3130 if (input != NA && instructions[input].death == id) {
3143 if (inst.death != id) {
3548 return instructions[v].death == id;
H A DSkVM.h598 Val death; member

Completed in 16 milliseconds