Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp117 class ShaderInterface class
120 ShaderInterface (void);
121 ~ShaderInterface (void);
133 ShaderInterface (const ShaderInterface&);
134 ShaderInterface& operator= (const ShaderInterface&);
173 bb::ShaderInterface m_interface;
Des31fSSBOLayoutCase.cpp238 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in deqp::gles31::bb::ShaderInterface
242 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
251 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
270 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
276 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
285 BufferBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
686 void computeReferenceLayout (BufferLayout& layout, const ShaderInterface& interface) in computeReferenceLayout()
894 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
900 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
1173 void generateCompareSrc (std::ostream& src, const char* resultVar, const ShaderInterface& interface… in generateCompareSrc()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp121 class ShaderInterface class
124 ShaderInterface (void);
125 ~ShaderInterface (void);
138 ShaderInterface (const ShaderInterface&);
139 ShaderInterface& operator= (const ShaderInterface&);
244 ShaderInterface m_interface;
DvktSSBOLayoutCase.cpp187 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in vkt::ssbo::ShaderInterface
191 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
200 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
219 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
225 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
234 BufferBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
717 void computeReferenceLayout (BufferLayout& layout, ShaderInterface& interface) in computeReferenceLayout()
960 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
966 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
987 bool usesRelaxedLayout (const ShaderInterface& interface) in usesRelaxedLayout()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp309 class ShaderInterface class
312 ShaderInterface(void);
313 ~ShaderInterface(void);
368 ub::ShaderInterface m_interface;
DglcUniformBlockCase.cpp268 ShaderInterface::ShaderInterface(void) in ShaderInterface() function in deqp::ub::ShaderInterface
272 ShaderInterface::~ShaderInterface(void) in ~ShaderInterface()
281 StructType& ShaderInterface::allocStruct(const char* name) in allocStruct()
302 const StructType* ShaderInterface::findStruct(const char* name) const in findStruct()
309 void ShaderInterface::getNamedStructs(std::vector<const StructType*>& structs) const in getNamedStructs()
318 UniformBlock& ShaderInterface::allocBlock(const char* name) in allocBlock()
553 void computeStd140Layout(UniformLayout& layout, const ShaderInterface& interface) in computeStd140Layout()
986 void generateCompareSrc(std::ostringstream& src, const char* resultVar, const ShaderInterface& inte… in generateCompareSrc()
1028 …rtexShader(std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, in generateVertexShader()
1068 …mentShader(std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, in generateFragmentShader()
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp211 class ShaderInterface class
214 ShaderInterface (void);
215 ~ShaderInterface (void);
264 ub::ShaderInterface m_interface;
DglsUniformBlockCase.cpp303 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in deqp::gls::ub::ShaderInterface
307 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
316 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
335 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
341 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
350 UniformBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
577 void computeStd140Layout (UniformLayout& layout, const ShaderInterface& interface) in computeStd140Layout()
772 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
778 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
1053 void generateCompareSrc (std::ostringstream& src, const char* resultVar, const ShaderInterface& int… in generateCompareSrc()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp228 class ShaderInterface class
231 ShaderInterface (void);
232 ~ShaderInterface (void);
334 ShaderInterface m_interface;
DvktUniformBlockCase.cpp208 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in vkt::ubo::ShaderInterface
212 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
216 StructType& ShaderInterface::allocStruct (const std::string& name) in allocStruct()
234 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
243 UniformBlock& ShaderInterface::allocBlock (const std::string& name) in allocBlock()
249 bool ShaderInterface::usesBlockLayout (UniformFlags layoutFlag) const in usesBlockLayout()
695 void computeReferenceLayout (UniformLayout& layout, const ShaderInterface& interface) in computeReferenceLayout()
919 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
925 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
946 bool uses16BitStorage (const ShaderInterface& interface) in uses16BitStorage()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp576 struct ShaderInterface struct
578 ShaderInterface(Shader::STAGES stage);
640 ShaderInterface& GetShaderInterface(Shader::STAGES stage);
641 const ShaderInterface& GetShaderInterface(Shader::STAGES stage) const;
661 ShaderInterface m_compute;
662 ShaderInterface m_vertex;
663 ShaderInterface m_tess_ctrl;
664 ShaderInterface m_tess_eval;
665 ShaderInterface m_geometry;
666 ShaderInterface m_fragment;
[all …]
Dgl4cEnhancedLayoutsTests.cpp1322 const ShaderInterface& interface = program_interface.GetShaderInterface(stage); in checkProgramStage()
4295 ShaderInterface::ShaderInterface(Shader::STAGES stage) : m_stage(stage) in ShaderInterface() function in gl4cts::EnhancedLayouts::Utils::ShaderInterface
4304 std::string ShaderInterface::GetDefinitionsGlobals() const in GetDefinitionsGlobals()
4313 std::string ShaderInterface::GetDefinitionsInputs() const in GetDefinitionsInputs()
4324 std::string ShaderInterface::GetDefinitionsOutputs() const in GetDefinitionsOutputs()
4335 std::string ShaderInterface::GetDefinitionsSSBs() const in GetDefinitionsSSBs()
4344 std::string ShaderInterface::GetDefinitionsUniforms() const in GetDefinitionsUniforms()
4472 ShaderInterface& ProgramInterface::GetShaderInterface(Shader::STAGES stage) in GetShaderInterface()
4474 ShaderInterface* interface = 0; in GetShaderInterface()
4509 const ShaderInterface& ProgramInterface::GetShaderInterface(Shader::STAGES stage) const in GetShaderInterface()
[all …]