Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_alu.cpp6 class Lower2x16 : public NirLowerInstruction {
48 class LowerSinCos : public NirLowerInstruction {
Dsfn_nir.h39 class NirLowerInstruction {
41 NirLowerInstruction();
Dsfn_nir.cpp52 NirLowerInstruction::NirLowerInstruction(): in NirLowerInstruction() function in r600::NirLowerInstruction
58 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()
Dsfn_nir_lower_64bit.cpp43 class LowerSplit64BitVar : public NirLowerInstruction {
608 class Lower64BitToVec2 : public NirLowerInstruction {