Home
last modified time | relevance | path

Searched refs:ShaderInterface (Results 1 – 14 of 14) 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.cpp239 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in deqp::gles31::bb::ShaderInterface
243 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
252 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
271 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
277 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
286 BufferBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
681 void computeReferenceLayout (BufferLayout& layout, const ShaderInterface& interface) in computeReferenceLayout()
889 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
895 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
1168 void generateCompareSrc (std::ostream& src, const char* resultVar, const ShaderInterface& interface… in generateCompareSrc()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp128 class ShaderInterface class
131 ShaderInterface (void);
132 ~ShaderInterface (void);
145 ShaderInterface (const ShaderInterface&);
146 ShaderInterface& operator= (const ShaderInterface&);
250 ShaderInterface m_interface;
DvktSSBOLayoutCase.cpp188 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in vkt::ssbo::ShaderInterface
192 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
201 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
220 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
226 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
235 BufferBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
712 void computeReferenceLayout (BufferLayout& layout, ShaderInterface& interface) in computeReferenceLayout()
955 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
961 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
982 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.cpp269 ShaderInterface::ShaderInterface(void) in ShaderInterface() function in deqp::ub::ShaderInterface
273 ShaderInterface::~ShaderInterface(void) in ~ShaderInterface()
282 StructType& ShaderInterface::allocStruct(const char* name) in allocStruct()
303 const StructType* ShaderInterface::findStruct(const char* name) const in findStruct()
310 void ShaderInterface::getNamedStructs(std::vector<const StructType*>& structs) const in getNamedStructs()
319 UniformBlock& ShaderInterface::allocBlock(const char* name) in allocBlock()
548 void computeStd140Layout(UniformLayout& layout, const ShaderInterface& interface) in computeStd140Layout()
981 void generateCompareSrc(std::ostringstream& src, const char* resultVar, const ShaderInterface& inte… in generateCompareSrc()
1023 …rtexShader(std::ostringstream& src, glu::GLSLVersion glslVersion, const ShaderInterface& interface, in generateVertexShader()
1063 …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.cpp304 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in deqp::gls::ub::ShaderInterface
308 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
317 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
336 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
342 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
351 UniformBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
578 void computeStd140Layout (UniformLayout& layout, const ShaderInterface& interface) in computeStd140Layout()
773 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
779 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
1056 void generateCompareSrc (std::ostringstream& src, const char* resultVar, const ShaderInterface& int… in generateCompareSrc()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp229 class ShaderInterface class
232 ShaderInterface (void);
233 ~ShaderInterface (void);
332 ShaderInterface m_interface;
DvktTransformFeedbackFuzzLayoutCase.cpp243 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in vkt::TransformFeedback::ShaderInterface
247 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
251 StructType& ShaderInterface::allocStruct (const std::string& name) in allocStruct()
269 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
278 InterfaceBlock& ShaderInterface::allocBlock (const std::string& name) in allocBlock()
687 void computeXfbLayout (InterfaceLayout& layout, ShaderInterface& shaderInterface, BufferGeneralMapp… in computeXfbLayout()
1467 const ShaderInterface& shaderInterface, in generateAssignment()
1520 std::string generateTestShader (const ShaderInterface& shaderInterface, const InterfaceLayout& layo… in generateTestShader()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp230 class ShaderInterface class
233 ShaderInterface (void);
234 ~ShaderInterface (void);
335 ShaderInterface m_interface;
DvktUniformBlockCase.cpp209 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in vkt::ubo::ShaderInterface
213 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
217 StructType& ShaderInterface::allocStruct (const std::string& name) in allocStruct()
235 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
244 UniformBlock& ShaderInterface::allocBlock (const std::string& name) in allocBlock()
250 bool ShaderInterface::usesBlockLayout (UniformFlags layoutFlag) const in usesBlockLayout()
690 void computeReferenceLayout (UniformLayout& layout, const ShaderInterface& interface) in computeReferenceLayout()
914 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
920 void generateCompareFuncs (std::ostream& str, const ShaderInterface& interface) in generateCompareFuncs()
1525 const ShaderInterface& interface, in generateCompareSrc()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp579 struct ShaderInterface struct
581 ShaderInterface(Shader::STAGES stage);
643 ShaderInterface& GetShaderInterface(Shader::STAGES stage);
644 const ShaderInterface& GetShaderInterface(Shader::STAGES stage) const;
664 ShaderInterface m_compute;
665 ShaderInterface m_vertex;
666 ShaderInterface m_tess_ctrl;
667 ShaderInterface m_tess_eval;
668 ShaderInterface m_geometry;
669 ShaderInterface m_fragment;
[all …]
Dgl4cEnhancedLayoutsTests.cpp1379 const ShaderInterface& interface = program_interface.GetShaderInterface(stage); in checkProgramStage()
4352 ShaderInterface::ShaderInterface(Shader::STAGES stage) : m_stage(stage) in ShaderInterface() function in gl4cts::EnhancedLayouts::Utils::ShaderInterface
4361 std::string ShaderInterface::GetDefinitionsGlobals() const in GetDefinitionsGlobals()
4370 std::string ShaderInterface::GetDefinitionsInputs() const in GetDefinitionsInputs()
4381 std::string ShaderInterface::GetDefinitionsOutputs() const in GetDefinitionsOutputs()
4392 std::string ShaderInterface::GetDefinitionsSSBs() const in GetDefinitionsSSBs()
4401 std::string ShaderInterface::GetDefinitionsUniforms() const in GetDefinitionsUniforms()
4529 ShaderInterface& ProgramInterface::GetShaderInterface(Shader::STAGES stage) in GetShaderInterface()
4531 ShaderInterface* interface = 0; in GetShaderInterface()
4566 const ShaderInterface& ProgramInterface::GetShaderInterface(Shader::STAGES stage) const in GetShaderInterface()
[all …]