Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp1771 struct LocationComponentPair struct
1773 uint32_t location;
1774 uint32_t component;
1776 inline bool operator==(const LocationComponentPair &other) const in operator ==()
1781 inline bool operator<(const LocationComponentPair &other) const in operator <()