Searched defs:SamplerInfo (Results 1 – 7 of 7) sorted by relevance
204 struct SamplerInfo { struct211 class ScopedView : public ScopedLockedView<SamplerInfo> { argument213 ScopedView(SamplerInfo* info) : ScopedLockedView<SamplerInfo>(info) { } in ScopedView() argument214 bool samplerExists(GLuint id) const { in samplerExists()220 SamplerProps* get(GLuint id) { in get()223 const SamplerProps* get_const(GLuint id) { in get_const()226 void addFresh(GLuint id) { in addFresh()231 SamplerProps* bind(GLuint id) { in bind()237 void ref(GLuint id) { in ref()242 bool unref(GLuint id) { in unref()
207 struct SamplerInfo { struct209 explicit SamplerInfo(Sampler* samp) : sampler(samp) {} in SamplerInfo() function211 Sampler* sampler = nullptr;212 uint32_t descriptor_set = 0;213 uint32_t binding = 0;214 std::string arg_name = "";215 uint32_t arg_no = 0;216 uint32_t mask = 0;
281 struct SamplerInfo { struct287 SamplerInfo() = default; argument296 SamplerInfo(const SamplerInfo& other) { *this = other; } in SamplerInfo() function298 SamplerInfo& operator=(SamplerInfo&& other) = delete; argument
197 "SamplerInfo": { object
491 enum class SamplerInfo : uint8_t enum
960 SamplerInfo(unsigned version) { in SamplerInfo() function
969 SamplerInfo(unsigned version) { in SamplerInfo() function