Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp1100 struct OpCodePreprocessor : OpcodeHandler struct in SPIRV_CROSS_NAMESPACE::CompilerMSL
1102 OpCodePreprocessor(CompilerMSL &compiler_) in OpCodePreprocessor() argument
1111 CompilerMSL &compiler;
1112 std::unordered_map<uint32_t, uint32_t> result_types;
1113 std::unordered_map<uint32_t, uint32_t> image_pointers; // Emulate texture2D atomic operations
1114 bool suppress_missing_prototypes = false;
1115 bool uses_atomics = false;
1116 bool uses_resource_write = false;
1117 bool needs_subgroup_invocation_id = false;
1118 bool needs_subgroup_size = false;
[all …]