Lines Matching defs:ShaderCaseSpecification
139 struct ShaderCaseSpecification struct in deqp::gls::sl::ShaderCase
146 ExpectResult expectResult;
147 glu::GLSLVersion targetVersion;
148 CaseType caseType;
149 std::vector<CaseRequirement> requirements;
150 std::vector<ValueBlock> valueBlocks;
151 std::vector<std::string> vertexSources;
152 std::vector<std::string> fragmentSources;
153 std::vector<std::string> tessCtrlSources;
154 std::vector<std::string> tessEvalSources;
155 std::vector<std::string> geometrySources;