Searched defs:is_965 (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_misc_state.c838 const bool is_965 = brw->gen == 4 && !brw->is_g4x; local
840 is_965 ? CMD_PIPELINE_SELECT_965 : CMD_PIPELINE_SELECT_GM45;
982 const bool is_965 = brw->gen == 4 && !brw->is_g4x; local
1001 if (!is_965) {
1011 is_965 ? GEN4_3DSTATE_VF_STATISTICS : GM45_3DSTATE_VF_STATISTICS;
H A Dbrw_disasm.c1426 bool is_965 = devinfo->gen == 4 && !devinfo->is_g4x; local
1428 is_965 ? gen4_dp_read_port_msg_type :

Completed in 177 milliseconds