Searched defs:InterlockedResourceAccessHandler (Results 1 – 1 of 1) sorted by relevance
1032 struct InterlockedResourceAccessHandler : OpcodeHandler struct in SPIRV_CROSS_NAMESPACE::Compiler1034 InterlockedResourceAccessHandler(Compiler &compiler_, uint32_t entry_point_id) in InterlockedResourceAccessHandler() argument1044 Compiler &compiler;1045 bool in_crit_sec = false;1047 uint32_t interlock_function_id = 0;1048 bool split_function_case = false;1049 bool control_flow_interlock = false;1050 bool use_critical_section = false;1051 bool call_stack_is_interlocked = false;1052 SmallVector<uint32_t> call_stack;