Home
last modified time | relevance | path

Searched refs:nir_bitcast_vector (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_memcpy.c153 data = nir_bitcast_vector(b, data, glsl_get_bit_size(dst->type)); in try_lower_memcpy()
Dnir_deref.c1257 data = nir_bitcast_vector(b, &load->dest.ssa, old_bit_size); in opt_load_vec_deref()
1294 data = nir_bitcast_vector(b, data, new_bit_size); in opt_store_vec_deref()
Dnir_lower_subgroups.c90 value = nir_bitcast_vector(b, value, bit_size); in uint_to_ballot_type()
Dnir_builder.h1157 nir_bitcast_vector(nir_builder *b, nir_ssa_def *src, unsigned dest_bit_size) in nir_bitcast_vector() function
Dnir_lower_io.c476 nir_ssa_def *data32 = nir_bitcast_vector(b, data, 32); in lower_store()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_analyze_ubo_ranges.c563 result = nir_bitcast_vector(b, result, 16); in ir3_nir_lower_load_const_instr()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c1174 nir_bitcast_vector(&b->nb, src, glsl_get_bit_size(type->type)); in vtn_handle_bitcast()
Dvtn_variables.c2217 val = nir_bitcast_vector(b, val, bit_size); in nir_sloppy_bitcast()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c901 def = nir_bitcast_vector(b, def, 64); in ttn_get_src()
956 def = nir_bitcast_vector(b, def, 32); in ttn_alu()