Home
last modified time | relevance | path

Searched defs:AttribSpec (Results 1 – 6 of 6) 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() function
57 AttribSpec (void) {} in AttribSpec() argument
59 std::string name;
60 tcu::Vec4 p00; //!< Bottom left.
61 tcu::Vec4 p01; //!< Bottom right.
62 tcu::Vec4 p10; //!< Top left.
63 tcu::Vec4 p11; //!< Top right.
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp214 struct AttribSpec struct in deqp::gles2::Performance::__anon328f41800111::OperatorPerformanceCase
216AttribSpec (const char* name_, const tcu::Vec4& p00_, const tcu::Vec4& p01_, const tcu::Vec4& p10_… in AttribSpec() argument
225 AttribSpec (void) {} in AttribSpec() function
227 std::string name;
228 tcu::Vec4 p00; //!< Bottom left.
229 tcu::Vec4 p01; //!< Bottom right.
230 tcu::Vec4 p10; //!< Top left.
231 tcu::Vec4 p11; //!< Top right.
Des2pShaderCompilationCases.cpp362 struct AttribSpec struct in deqp::gles2::Performance::ShaderCompilerCase
364 string name;
365 tcu::Vector<float, 16> value;
367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {} in AttribSpec() argument
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp214 struct AttribSpec struct in deqp::gles3::Performance::__anonf1dfc9820111::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
227 std::string name;
228 tcu::Vec4 p00; //!< Bottom left.
229 tcu::Vec4 p01; //!< Bottom right.
230 tcu::Vec4 p10; //!< Top left.
231 tcu::Vec4 p11; //!< Top right.
Des3pShaderCompilationCases.cpp362 struct AttribSpec struct in deqp::gles3::Performance::ShaderCompilerCase
364 string name;
365 tcu::Vector<float, 16> value;
367 AttribSpec (const string& n, const tcu::Vector<float, 16>& v) : name(n), value(v) {} in AttribSpec() argument
/external/deqp/modules/egl/
DteglChooseConfigTests.cpp409 struct AttribSpec struct in deqp::egl::ChooseConfigRandomCase
411 EGLenum attribute;
412 EGLint (*getValue)(de::Random& rnd);