Home
last modified time | relevance | path

Searched defs:uniformBlocks (Results 1 – 5 of 5) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DCollectVariables.cpp231 std::vector<sh::InterfaceBlock> *uniformBlocks, in CollectVariablesTraverser()
1005 std::vector<InterfaceBlock> *uniformBlocks, in CollectVariables()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DProgramExecutable.cpp416 const std::vector<sh::InterfaceBlock> &uniformBlocks = shader->getUniformBlocks(); in linkValidateGlobalNames() local
DProgram.cpp3978 const auto &uniformBlocks = shader->getUniformBlocks(); in linkInterfaceBlocks() local
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/
DProgramData.cpp255 std::unordered_map<GLuint, GLuint> uniformBlocks; in collectUniformBlockInfo() local
330 std::unordered_map<GLuint, GLuint> uniformBlocks; in onSave() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp810 const std::vector<gl::InterfaceBlock> &uniformBlocks = programExecutable.getUniformBlocks(); in AssignNonTextureBindings() local