Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h52 class ArrayConstant; variable
411 ArrayConstant(const Array* ty) : CompositeConstant(ty) {} in ArrayConstant() function
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant() function
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconstants.h52 class ArrayConstant; variable
411 ArrayConstant(const Array* ty) : CompositeConstant(ty) {} in ArrayConstant() function
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant() function
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant() function
/third_party/spirv-tools/source/opt/
Dconstants.h52 class ArrayConstant; variable
411 ArrayConstant(const Array* ty) : CompositeConstant(ty) {} in ArrayConstant() function
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant() function
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant() function