Searched refs:mAllSamplers (Results 1 – 2 of 2) sorted by relevance
51 auto& allSamplers = mRSC->mStateSampler.mAllSamplers; in preDestroy()87 for (uint32_t ct = 0; ct < rsc->mStateSampler.mAllSamplers.size(); ct++) { in getSampler()88 Sampler *existing = rsc->mStateSampler.mAllSamplers[ct]; in getSampler()116 rsc->mStateSampler.mAllSamplers.push_back(s); in getSampler()
101 std::vector<Sampler *> mAllSamplers; variable