HomeSort by relevance Sort by last modified time
    Searched defs:AttribSpec (Results 1 - 4 of 4) 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;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 407 struct AttribSpec
415 static const struct AttribSpec attributes[] =
451 std::vector<AttribSpec> candidates;
460 AttribSpec spec = rnd.choose<AttribSpec>(candidates.begin(), candidates.end());
  /external/deqp/modules/gles2/performance/
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...]
  /external/deqp/modules/gles3/performance/
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...]

Completed in 199 milliseconds