Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h61 sample_c_lb = FETCH_OP_SAMPLE_C_LB, enumerator
Dsfn_instr_tex.cpp190 case sample_c_lb: return "SAMPLE_C_LB"; in opname()
222 {sample_c_lb,"SAMPLE_C_LB"},
1028 return instr.is_shadow ? sample_c_lb : sample_lb; in get_opcode()