Searched refs:getValueU32 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 118 uint32_t getValueU32(int c, const struct nv50_ir_prog_info *info) const in getValueU32() function in tgsi::Instruction::SrcRegister 2441 texi->tex.gatherComp = tgsi.getSrc(1).getValueU32(0, info); in handleTEX() 2702 tgsi.getSrc(1).getValueU32(0, info) + in handleLOAD() 2845 tgsi.getSrc(0).getValueU32(0, info) + 4 * c); in handleSTORE() 2963 tgsi.getSrc(1).getValueU32(c, info)); in handleATOM() 3611 unsigned int stream = tgsi.getSrc(0).getValueU32(0, info); in handleInstruction() 3804 uint32_t level = tgsi.getSrc(0).getValueU32(0, info); in handleInstruction() 3863 loadImm(val0, (tgsi.getSrc(2).getValueU32(c, info) << 8) | in handleInstruction() 3864 tgsi.getSrc(1).getValueU32(c, info)); in handleInstruction()
|