Home
last modified time | relevance | path

Searched refs:get_resinfo (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.h38 get_resinfo = FETCH_OP_GET_TEXTURE_RESINFO, enumerator
Dsfn_instruction_tex.cpp109 case get_resinfo: return "GET_TEXTURE_RESINFO"; in opname()
Dsfn_emitssboinstruction.cpp648 emit_instruction(new TexInstruction(TexInstruction::get_resinfo, dest, src, in emit_image_size()
Dsfn_emittexinstruction.cpp334 auto ir = new TexInstruction(TexInstruction::get_resinfo, dst, src, in emit_tex_txs()