Home
last modified time | relevance | path

Searched defs:writeA (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Device/
H A DBlitter.cpp558 bool writeA = state.writeAlpha; in write() local
1188 bool writeA = state.writeAlpha; in write() local
/aosp_15_r20/external/moshi/kotlin/tests/codegen-only/src/test/kotlin/com/squareup/moshi/kotlin/codegen/
H A DGeneratedAdaptersTest.kt1092 fun writeA(a: Int) { in <lambda>() method in PrivateTransient
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_loopnest.cpp5976 auto writeA = Store::make(a_buf, {i, j * 20 + j + 2}, i + j); in TEST() local
6022 auto writeA = Store::make(a_buf, {i, i * 20 + j}, i + j); in TEST() local
6051 auto writeA = Store::make(a_buf, {i, j}, i + j); in TEST() local