Searched refs:boundObjects_ (Results 1 – 2 of 2) sorted by relevance
804 for (auto& b : boundObjects_) { in ResetBindings()996 boundObjects_[set].dirty = true; in SetupCache()998 boundObjects_[set].oesBinds.clear(); in SetupCache()1000 boundObjects_[set].resources.clear(); in SetupCache()1022 boundObjects_[set].dirty = true; in SetupCache()1024 boundObjects_[set].oesBinds.clear(); in SetupCache()1038 boundObjects_[set].dirty = true; in SetupCache()1040 boundObjects_[set].oesBinds.clear(); in SetupCache()2042 BindState& bind = boundObjects_[set]; in ProcessBindings()2453 for (const auto& state : boundObjects_) { in BindResources()[all …]
237 BindState boundObjects_[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT]; variable