Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D22.3.1.rst133 - st/mesa: Use nir_const_value_for_bool() in ATIFS
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c403 wrmask[i] = nir_const_value_for_bool(bit, 1); in compile_instruction()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_opt_tid_function.c213 *dest = nir_const_value_for_bool(ballot & (1ull << bit), 1); in constant_fold_scalar()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_builder.h329 nir_const_value v = nir_const_value_for_bool(x, bit_size); in nir_imm_boolN_t()
H A Dnir.h350 nir_const_value_for_bool(bool b, unsigned bit_size) in nir_const_value_for_bool() function