Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_ra.c960 instr->cat1.dst_type = half_type(instr->cat1.dst_type); in fixup_half_instr_dst()
992 instr->cat5.type = half_type(instr->cat5.type); in fixup_half_instr_dst()
1001 instr->cat1.src_type = half_type(instr->cat1.src_type); in fixup_half_instr_src()
Dir3.h778 static inline type_t half_type(type_t type) in half_type() function
Dir3_compiler_nir.c3331 out->cat1.dst_type = half_type(out->cat1.dst_type); in ir3_compile_shader_nir()