Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c151 NIR_PASS_V(s, nir_lower_bool_to_float, true); in lima_program_optimize_vs_nir()
257 NIR_PASS_V(s, nir_lower_bool_to_float, true); in lima_program_optimize_fs_nir()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_bool_to_float.c255 nir_lower_bool_to_float(nir_shader *shader, bool has_fcsel_ne) in nir_lower_bool_to_float() function
H A Dmeson.build123 'nir_lower_bool_to_float.c',
H A Dnir.h5958 bool nir_lower_bool_to_float(nir_shader *shader, bool has_fcsel_ne);
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c1126 OPT_V(ctx->nir, nir_lower_bool_to_float, true); in ir2_nir_compile()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c1221 NIR_PASS_V(s, nir_lower_bool_to_float, true); in etna_compile_shader()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dnir_to_rc.c2389 NIR_PASS_V(s, nir_lower_bool_to_float, in nir_to_rc()
/aosp_15_r20/external/angle/third_party/mesa/
H A Dmesa_autogen.gni172 "src/compiler/nir/nir_lower_bool_to_float.c",
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c3980 NIR_PASS_V(s, nir_lower_bool_to_float, in nir_to_tgsi_options()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.3.0.rst3372 - nir: use nir_shader_instructions_pass in nir_lower_bool_to_float