Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp1017 struct SPIRVariable : IVariant struct
1020 {
1025SPIRVariable(TypeID basetype_, spv::StorageClass storage_, ID initializer_ = 0, VariableID basevar… in SPIRVariable() function
1033 TypeID basetype = 0;
1034 spv::StorageClass storage = spv::StorageClassGeneric;
1035 uint32_t decoration = 0;
1036 ID initializer = 0;
1037 VariableID basevariable = 0;
1039 SmallVector<uint32_t> dereference_chain;
1040 bool compat_builtin = false;
[all …]
Dspirv_msl.cpp13057 ir.for_each_typed_id<SPIRVariable>([&](uint32_t self, SPIRVariable &) { in replace_illegal_names() argument
15951 ir.for_each_typed_id<SPIRVariable>([&](uint32_t self, const SPIRVariable &) { in activate_argument_buffer_resources()
Dspirv_glsl.cpp2902 ir.for_each_typed_id<SPIRVariable>([&](uint32_t var, const SPIRVariable &) { in fixup_image_load_store_access()