Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp195 case gather4_c_o: return "OP_GATHER4_C_O"; in opname()
227 {gather4_c_o,"OP_GATHER4_C_O"},
234 op == gather4_o || op == gather4_c_o; in is_gather()
1039 (offset ? gather4_c_o : gather4_c) : in get_opcode()
Dsfn_instr_tex.h66 gather4_c_o = FETCH_OP_GATHER4_C_O, enumerator