Home
last modified time | relevance | path

Searched refs:ShaderInterface (Results 1 - 24 of 24) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.hpp95 class ShaderInterface class
98 ShaderInterface (void) {} in ShaderInterface() function in vkt::MemoryModel::ShaderInterface
99 ~ShaderInterface (void) {} in ~ShaderInterface()
116 ShaderInterface (const ShaderInterface&);
117 ShaderInterface& operator= (const ShaderInterface&);
146 ShaderInterface m_interface;
H A DvktMemoryModelSharedLayoutCase.cpp166 NamedStructSP ShaderInterface::allocStruct (const string& name) in allocStruct()
172 SharedStruct& ShaderInterface::allocSharedObject (const string& name, const string& instanceName) in allocSharedObject()
178 void generateCompareFuncs (std::ostream &str, const ShaderInterface &interface) in generateCompareFuncs()
270 string generateComputeShader (ShaderInterface &interface) in generateComputeShader()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.hpp95 class ShaderInterface class
98 ShaderInterface (void) {} in ShaderInterface() function in vkt::MemoryModel::ShaderInterface
99 ~ShaderInterface (void) {} in ~ShaderInterface()
116 ShaderInterface (const ShaderInterface&);
117 ShaderInterface& operator= (const ShaderInterface&);
146 ShaderInterface m_interface;
H A DvktMemoryModelSharedLayoutCase.cpp166 NamedStructSP ShaderInterface::allocStruct (const string& name) in allocStruct()
172 SharedStruct& ShaderInterface::allocSharedObject (const string& name, const string& instanceName) in allocSharedObject()
178 void generateCompareFuncs (std::ostream &str, const ShaderInterface &interface) in generateCompareFuncs()
270 string generateComputeShader (ShaderInterface &interface) in generateComputeShader()
/third_party/vk-gl-cts/modules/gles31/functional/
H A 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;
H A Des31fSSBOLayoutCase.cpp237 // ShaderInterface implementation.
239 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
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp128 class ShaderInterface class
131 ShaderInterface (void);
132 ~ShaderInterface (void);
145 ShaderInterface (const ShaderInterface&);
146 ShaderInterface& operator= (const ShaderInterface&);
251 ShaderInterface m_interface;
H A DvktSSBOLayoutCase.cpp188 // ShaderInterface implementation.
190 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in vkt::ssbo::ShaderInterface
194 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
203 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
222 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
228 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
237 BufferBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
714 void computeReferenceLayout (BufferLayout& layout, ShaderInterface
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp128 class ShaderInterface class
131 ShaderInterface (void);
132 ~ShaderInterface (void);
145 ShaderInterface (const ShaderInterface&);
146 ShaderInterface& operator= (const ShaderInterface&);
251 ShaderInterface m_interface;
H A DvktSSBOLayoutCase.cpp188 // ShaderInterface implementation.
190 ShaderInterface::ShaderInterface (void) in ShaderInterface() function in vkt::ssbo::ShaderInterface
194 ShaderInterface::~ShaderInterface (void) in ~ShaderInterface()
203 StructType& ShaderInterface::allocStruct (const char* name) in allocStruct()
222 const StructType* ShaderInterface::findStruct (const char* name) const in findStruct()
228 void ShaderInterface::getNamedStructs (std::vector<const StructType*>& structs) const in getNamedStructs()
237 BufferBlock& ShaderInterface::allocBlock (const char* name) in allocBlock()
714 void computeReferenceLayout (BufferLayout& layout, ShaderInterface
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp309 class ShaderInterface class
312 ShaderInterface(void);
313 ~ShaderInterface(void);
368 ub::ShaderInterface m_interface;
H A DglcUniformBlockCase.cpp267 // ShaderInterface implementation.
269 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
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsUniformBlockCase.hpp211 class ShaderInterface class
214 ShaderInterface (void);
215 ~ShaderInterface (void);
264 ub::ShaderInterface m_interface;
H A DglsUniformBlockCase.cpp302 // ShaderInterface implementation.
304 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
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp229 class ShaderInterface class
232 ShaderInterface (void);
233 ~ShaderInterface (void);
331 ShaderInterface m_interface;
H A DvktTransformFeedbackFuzzLayoutCase.cpp241 // ShaderInterface implementation.
243 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, BufferGeneralMapping& perBufferXfbOffsets, deUint32& locationsUsed) in computeXfbLayout()
1467 const ShaderInterface in generateAssignment()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp230 class ShaderInterface class
233 ShaderInterface (void);
234 ~ShaderInterface (void);
334 ShaderInterface m_interface;
H A DvktUniformBlockCase.cpp207 // ShaderInterface implementation.
209 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
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp229 class ShaderInterface class
232 ShaderInterface (void);
233 ~ShaderInterface (void);
332 ShaderInterface m_interface;
H A DvktTransformFeedbackFuzzLayoutCase.cpp241 // ShaderInterface implementation.
243 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, BufferGeneralMapping& perBufferXfbOffsets, deUint32& locationsUsed) in computeXfbLayout()
1467 const ShaderInterface in generateAssignment()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.hpp230 class ShaderInterface class
233 ShaderInterface (void);
234 ~ShaderInterface (void);
335 ShaderInterface m_interface;
H A DvktUniformBlockCase.cpp207 // ShaderInterface implementation.
209 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
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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_fragmen
[all...]
H A Dgl4cEnhancedLayoutsTests.cpp1381 const ShaderInterface& interface = program_interface.GetShaderInterface(stage); in checkProgramStage()
4350 ShaderInterface::ShaderInterface(Shader::STAGES stage) : m_stage(stage) in ShaderInterface() function in gl4cts::EnhancedLayouts::Utils::ShaderInterface
4359 std::string ShaderInterface::GetDefinitionsGlobals() const in GetDefinitionsGlobals()
4368 std::string ShaderInterface::GetDefinitionsInputs() const in GetDefinitionsInputs()
4379 std::string ShaderInterface::GetDefinitionsOutputs() const in GetDefinitionsOutputs()
4390 std::string ShaderInterface::GetDefinitionsSSBs() const in GetDefinitionsSSBs()
4399 std::string ShaderInterface::GetDefinitionsUniforms() const in GetDefinitionsUniforms()
4527 ShaderInterface& ProgramInterface::GetShaderInterface(Shader::STAGES stage) in GetShaderInterface()
4529 ShaderInterface* interfac in GetShaderInterface()
[all...]

Completed in 51 milliseconds