Home
last modified time | relevance | path

Searched +defs:cvt +defs:w +defs:s (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp916 for (int s = 0; s < TGSI_FULL_MAX_SRC_REGISTERS; ++s) { in checkDstSrcAliasing() local
1497 for (unsigned s = 0; s < insn.srcCount(); ++s) in scanInstruction() local
1500 for (unsigned s = 0; s < insn.getNumTexOffsets(); ++s) in scanInstruction() local
1777 Converter::applySrcMod(Value *val, int s, int c) in applySrcMod()
1792 Converter::getVertexBase(int s) in getVertexBase()
1808 Converter::getOutputBase(int s) in getOutputBase()
1824 Converter::fetchSrc(int s, int c) in fetchSrc()
2084 Converter::setTexRS(TexInstruction *tex, unsigned int& s, int R, int S) in setTexRS()
2174 unsigned int s, c, d; in handleTEX() local
2259 unsigned int c, d, s; in handleTXF() local
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_reg.h639 brw_imm_w(int16_t w) in brw_imm_w()
864 static inline unsigned cvt(unsigned val) in cvt() function
892 spread(struct brw_reg reg, unsigned s) in spread()
1107 enum brw_width w, enum brw_horizontal_stride h) in region_matches()