Searched refs:RS_MAX_SAMPLER_SLOT (Results 1 – 2 of 2) sorted by relevance
27 const static uint32_t RS_MAX_SAMPLER_SLOT = 16; variable82 ObjectBaseRef<Sampler> mSamplers[RS_MAX_SAMPLER_SLOT];86 for (uint32_t i = 0; i < RS_MAX_SAMPLER_SLOT; i ++) { in deinit()
605 if (slot > RS_MAX_SAMPLER_SLOT) { in rsi_ContextBindSampler()