Searched refs:lower_bit_size_callback (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c636 lower_bit_size_callback(const nir_instr *instr, UNUSED void *data) function in typeref:typename:unsigned
810 OPT(nir_lower_bit_size, lower_bit_size_callback, (void *)compiler);
1059 OPT(nir_lower_bit_size, lower_bit_size_callback, (void *)compiler);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c628 lower_bit_size_callback(const nir_alu_instr *alu, UNUSED void *data) function in typeref:typename:unsigned
734 OPT(nir_lower_bit_size, lower_bit_size_callback, (void *)compiler);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c4697 lower_bit_size_callback(const nir_instr* instr, void *data) function in typeref:typename:unsigned
4731 NIR_PASS(progress, s, nir_lower_bit_size, lower_bit_size_callback, (void*)opts);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c3217 lower_bit_size_callback(const nir_instr *instr, void *_) function in typeref:typename:unsigned
3550 if (nir_lower_bit_size(nir[i], lower_bit_size_callback, device)) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst2887 - intel/nir: Refactor lower_bit_size_callback

Completed in 30 milliseconds