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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c322 #define ir2_op_cube nir_num_opcodes macro
323 [ir2_op_cube] = {-1, CUBEv},
334 instr->src_count = opcode == ir2_op_cube ? 2 :
701 instr = instr_create_alu_reg(ctx, ir2_op_cube, 15, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c329 #define ir2_op_cube nir_num_opcodes macro
330 [ir2_op_cube] = {-1, CUBEv},
342 opcode == ir2_op_cube ? 2 : nir_op_infos[opcode].num_inputs;
719 instr = instr_create_alu_reg(ctx, ir2_op_cube, 15, NULL);

Completed in 4 milliseconds