Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.hpp161 typedef de::SharedPtr<de::UniquePtr<UniformInfo> > UniformInfoSp; typedef in vkt::shaderexecutor::ShaderExecutor
278 std::vector<UniformInfoSp> m_uniformInfos;
DvktShaderExecutor.cpp2997 m_uniformInfos.push_back(UniformInfoSp(new de::UniquePtr<UniformInfo>(uniform))); in setupUniformData()
3029 m_uniformInfos.push_back(UniformInfoSp(new de::UniquePtr<UniformInfo>(bufferArray))); in setupUniformArray()
3065 m_uniformInfos.push_back(UniformInfoSp(new de::UniquePtr<UniformInfo>(samplers))); in setupSamplerData()
3070 std::vector<UniformInfoSp>::const_iterator it = m_uniformInfos.begin(); in getBufferPtr()
3098 …for (std::vector<UniformInfoSp>::const_iterator it = m_uniformInfos.begin(); it != m_uniformInfos.… in uploadUniforms()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp518 typedef de::SharedPtr<de::UniquePtr<UniformInfo> > UniformInfoSp; typedef in vkt::sr::ShaderRenderCaseInstance
519 std::vector<UniformInfoSp> m_uniformInfos;
DvktShaderRender.cpp542 m_uniformInfos.push_back(UniformInfoSp(new de::UniquePtr<UniformInfo>(uniformInfo))); in setupUniformData()
1026 m_uniformInfos.push_back(UniformInfoSp(new de::UniquePtr<UniformInfo>(uniform))); in useSampler2D()