Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.h301 Matrix* AsMatrix() override { return this; } in AsMatrix() function
302 const Matrix* AsMatrix() const override { return this; } in AsMatrix() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dtypes.h301 Matrix* AsMatrix() override { return this; } in AsMatrix() function
302 const Matrix* AsMatrix() const override { return this; } in AsMatrix() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dtypes.h307 Matrix* AsMatrix() override { return this; } in AsMatrix() function
308 const Matrix* AsMatrix() const override { return this; } in AsMatrix() function