Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconstants.h49 class StructConstant; variable
323 StructConstant(const Struct* ty) : CompositeConstant(ty) {} in StructConstant() function
324 StructConstant(const Struct* ty, in StructConstant() function
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h49 class StructConstant; variable
323 StructConstant(const Struct* ty) : CompositeConstant(ty) {} in StructConstant() function
324 StructConstant(const Struct* ty, in StructConstant() function
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h49 class StructConstant; variable
323 StructConstant(const Struct* ty) : CompositeConstant(ty) {} in StructConstant() function
324 StructConstant(const Struct* ty, in StructConstant() function
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant() function