Home
last modified time | relevance | path

Searched refs:AttribSpec (Results 1 – 16 of 16) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.hpp46 struct AttribSpec struct
48AttribSpec (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;
DglsShaderPerformanceMeasurer.cpp77 …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()
DglsShaderPerformanceCase.hpp78 std::vector<AttribSpec> m_attributes;
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp295 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()
Des2pShaderCompilationCases.cpp362 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 …]
Des2pShaderOptimizationTests.cpp118 …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()
Des2pShaderOperatorTests.cpp214 struct AttribSpec struct in deqp::gles2::Performance::__anona8c3c8290111::OperatorPerformanceCase
216AttribSpec (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 …]
Des2pBlendTests.cpp104 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f), in init()
Des2pTextureCases.cpp117 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f), in init()
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp299 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()
Des3pShaderCompilationCases.cpp362 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 …]
Des3pShaderOperatorTests.cpp214 struct AttribSpec struct in deqp::gles3::Performance::__anon6814502b0111::OperatorPerformanceCase
216AttribSpec (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 …]
Des3pShaderOptimizationTests.cpp118 …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()
Des3pBlendTests.cpp107 m_attributes.push_back(AttribSpec("a_color", Vec4(0.0f, 0.5f, 0.5f, 1.0f), in init()
Des3pTextureCases.cpp125 m_attributes.push_back(AttribSpec("a_coords", Vec4(p00.x(), p00.y(), 0.0f, 0.0f), in init()
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp409 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()