Home
last modified time | relevance | path

Searched refs:half_type (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3.c755 instr->cat1.dst_type = half_type(instr->cat1.dst_type); in ir3_set_dst_type()
769 instr->cat5.type = half_type(instr->cat5.type); in ir3_set_dst_type()
790 instr->cat1.src_type = half_type(instr->cat1.src_type); in ir3_fixup_src_type()
Dir3.h1267 half_type(type_t type) in half_type() function
1541 return (instr->dsts[0]->flags & IR3_REG_HALF) ? half_type(base_type) in ir3_output_conv_src_type()
1559 return (instr->srcs[0]->flags & IR3_REG_HALF) ? half_type(base_type) in ir3_output_conv_src_type()
1567 return (instr->dsts[0]->flags & IR3_REG_HALF) ? half_type(base_type) in ir3_output_conv_dst_type()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c2674 struct lp_type half_type; in lp_build_nir_soa() local
2675 half_type = type; in lp_build_nir_soa()
2676 half_type.width /= 2; in lp_build_nir_soa()
2677 lp_build_context_init(&bld.bld_base.half_bld, gallivm, half_type); in lp_build_nir_soa()