Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.h71 virtual CompositeConstant* AsCompositeConstant() { return nullptr; } in AsCompositeConstant() function
82 virtual const CompositeConstant* AsCompositeConstant() const { in AsCompositeConstant() function
292 CompositeConstant* AsCompositeConstant() override { return this; } in AsCompositeConstant() function
293 const CompositeConstant* AsCompositeConstant() const override { return this; } in AsCompositeConstant() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h71 virtual CompositeConstant* AsCompositeConstant() { return nullptr; } in AsCompositeConstant() function
82 virtual const CompositeConstant* AsCompositeConstant() const { in AsCompositeConstant() function
292 CompositeConstant* AsCompositeConstant() override { return this; } in AsCompositeConstant() function
293 const CompositeConstant* AsCompositeConstant() const override { return this; } in AsCompositeConstant() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dconstants.h71 virtual CompositeConstant* AsCompositeConstant() { return nullptr; } in AsCompositeConstant() function
82 virtual const CompositeConstant* AsCompositeConstant() const { in AsCompositeConstant() function
292 CompositeConstant* AsCompositeConstant() override { return this; } in AsCompositeConstant() function
293 const CompositeConstant* AsCompositeConstant() const override { return this; } in AsCompositeConstant() function