Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h51 sample_g = FETCH_OP_SAMPLE_G, enumerator
Dsfn_instruction_tex.cpp122 case sample_g: return "SAMPLE_G"; in opname()
Dsfn_emittexinstruction.cpp135 auto tex_op = TexInstruction::sample_g; in emit_tex_txd()