Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLoopTests.cpp280 : m_uniformInformations(types) in LoopUniformSetup()
286 std::vector<BaseUniformType> m_uniformInformations; member in vkt::sr::__anonf25694fe0111::LoopUniformSetup
291 for (size_t i = 0; i < m_uniformInformations.size(); i++) in setup()
293 instance.useUniform((deUint32)i, m_uniformInformations[i]); in setup()