Home
last modified time | relevance | path

Searched refs:is_965 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_misc_state.c472 const bool is_965 = devinfo->gen == 4 && !devinfo->is_g4x; in brw_emit_select_pipeline() local
474 is_965 ? CMD_PIPELINE_SELECT_965 : CMD_PIPELINE_SELECT_GM45; in brw_emit_select_pipeline()
701 const bool is_965 = devinfo->gen == 4 && !devinfo->is_g4x; in brw_upload_invariant_state() local
720 if (!is_965) { in brw_upload_invariant_state()
/external/mesa3d/src/intel/compiler/
Dbrw_disasm.c1925 bool is_965 = devinfo->gen == 4 && !devinfo->is_g4x; in brw_disassemble_inst() local
1927 is_965 ? gen4_dp_read_port_msg_type : in brw_disassemble_inst()