Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp229 nv50_ir::TexTarget getImageTarget() const { in getImageTarget() function in tgsi::Instruction
2625 TexInstruction::Target(tgsi.getImageTarget()); in getImageCoords()
2718 mkTex(OP_SULDP, tgsi.getImageTarget(), 0, 0, def, off); in handleLOAD()
2858 mkTex(OP_SUSTP, tgsi.getImageTarget(), 0, 0, dummy, src); in handleSTORE()
2987 TexInstruction *tex = mkTex(OP_SUREDP, tgsi.getImageTarget(), in handleATOM()
3850 texi->tex.target = tgsi.getImageTarget(); in handleInstruction()