Home
last modified time | relevance | path

Searched refs:allocSharedObject (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.hpp131 SharedStruct &allocSharedObject(const std::string &name, const std::string &instanceName);
H A DvktMemoryModelSharedLayout.cpp138 SharedStruct &object = m_interface.allocSharedObject(name, instanceName); in generateSharedMemoryObject()
H A DvktMemoryModelSharedLayoutCase.cpp172 SharedStruct &ShaderInterface::allocSharedObject(const string &name, const string &instanceName) in allocSharedObject() function in vkt::MemoryModel::ShaderInterface