Home
last modified time | relevance | path

Searched refs:nir_lower_int_to_float (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c148 NIR_PASS_V(s, nir_lower_int_to_float); in lima_program_optimize_vs_nir()
256 NIR_PASS_V(s, nir_lower_int_to_float); in lima_program_optimize_fs_nir()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_int_to_float.c313 nir_lower_int_to_float(nir_shader *shader) in nir_lower_int_to_float() function
H A Dmeson.build159 'nir_lower_int_to_float.c',
H A Dnir.h5967 bool nir_lower_int_to_float(nir_shader *shader);
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c1125 OPT_V(ctx->nir, nir_lower_int_to_float); in ir2_nir_compile()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1219 NIR_PASS_V(s, nir_lower_int_to_float); in etna_compile_shader()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dnir_to_rc.c2386 NIR_PASS_V(s, nir_lower_int_to_float); in nir_to_rc()
/aosp_15_r20/external/angle/third_party/mesa/
H A Dmesa_autogen.gni201 "src/compiler/nir/nir_lower_int_to_float.c",
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3979 NIR_PASS_V(s, nir_lower_int_to_float); in nir_to_tgsi_options()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.3.0.rst2548 - nir: preserve all metadata when nir_lower_int_to_float doesn't make progress