Searched refs:br_compact (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c155 uint16_t br_compact; member in union:midgard_instruction::__anon060edd65030a
157 /* General branch, rather than packed br_compact. Higher level
364 .br_compact = compact
2765 bundle.body_size[bundle.body_words_count] = sizeof(ains->br_compact);
2766 memcpy(&bundle.body_words[bundle.body_words_count++], &ains->br_compact, sizeof(ains->br_compact));
2767 bytes_emitted += sizeof(ains->br_compact);
2957 memcpy(util_dynarray_grow(emission, sizeof(ins->br_compact)), &ins->br_compact, sizeof(ins->br_compact));
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst2463 - pan/mdg: remove ins->br_compact and ins->branch_extended

Completed in 17 milliseconds