HomeSort by relevance Sort by last modified time
    Searched refs:ShaderCaseSpecification (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/glshared/
glsShaderLibraryCase.hpp 52 const glu::sl::ShaderCaseSpecification& specification);
66 const glu::sl::ShaderCaseSpecification m_spec;
glsShaderConstExprTests.cpp 158 glu::sl::ShaderCaseSpecification spec;
179 glu::sl::ShaderCaseSpecification spec;
212 glu::sl::ShaderCaseSpecification spec;
233 glu::sl::ShaderCaseSpecification spec;
glsShaderLibrary.cpp 50 tcu::TestCase* createCase (const std::string& name, const std::string& description, const glu::sl::ShaderCaseSpecification& spec)
glsShaderLibraryCase.cpp 140 static string genVertexShader (const ShaderCaseSpecification& spec)
231 static string genFragmentShader (const ShaderCaseSpecification& spec)
283 static string specializeVertexShader (const ShaderCaseSpecification& spec, const std::string& src, const vector<RequiredExtension>& extensions)
356 static string specializeFragmentShader (const ShaderCaseSpecification& spec, const std::string& src, const vector<RequiredExtension>& extensions)
719 ShaderLibraryCase::ShaderLibraryCase (tcu::TestContext& testCtx, RenderContext& renderCtx, const glu::ContextInfo& contextInfo, const char* name, const char* description, const ShaderCaseSpecification& specification)
838 static bool isTessellationPresent (const ShaderCaseSpecification& spec)
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 168 struct ShaderCaseSpecification
181 ShaderCaseSpecification (void)
192 bool isValid (const ShaderCaseSpecification& spec);
194 bool isCapabilityRequired(CapabilityFlag capabilityFlag, const ShaderCaseSpecification& spec);
200 virtual tcu::TestCase* createCase (const std::string& name, const std::string& description, const ShaderCaseSpecification& spec) = 0;
209 const ShaderCaseSpecification& caseSpec;
213 ProgramSpecializationParams (const ShaderCaseSpecification& caseSpec_,
gluShaderLibrary.cpp 92 bool isValid (const ShaderCaseSpecification& spec)
236 bool isCapabilityRequired(CapabilityFlag capabilityFlag, const ShaderCaseSpecification& spec)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 70 using glu::sl::ShaderCaseSpecification;
154 string genVertexShader (const ShaderCaseSpecification& spec)
238 string genFragmentShader (const ShaderCaseSpecification& spec)
290 string specializeVertexShader (const ShaderCaseSpecification& spec, const string& src)
371 string specializeFragmentShader (const ShaderCaseSpecification& spec, const string& src)
702 deUint32 getShaderStages (const ShaderCaseSpecification& spec)
726 PipelineProgram (Context& context, const ShaderCaseSpecification& spec);
738 PipelineProgram::PipelineProgram (Context& context, const ShaderCaseSpecification& spec)
    [all...]

Completed in 709 milliseconds