Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h48 class CompositeConstant; variable
311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant() function
312 CompositeConstant(const Type* ty, in CompositeConstant() function
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h48 class CompositeConstant; variable
311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant() function
312 CompositeConstant(const Type* ty, in CompositeConstant() function
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dconstants.h48 class CompositeConstant; variable
311 CompositeConstant(const Type* ty) : Constant(ty), components_() {} in CompositeConstant() function
312 CompositeConstant(const Type* ty, in CompositeConstant() function
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant() function