Searched refs:has_mrt (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ | ||
| H A D | pan_screen.c | 102 bool has_mrt = !(dev->quirks & MIDGARD_SFBD); local in function:panfrost_get_param 129 return has_mrt ? 8 : 1; |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ | ||
| H A D | bifrost_compile.c | 654 bool has_mrt = false; local in function:bi_emit_fragment_out 657 has_mrt |= (var->data.location > FRAG_RESULT_DATA0); 659 if (has_mrt) { |
Completed in 7 milliseconds