Searched defs:AttribSpec (Results 1 – 6 of 6) sorted by relevance
/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() 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/ |
D | es2pShaderOperatorTests.cpp | 214 struct AttribSpec struct in deqp::gles2::Performance::__anon188e59070111::OperatorPerformanceCase 216 …AttribSpec (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.
|
D | es2pShaderCompilationCases.cpp | 362 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() function
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 214 struct AttribSpec struct in deqp::gles3::Performance::__anond7dee1090111::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 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.
|
D | es3pShaderCompilationCases.cpp | 362 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() function
|
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 409 struct AttribSpec struct in deqp::egl::ChooseConfigRandomCase 411 EGLenum attribute; 412 EGLint (*getValue)(de::Random& rnd);
|