Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h52 sample_lb = FETCH_OP_SAMPLE_LB, enumerator
Dsfn_instr_tex.cpp182 case sample_lb: return "SAMPLE_LB"; in opname()
214 {sample_lb,"SAMPLE_LB"},
1028 return instr.is_shadow ? sample_c_lb : sample_lb; in get_opcode()