Home
last modified time | relevance | path

Searched refs:storesSamplerDescData (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/
DPaintParamsKey.cpp50 SkASSERT(snippet->storesSamplerDescData()); in validateData()
59 const bool expectsData = fDict->getEntry(fStack.back().fCodeSnippetID)->storesSamplerDescData(); in popStack()
91 if (entry->storesSamplerDescData()) { in createNode()
171 if (entry->storesSamplerDescData()) { in key_to_string()
273 if (entry->storesSamplerDescData()) { in is_block_valid()
DShaderCodeDictionary.h108 bool storesSamplerDescData() const { in storesSamplerDescData() function
170 SkASSERT(fData.empty() || snippet->storesSamplerDescData()); in ShaderNode()