Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h49 sample_lb = FETCH_OP_SAMPLE_LB, enumerator
Dsfn_instruction_tex.cpp120 case sample_lb: return "SAMPLE_LB"; in opname()
Dsfn_emittexinstruction.cpp275 auto tex_op = TexInstruction::sample_lb; in emit_tex_txb()