Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir.c635 lower_bit_size_callback(const nir_instr *instr, UNUSED void *data) in lower_bit_size_callback() function
794 OPT(nir_lower_bit_size, lower_bit_size_callback, (void *)compiler); in brw_preprocess_nir()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2976 lower_bit_size_callback(const nir_instr *instr, void *_) in lower_bit_size_callback() function
3248 if (nir_lower_bit_size(nir[i], lower_bit_size_callback, device)) { in radv_create_shaders()
/external/mesa3d/docs/relnotes/
D20.3.0.rst2887 - intel/nir: Refactor lower_bit_size_callback