/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.hpp | 46 struct AttribSpec struct 48 …AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_… in AttribSpec() argument 57 AttribSpec (void) {} in AttribSpec() function 80 …void init (deUint32 program, const std::vector<AttribSpec>& attributes, int calibrator… 123 std::vector<AttribSpec> m_attributes;
|
D | glsShaderPerformanceMeasurer.cpp | 77 …id generateVertices (std::vector<float>& dst, int gridSizeX, int gridSizeY, const AttribSpec& spec) in generateVertices() 140 void ShaderPerformanceMeasurer::init (deUint32 program, const vector<AttribSpec>& attributes, int c… in init() 175 m_attributes.push_back(AttribSpec("a_position", in init()
|
D | glsShaderPerformanceCase.hpp | 78 std::vector<AttribSpec> m_attributes;
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderControlStatementTests.cpp | 295 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(value, 0.0f, 0.0f, 0.0f), in init() 326 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init() 333 m_attributes.push_back(AttribSpec("a_value0", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init() 338 m_attributes.push_back(AttribSpec("a_value1", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init() 571 m_attributes.push_back(AttribSpec("a_bound", Vec4(loopBound, 0.0f, 0.0f, 0.0f), in init() 602 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init() 609 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init() 743 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
|
D | es2pShaderCompilationCases.cpp | 362 struct AttribSpec struct in deqp::gles2::Performance::ShaderCompilerCase 367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {} in AttribSpec() argument 407 vector<AttribSpec> vertexAttributes; 1034 static vector<ShaderCompilerCase::AttribSpec> lightShaderAttributes (const string& nameSpecializati… in lightShaderAttributes() 1036 vector<ShaderCompilerCase::AttribSpec> result; in lightShaderAttributes() 1038 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in lightShaderAttributes() 1044 result.push_back(ShaderCompilerCase::AttribSpec("a_normal" + nameSpecialization, in lightShaderAttributes() 1050 result.push_back(ShaderCompilerCase::AttribSpec("a_texCoord0" + nameSpecialization, in lightShaderAttributes() 1266 static vector<ShaderCompilerCase::AttribSpec> loopShaderAttributes (const string& nameSpecializatio… in loopShaderAttributes() 1268 vector<ShaderCompilerCase::AttribSpec> result; in loopShaderAttributes() [all …]
|
D | es2pShaderOptimizationTests.cpp | 118 …vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by g… 121 …st glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribS… in ProgramData() 122 …ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : so… in ProgramData() 153 gls::AttribSpec("a_value", in defaultProgramData()
|
D | es2pShaderOperatorTests.cpp | 214 struct AttribSpec struct in deqp::gles2::Performance::__anona8c3c8290111::OperatorPerformanceCase 216 …AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_… in AttribSpec() function 225 AttribSpec (void) {} in AttribSpec() function 239 vector<AttribSpec> attributes; 244 …ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string&… in ProgramContext() 348 …:vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec) in generateVertices() 631 vector<AttribSpec> attributes = m_programData[progNdx].attributes; in prepareProgram() 633 attributes.push_back(AttribSpec("a_position", in prepareProgram() 1273 vector<AttribSpec> attributes; in generateSingleProgramData() 1275 attributes.push_back(AttribSpec(("a_in" + de::toString(i)).c_str(), in generateSingleProgramData() [all …]
|
D | es2pBlendTests.cpp | 104 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f), in init()
|
D | es2pTextureCases.cpp | 117 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f), in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderControlStatementTests.cpp | 299 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(value, 0.0f, 0.0f, 0.0f), in init() 330 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init() 337 m_attributes.push_back(AttribSpec("a_value0", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init() 342 m_attributes.push_back(AttribSpec("a_value1", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init() 579 m_attributes.push_back(AttribSpec("a_bound", Vec4(loopBound, 0.0f, 0.0f, 0.0f), in init() 610 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init() 617 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init() 755 m_attributes.push_back(AttribSpec("a_value", Vec4(0.0f, 0.1f, 0.2f, 0.3f), in init()
|
D | es3pShaderCompilationCases.cpp | 362 struct AttribSpec struct in deqp::gles3::Performance::ShaderCompilerCase 367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {} in AttribSpec() function 407 vector<AttribSpec> vertexAttributes; 1039 static vector<ShaderCompilerCase::AttribSpec> lightShaderAttributes (const string& nameSpecializati… in lightShaderAttributes() 1041 vector<ShaderCompilerCase::AttribSpec> result; in lightShaderAttributes() 1043 result.push_back(ShaderCompilerCase::AttribSpec("a_position" + nameSpecialization, in lightShaderAttributes() 1049 result.push_back(ShaderCompilerCase::AttribSpec("a_normal" + nameSpecialization, in lightShaderAttributes() 1055 result.push_back(ShaderCompilerCase::AttribSpec("a_texCoord0" + nameSpecialization, in lightShaderAttributes() 1274 static vector<ShaderCompilerCase::AttribSpec> loopShaderAttributes (const string& nameSpecializatio… in loopShaderAttributes() 1276 vector<ShaderCompilerCase::AttribSpec> result; in loopShaderAttributes() [all …]
|
D | es3pShaderOperatorTests.cpp | 214 struct AttribSpec struct in deqp::gles3::Performance::__anon6814502b0111::OperatorPerformanceCase 216 …AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_… in AttribSpec() function 225 AttribSpec (void) {} in AttribSpec() argument 239 vector<AttribSpec> attributes; 244 …ProgramContext (const string& vs, const string& fs, const vector<AttribSpec>& attrs, const string&… in ProgramContext() 348 …:vector<float>& dst, int gridSizeX, int gridSizeY, const OperatorPerformanceCase::AttribSpec& spec) in generateVertices() 631 vector<AttribSpec> attributes = m_programData[progNdx].attributes; in prepareProgram() 633 attributes.push_back(AttribSpec("a_position", in prepareProgram() 1277 vector<AttribSpec> attributes; in generateSingleProgramData() 1279 attributes.push_back(AttribSpec(("a_in" + de::toString(i)).c_str(), in generateSingleProgramData() [all …]
|
D | es3pShaderOptimizationTests.cpp | 118 …vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by g… 121 …st glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribS… in ProgramData() 122 …ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : so… in ProgramData() 156 gls::AttribSpec("a_value", in defaultProgramData()
|
D | es3pBlendTests.cpp | 107 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f), in init()
|
D | es3pTextureCases.cpp | 125 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f), in init()
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 409 struct AttribSpec struct in deqp::egl::ChooseConfigRandomCase 417 static const struct AttribSpec attributes[] = in genRandomAttributes() 453 std::vector<AttribSpec> candidates; in genRandomAttributes() 462 AttribSpec spec = rnd.choose<AttribSpec>(candidates.begin(), candidates.end()); in genRandomAttributes()
|