Home
last modified time | relevance | path

Searched defs:StructConstant (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h321 class StructConstant : public CompositeConstant { class
323 StructConstant(const Struct* ty) : CompositeConstant(ty) {} in StructConstant() function in spvtools::opt::analysis::StructConstant
324 StructConstant(const Struct* ty, in StructConstant() function in spvtools::opt::analysis::StructConstant
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() function in spvtools::opt::analysis::StructConstant
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h321 class StructConstant : public CompositeConstant { class
323 StructConstant(const Struct* ty) : CompositeConstant(ty) {} in StructConstant() function in spvtools::opt::analysis::StructConstant
324 StructConstant(const Struct* ty, in StructConstant() function in spvtools::opt::analysis::StructConstant
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() function in spvtools::opt::analysis::StructConstant
[all...]
/third_party/spirv-tools/source/opt/
H A Dconstants.h321 class StructConstant : public CompositeConstant { class
323 StructConstant(const Struct* ty) : CompositeConstant(ty) {} in StructConstant() function in spvtools::opt::analysis::StructConstant
324 StructConstant(const Struct* ty, in StructConstant() function in spvtools::opt::analysis::StructConstant
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() function in spvtools::opt::analysis::StructConstant
[all...]

Completed in 4 milliseconds