Home
last modified time | relevance | path

Searched refs:counter_1 (Results 1 – 3 of 3) sorted by relevance

/external/skia/tests/sksl/shared/
DEmptyBlocksES2.asm.frag13 OpName %counter_1 "counter"
60 %counter_1 = OpVariable %_ptr_Function_int Function
96 OpStore %counter_1 %int_0
102 %57 = OpLoad %int %counter_1
108 %59 = OpLoad %int %counter_1
110 OpStore %counter_1 %60
DEmptyBlocksES3.asm.frag13 OpName %counter_1 "counter"
60 %counter_1 = OpVariable %_ptr_Function_int Function
96 OpStore %counter_1 %int_0
102 %57 = OpLoad %int %counter_1
108 %59 = OpLoad %int %counter_1
110 OpStore %counter_1 %60
/external/toolchain-utils/cros_utils/
Dbuildbot_utils_unittest.py49 counter_1 = 10 variable in TrybotTest
57 self.counter_1 -= 1
58 if self.counter_1 >= 0: