Searched refs:nir_lower_int_to_float (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_int_to_float.c179 nir_lower_int_to_float(nir_shader *shader) function in typeref:typename:bool
H A Dnir.h2146 * will happen if nir_lower_int_to_float is used.
4999 bool nir_lower_int_to_float(nir_shader *shader);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_program.c139 NIR_PASS_V(s, nir_lower_int_to_float);
243 NIR_PASS_V(s, nir_lower_int_to_float);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1144 NIR_PASS_V(s, nir_lower_int_to_float);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c1110 OPT_V(ctx->nir, nir_lower_int_to_float);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1845 * the draw path (i915g). In that case, having called nir_lower_int_to_float
3123 NIR_PASS_V(s, nir_lower_int_to_float);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst2548 - nir: preserve all metadata when nir_lower_int_to_float doesn't make progress

Completed in 29 milliseconds