Home
last modified time | relevance | path

Searched refs:ShaderCaseSpecification (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderLibrary.hpp136 struct ShaderCaseSpecification struct
149 ShaderCaseSpecification (void) in ShaderCaseSpecification() function
159 bool isValid (const ShaderCaseSpecification& spec);
165 … (const std::string& name, const std::string& description, const ShaderCaseSpecification& spec) = …
174 const ShaderCaseSpecification& caseSpec;
178 ProgramSpecializationParams (const ShaderCaseSpecification& caseSpec_, in ProgramSpecializationParams()
DgluShaderLibrary.cpp92 bool isValid (const ShaderCaseSpecification& spec) in isValid()
1481 ShaderCaseSpecification spec; in parseShaderCase()
1493 …_back(m_caseFactory->createCase(caseName + "_vertex", description, ShaderCaseSpecification(spec))); in parseShaderCase()
1498 ShaderCaseSpecification spec; in parseShaderCase()
1510 …ack(m_caseFactory->createCase(caseName + "_fragment", description, ShaderCaseSpecification(spec))); in parseShaderCase()
1515 ShaderCaseSpecification spec; in parseShaderCase()
1531 …shaderNodeList.push_back(m_caseFactory->createCase(caseName, description, ShaderCaseSpecification(… in parseShaderCase()
1549 ShaderCaseSpecification spec; in parseShaderCase()
1559 …odeList.push_back(m_caseFactory->createCase(caseName, description, ShaderCaseSpecification(spec))); in parseShaderCase()
/external/deqp/modules/glshared/
DglsShaderLibraryCase.hpp52 const glu::sl::ShaderCaseSpecification& specification);
66 const glu::sl::ShaderCaseSpecification m_spec;
DglsShaderConstExprTests.cpp158 glu::sl::ShaderCaseSpecification spec; in createTests()
179 glu::sl::ShaderCaseSpecification spec; in createTests()
212 glu::sl::ShaderCaseSpecification spec; in createTests()
233 glu::sl::ShaderCaseSpecification spec; in createTests()
DglsShaderLibrary.cpp50 …st std::string& name, const std::string& description, const glu::sl::ShaderCaseSpecification& spec) in createCase()
DglsShaderLibraryCase.cpp136 static string genVertexShader (const ShaderCaseSpecification& spec) in genVertexShader()
227 static string genFragmentShader (const ShaderCaseSpecification& spec) in genFragmentShader()
279 static string specializeVertexShader (const ShaderCaseSpecification& spec, const std::string& src, … in specializeVertexShader()
352 static string specializeFragmentShader (const ShaderCaseSpecification& spec, const std::string& src… in specializeFragmentShader()
715 …o& contextInfo, const char* name, const char* description, const ShaderCaseSpecification& specific… in ShaderLibraryCase()
831 static bool isTessellationPresent (const ShaderCaseSpecification& spec) in isTessellationPresent()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp67 using glu::sl::ShaderCaseSpecification;
151 string genVertexShader (const ShaderCaseSpecification& spec) in genVertexShader()
235 string genFragmentShader (const ShaderCaseSpecification& spec) in genFragmentShader()
287 string specializeVertexShader (const ShaderCaseSpecification& spec, const string& src) in specializeVertexShader()
368 string specializeFragmentShader (const ShaderCaseSpecification& spec, const string& src) in specializeFragmentShader()
699 deUint32 getShaderStages (const ShaderCaseSpecification& spec) in getShaderStages()
723 PipelineProgram (Context& context, const ShaderCaseSpecification& spec);
735 PipelineProgram::PipelineProgram (Context& context, const ShaderCaseSpecification& spec) in PipelineProgram()
1306 ShaderCaseInstance (Context& context, const ShaderCaseSpecification& spec);
1326 const ShaderCaseSpecification& m_spec;
[all …]