Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp189 nv50_ir::DataType inferSrcType() const;
361 nv50_ir::DataType Instruction::inferSrcType() const in inferSrcType() function in tgsi::Instruction
411 return inferSrcType(); in inferDstType()
1230 DataType ty = tgsi.inferSrcType(); in applySrcMod()
1740 srcTy = tgsi.inferSrcType(); in handleInstruction()
Dnv50_ir_from_sm4.cpp141 DataType inferSrcType(enum sm4_opcode op) const;
266 Converter::inferSrcType(enum sm4_opcode op) const in inferSrcType() function in __anonb052c8f20111::Converter
347 return inferSrcType(op); in inferDstType()
1719 sTy = inferSrcType(opcode); in handleInstruction()