Searched refs:death (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | MathTest.cpp | 135 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 D | SkVMTest.cpp | 56 REPORTER_ASSERT(r, inst.death == 0 && inst.can_hoist == true); in DEF_TEST()
|
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 563 /*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 D | SkVM.h | 598 Val death; member
|
Completed in 16 milliseconds