Searched refs:dset (Results 1 – 1 of 1) sorted by relevance
1374 const uint32_t dset = compiler.get_decoration(id, spv::Decoration::DecorationDescriptorSet); in get_binding() local1376 assert(dset < Gles::ResourceLimits::MAX_SETS); in get_binding()1378 const uint8_t set = static_cast<uint8_t>(dset); in get_binding()