Searched refs:type_full (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3.c632 bool type_full = type_size(instr->cat6.type) == 32; local in function:emit_cat6
644 iassert_type(instr->regs[0], type_full); /* dst */
645 iassert_type(instr->regs[1], type_full); /* src1 */
659 iassert_type(instr->regs[2], type_full); /* src1 */
663 iassert_type(instr->regs[0], type_full); /* dst */

Completed in 2 milliseconds