HomeSort by: relevance | last modified time | path
    Searched defs:NirLowerInstruction (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir.h 39 class NirLowerInstruction {
41 NirLowerInstruction();
sfn_nir.cpp 52 NirLowerInstruction::NirLowerInstruction():
58 bool NirLowerInstruction::filter_instr(const nir_instr *instr, const void *data)
60 auto me = reinterpret_cast<const NirLowerInstruction*>(data);
64 nir_ssa_def *NirLowerInstruction::lower_instr(nir_builder *b, nir_instr *instr, void *data)
66 auto me = reinterpret_cast<NirLowerInstruction*>(data);
71 bool NirLowerInstruction::run(nir_shader *shader)

Completed in 36 milliseconds