Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir3/
Dir3_validate.c122 validate_assert(ctx, instr->cat1.dst_type == half_type(instr->cat1.dst_type)); in validate_instr()
127 validate_assert(ctx, instr->cat1.src_type == half_type(instr->cat1.src_type)); in validate_instr()
152 validate_assert(ctx, instr->cat5.type == half_type(instr->cat5.type)); in validate_instr()
Dir3.c1251 instr->cat1.dst_type = half_type(instr->cat1.dst_type); in ir3_set_dst_type()
1265 instr->cat5.type = half_type(instr->cat5.type); in ir3_set_dst_type()
1285 instr->cat1.src_type = half_type(instr->cat1.src_type); in ir3_fixup_src_type()
Dir3.h975 static inline type_t half_type(type_t type) in half_type() function