Searched refs:dual_export (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c2794 bool dual_export; local in function:r600_update_db_shader_control
2802 dual_export = rctx->framebuffer.export_16bpc &&
2806 S_02880C_DUAL_EXPORT_ENABLE(dual_export);
H A Devergreen_state.c3716 bool dual_export; local in function:evergreen_update_db_shader_control
3723 dual_export = rctx->framebuffer.export_16bpc &&
3727 S_02880C_DUAL_EXPORT_ENABLE(dual_export) |
3728 S_02880C_DB_SOURCE_FORMAT(dual_export ? V_02880C_EXPORT_DB_TWO :
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c2798 bool dual_export; local in function:r600_update_db_shader_control
2806 dual_export = rctx->framebuffer.export_16bpc &&
2810 S_02880C_DUAL_EXPORT_ENABLE(dual_export);
H A Devergreen_state.c3729 bool dual_export; local in function:evergreen_update_db_shader_control
3736 dual_export = rctx->framebuffer.export_16bpc &&
3740 S_02880C_DUAL_EXPORT_ENABLE(dual_export) |
3741 S_02880C_DB_SOURCE_FORMAT(dual_export ? V_02880C_EXPORT_DB_TWO :

Completed in 21 milliseconds