Home | History | Annotate | Download | only in layers

Lines Matching defs:scalar_type

1360         auto scalar_type = src->get_def(insn.word(2));
1361 auto bit_width = (scalar_type.opcode() == spv::OpTypeInt || scalar_type.opcode() == spv::OpTypeFloat) ?
1362 scalar_type.word(2) : 32;