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