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

/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp266 auto b_insn = b->get_def(b_type); local
268 assert(b_insn != b->end());
274 if (b_arrayed && b_insn.opcode() == spv::OpTypeArray) {
276 return types_match(a, b, a_type, b_insn.word(2), a_arrayed, false, relaxed);
279 if (a_insn.opcode() == spv::OpTypeVector && relaxed && is_narrow_numeric_type(b_insn)) {
283 if (a_insn.opcode() != b_insn.opcode()) {
289 return types_match(a, b, a_insn.word(3), b_insn.word(3), a_arrayed, b_arrayed, relaxed);
302 return a_insn.word(2) == b_insn.word(2) && a_insn.word(3) == b_insn.word(3);
305 return a_insn.word(2) == b_insn
[all...]

Completed in 138 milliseconds