Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_misc_state.c472 const bool is_965 = devinfo->ver == 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()
700 const bool is_965 = devinfo->ver == 4 && !devinfo->is_g4x; in brw_upload_invariant_state() local
719 if (!is_965) { in brw_upload_invariant_state()
/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm.c2123 bool is_965 = devinfo->ver == 4 && !devinfo->is_g4x; in brw_disassemble_inst() local
2125 is_965 ? gfx4_dp_read_port_msg_type : in brw_disassemble_inst()