Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.h104 bool sr_count : 1; member
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c767 unsigned sr_count = (size <= 16) ? 2 : 4; in bi_emit_blend_op() local
1496 unsigned sr_count = bifrost ? 2 : 1; in bi_emit_atomic_i32_to() local
3559 unsigned sr_count = 0; in bi_emit_texc() local
3710 unsigned sr_count = 0; in bi_emit_tex_valhall() local
Dcompiler.h436 uint32_t sr_count; member