HomeSort by relevance Sort by last modified time
    Searched refs:ShaderInterface (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 107 class ShaderInterface
110 ShaderInterface (void);
111 ~ShaderInterface (void);
123 ShaderInterface (const ShaderInterface&);
124 ShaderInterface& operator= (const ShaderInterface&);
229 ShaderInterface m_interface;
vktSSBOLayoutCase.cpp 185 // ShaderInterface implementation.
187 ShaderInterface::ShaderInterface (void)
191 ShaderInterface::~ShaderInterface (void)
200 StructType& ShaderInterface::allocStruct (const char* name)
219 const StructType* ShaderInterface::findStruct (const char* name) const
225 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
234 BufferBlock& ShaderInterface::allocBlock (const char* name)
601 void computeReferenceLayout (BufferLayout& layout, const ShaderInterface& interface
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 117 class ShaderInterface
120 ShaderInterface (void);
121 ~ShaderInterface (void);
133 ShaderInterface (const ShaderInterface&);
134 ShaderInterface& operator= (const ShaderInterface&);
173 bb::ShaderInterface m_interface;
es31fSSBOLayoutCase.cpp 236 // ShaderInterface implementation.
238 ShaderInterface::ShaderInterface (void)
242 ShaderInterface::~ShaderInterface (void)
251 StructType& ShaderInterface::allocStruct (const char* name)
270 const StructType* ShaderInterface::findStruct (const char* name) const
276 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
285 BufferBlock& ShaderInterface::allocBlock (const char* name)
686 void computeReferenceLayout (BufferLayout& layout, const ShaderInterface& interface
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 215 class ShaderInterface
218 ShaderInterface (void);
219 ~ShaderInterface (void);
311 ShaderInterface m_interface;
vktUniformBlockCase.cpp 201 // ShaderInterface implementation.
203 ShaderInterface::ShaderInterface (void)
207 ShaderInterface::~ShaderInterface (void)
211 StructType& ShaderInterface::allocStruct (const std::string& name)
229 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
238 UniformBlock& ShaderInterface::allocBlock (const std::string& name)
523 void computeStd140Layout (UniformLayout& layout, const ShaderInterface& interface)
719 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 211 class ShaderInterface
214 ShaderInterface (void);
215 ~ShaderInterface (void);
264 ub::ShaderInterface m_interface;
glsUniformBlockCase.cpp 301 // ShaderInterface implementation.
303 ShaderInterface::ShaderInterface (void)
307 ShaderInterface::~ShaderInterface (void)
316 StructType& ShaderInterface::allocStruct (const char* name)
335 const StructType* ShaderInterface::findStruct (const char* name) const
341 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const
350 UniformBlock& ShaderInterface::allocBlock (const char* name)
577 void computeStd140Layout (UniformLayout& layout, const ShaderInterface& interface
    [all...]

Completed in 1671 milliseconds