Home
last modified time | relevance | path

Searched refs:getSlowCompilingUniformBlockSet (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DTranslatorHLSL.h27 const std::set<std::string> *getSlowCompilingUniformBlockSet() const;
H A DTranslatorHLSL.cpp284 const std::set<std::string> *TranslatorHLSL::getSlowCompilingUniformBlockSet() const in getSlowCompilingUniformBlockSet() function in sh::TranslatorHLSL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DShaderD3D.h68 const std::set<std::string> &getSlowCompilingUniformBlockSet() const;
H A DShaderD3D.cpp283 const std::set<std::string> &CompiledShaderStateD3D::getSlowCompilingUniformBlockSet() const in getSlowCompilingUniformBlockSet() function in rx::CompiledShaderStateD3D
/aosp_15_r20/external/angle/src/compiler/translator/
H A DShaderLang.cpp711 return translator->getSlowCompilingUniformBlockSet(); in GetSlowCompilingUniformBlockSet()