Home
last modified time | relevance | path

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

/external/skia/src/jumper/
DSkJumper_stages.cpp776 auto rb_ga = vld2_f16((const float16_t*)ptr); in STAGE() local
777 auto rb = vcvt_f32_f16(rb_ga.val[0]), in STAGE()
778 ga = vcvt_f32_f16(rb_ga.val[1]); in STAGE()
925 float16x4x2_t rb_ga = {{ in STAGE() local
929 vst2_f16((float16_t*)ptr, rb_ga); in STAGE()