Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp187 case gather4_o: return "GATHER4_O"; in opname()
219 {gather4_o,"GATHER4_O"},
234 op == gather4_o || op == gather4_c_o; in is_gather()
869 src.opcode = src.opcode == gather4_o ? gather4 : gather4_c; in emit_tex_tg4()
1040 (offset ? gather4_o : gather4); in get_opcode()
Dsfn_instr_tex.h57 gather4_o = FETCH_OP_GATHER4_O, enumerator