Home
last modified time | relevance | path

Searched defs:sr_count_2 (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
Dcompiler.h437 uint32_t sr_count_2; member
Dbifrost_compile.c768 unsigned sr_count_2 = (size_2 <= 16) ? 2 : 4; in bi_emit_blend_op() local