Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp103 typedef de::SharedPtr<TextureBinding> TextureBindingSp; typedef
405 std::vector<TextureBindingSp> m_textures;
DvktShaderRender.cpp124 const std::vector<TextureBindingSp>& textures);
132 const std::vector<TextureBindingSp>& getTextures (void) const { return m_textures; } in getTextures()
155 const std::vector<TextureBindingSp>& m_textures;
171 const std::vector<TextureBindingSp>& textures) in QuadGrid()
308 const std::vector<TextureBindingSp>& bindings = m_quadGrid.getTextures(); in ShaderEvalContext()