Searched defs:OpcodeHandler (Results 1 – 2 of 2) sorted by relevance
761 struct OpcodeHandler struct in SPIRV_CROSS_NAMESPACE::Compiler768 virtual bool handle_terminator(const SPIRBlock &) in handle_terminator()773 virtual bool follow_function_call(const SPIRFunction &) in follow_function_call()778 virtual void set_current_block(const SPIRBlock &) in set_current_block()785 virtual void rearm_current_block(const SPIRBlock &) in rearm_current_block()789 virtual bool begin_function_scope(const uint32_t *, uint32_t) in begin_function_scope()794 virtual bool end_function_scope(const uint32_t *, uint32_t) in end_function_scope()
58 using OpcodeHandler = variable