Home
last modified time | relevance | path

Searched refs:InterfaceVariableAccessHandler (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.hpp818 struct InterfaceVariableAccessHandler : OpcodeHandler struct in SPIRV_CROSS_NAMESPACE::Compiler
820InterfaceVariableAccessHandler(const Compiler &compiler_, std::unordered_set<VariableID> &variable… in InterfaceVariableAccessHandler() function
Dspirv_cross.cpp613 bool Compiler::InterfaceVariableAccessHandler::handle(Op opcode, const uint32_t *args, uint32_t len… in handle()
796 InterfaceVariableAccessHandler handler(*this, variables); in get_active_interface_variables()