Lines Matching defs:opcode
32 vtn_validate_preamble_instruction(struct vtn_builder *b, SpvOp opcode,
35 switch (opcode) {
58 vtn_handle_decoration(b, opcode, w, count);
86 vtn_validate_handle_constant(struct vtn_builder *b, SpvOp opcode,
91 switch (opcode) {
113 vtn_fail("Unhandled opcode");
118 vtn_validate_handle_constant_instruction(struct vtn_builder *b, SpvOp opcode,
121 switch (opcode) {
139 vtn_fail("Invalid opcode types and variables section");
176 vtn_validate_handle_constant(b, opcode, w, count);