Searched refs:NirLowerInstruction (Results 1 – 4 of 4) sorted by relevance
6 class Lower2x16 : public NirLowerInstruction {48 class LowerSinCos : public NirLowerInstruction {
39 class NirLowerInstruction {41 NirLowerInstruction();
52 NirLowerInstruction::NirLowerInstruction(): in NirLowerInstruction() function in r600::NirLowerInstruction58 bool NirLowerInstruction::filter_instr(const nir_instr *instr, const void *data) in filter_instr()60 auto me = reinterpret_cast<const NirLowerInstruction*>(data); in filter_instr()64 nir_ssa_def *NirLowerInstruction::lower_instr(nir_builder *b, nir_instr *instr, void *data) in lower_instr()66 auto me = reinterpret_cast<NirLowerInstruction*>(data); in lower_instr()71 bool NirLowerInstruction::run(nir_shader *shader) in run()
43 class LowerSplit64BitVar : public NirLowerInstruction {608 class Lower64BitToVec2 : public NirLowerInstruction {