Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c646 lower_bit_size_callback(const nir_instr *instr, UNUSED void *data) in lower_bit_size_callback() function
867 OPT(nir_lower_bit_size, lower_bit_size_callback, (void *)compiler); in brw_preprocess_nir()
1149 OPT(nir_lower_bit_size, lower_bit_size_callback, (void *)compiler); in brw_postprocess_nir()
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c5563 lower_bit_size_callback(const nir_instr* instr, void *data) in lower_bit_size_callback() function
5597 NIR_PASS(progress, s, nir_lower_bit_size, lower_bit_size_callback, (void*)opts); in optimize_nir()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3940 lower_bit_size_callback(const nir_instr *instr, void *_) in lower_bit_size_callback() function
4884 if (nir_lower_bit_size(stages[i].nir, lower_bit_size_callback, device)) { in radv_create_shaders()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst2887 - intel/nir: Refactor lower_bit_size_callback
D22.2.0.rst2297 - radv: Remove ineg from lower_bit_size_callback callback.