Home
last modified time | relevance | path

Searched defs:InterlockedResourceAccessHandler (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.hpp1032 struct InterlockedResourceAccessHandler : OpcodeHandler struct in SPIRV_CROSS_NAMESPACE::Compiler
1034 InterlockedResourceAccessHandler(Compiler &compiler_, uint32_t entry_point_id) in InterlockedResourceAccessHandler() function
1044 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;