Home
last modified time | relevance | path

Searched defs:new_bit_size (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c621 new_bitsize_acceptable(struct vectorize_ctx *ctx, unsigned new_bit_size, in new_bitsize_acceptable()
701 unsigned new_bit_size, unsigned new_num_components, in vectorize_loads()
793 unsigned new_bit_size, unsigned new_num_components, in vectorize_stores()
1137 unsigned new_bit_size = 0; in try_vectorize() local
H A Dnir_deref.c1384 const unsigned new_bit_size = glsl_get_bit_size(parent->type); in opt_load_vec_deref() local
1423 const unsigned new_bit_size = glsl_get_bit_size(parent->type); in opt_store_vec_deref() local
H A Dnir.c136 unsigned new_bit_size) in nir_component_mask_can_reinterpret()
172 unsigned new_bit_size) in nir_component_mask_reinterpret()
H A Dnir_opt_varyings.c3109 unsigned new_bit_size = postdom->def.bit_size; in try_move_postdominator() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c857 cast_phi(nir_builder *b, nir_phi_instr *phi, unsigned new_bit_size) in cast_phi()