Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DShaderD3D.cpp35 const std::set<std::string> *slowCompilingUniformBlockSet) in GetSlowCompilingUniformBlockSet() argument
37 ASSERT(slowCompilingUniformBlockSet); in GetSlowCompilingUniformBlockSet()
38 return *slowCompilingUniformBlockSet; in GetSlowCompilingUniformBlockSet()
147 state->slowCompilingUniformBlockSet = in postTranslate()
285 return slowCompilingUniformBlockSet; in getSlowCompilingUniformBlockSet()
H A DShaderD3D.h103 std::set<std::string> slowCompilingUniformBlockSet; member
H A DProgramD3D.cpp705 executableD3D->mAttachedShaders[shaderType]->slowCompilingUniformBlockSet) in linkJobImpl()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DRecordUniformBlocksWithLargeArrayMember.cpp347 std::set<std::string> &slowCompilingUniformBlockSet) in RecordUniformBlocksWithLargeArrayMember() argument
378 slowCompilingUniformBlockSet.insert(uniformBlock.second->name().data()); in RecordUniformBlocksWithLargeArrayMember()
H A DRecordUniformBlocksWithLargeArrayMember.h25 std::set<std::string> &slowCompilingUniformBlockSet);