Searched refs:asIndex (Results 1 – 7 of 7) sorted by relevance
100 constexpr uint8_t asIndex() const { in asIndex() function122 std::numeric_limits<decltype(GrSamplerState{}.asIndex())>::max());
82 uint32_t operator()(GrSamplerState state) const { return state.asIndex(); } in operator()
160 uint32_t key = params.asIndex(); in findOrCreateCompatibleSampler()
92 uint32_t operator()(GrSamplerState state) const { return state.asIndex(); } in operator()
136 return {samplerState.asIndex(), GrVkSamplerYcbcrConversion::GenerateKey(ycbcrInfo)}; in GenerateKey()
85 return samplerState.asIndex();
246 int index = state.asIndex(); in bindSampler()