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

  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.hpp 46 struct AttribSpec
48 AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_, const tcu::Vec4& p11_)
57 AttribSpec (void) {}
80 void init (deUint32 program, const std::vector<AttribSpec>& attributes, int calibratorInitialNumCalls);
123 std::vector<AttribSpec> m_attributes;
glsShaderPerformanceCase.hpp 78 std::vector<AttribSpec> m_attributes;
glsShaderPerformanceMeasurer.cpp 77 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const AttribSpec& spec)
140 void ShaderPerformanceMeasurer::init (deUint32 program, const vector<AttribSpec>& attributes, int calibratorInitialNumCalls)
175 m_attributes.push_back(AttribSpec("a_position",
  /external/deqp/modules/gles2/performance/
es2pShaderControlStatementTests.cpp 295 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(value, 0.0f, 0.0f, 0.0f),
326 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f),
333 m_attributes.push_back(AttribSpec("a_value0", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
338 m_attributes.push_back(AttribSpec("a_value1", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
571 m_attributes.push_back(AttribSpec("a_bound", Vec4(loopBound, 0.0f, 0.0f, 0.0f),
602 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f),
609 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
743 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
es2pShaderCompilationCases.cpp 362 struct AttribSpec
367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {}
407 vector<AttribSpec> vertexAttributes;
    [all...]
es2pBlendTests.cpp 104 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f),
es2pShaderOptimizationTests.cpp 118 vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by gls::ShaderPerformanceMeasurer.
121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
122 ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : sources(sources_), attributes(1, attribute) {}
153 gls::AttribSpec("a_value",
    [all...]
es2pShaderOperatorTests.cpp 214 struct AttribSpec
216 AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_, const tcu::Vec4& p11_)
225 AttribSpec (void) {}
239 vector<AttribSpec> attributes;
244 ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string& desc)
348 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec)
631 vector<AttribSpec> attributes = m_programData[progNdx].attributes;
633 attributes.push_back(AttribSpec("a_position",
    [all...]
es2pTextureCases.cpp 117 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f),
  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.cpp 299 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(value, 0.0f, 0.0f, 0.0f),
330 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f),
337 m_attributes.push_back(AttribSpec("a_value0", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
342 m_attributes.push_back(AttribSpec("a_value1", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
579 m_attributes.push_back(AttribSpec("a_bound", Vec4(loopBound, 0.0f, 0.0f, 0.0f),
610 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f),
617 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
755 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f),
es3pShaderCompilationCases.cpp 362 struct AttribSpec
367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {}
407 vector<AttribSpec> vertexAttributes;
    [all...]
es3pShaderOptimizationTests.cpp 118 vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by gls::ShaderPerformanceMeasurer.
121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
122 ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : sources(sources_), attributes(1, attribute) {}
156 gls::AttribSpec("a_value",
    [all...]
es3pShaderOperatorTests.cpp 214 struct AttribSpec
216 AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_, const tcu::Vec4& p11_)
225 AttribSpec (void) {}
239 vector<AttribSpec> attributes;
244 ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string& desc)
348 static void generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec)
631 vector<AttribSpec> attributes = m_programData[progNdx].attributes;
633 attributes.push_back(AttribSpec("a_position",
    [all...]
es3pBlendTests.cpp 107 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f),
es3pTextureCases.cpp 125 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f),
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 409 struct AttribSpec
417 static const struct AttribSpec attributes[] =
453 std::vector<AttribSpec> candidates;
462 AttribSpec spec = rnd.choose<AttribSpec>(candidates.begin(), candidates.end());

Completed in 133 milliseconds