Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h39 get_nsampled = FETCH_OP_GET_NUMBER_OF_SAMPLES, enumerator
Dsfn_instruction_tex.cpp110 case get_nsampled: return "GET_NUMBER_OF_SAMPLES"; in opname()
Dsfn_emittexinstruction.cpp363 auto ir = new TexInstruction(TexInstruction::get_nsampled, dest, help, in emit_tex_texture_samples()