/third_party/vk-gl-cts/framework/xexml/ |
D | xeXMLParser.hpp | 156 …bool hasAttribute (const char* name) const { return m_attributes.find(name) != m_attributes.… in hasAttribute() 157 …const char* getAttribute (const char* name) const { return m_attributes.find(name)->second.c_… in getAttribute() 158 const AttributeMap& attributes (void) const { return m_attributes; } in attributes() 194 AttributeMap m_attributes; member in xe::xml::Parser
|
D | xeXMLParser.cpp | 360 m_attributes.clear(); in clear() 384 m_attributes.clear(); in advance() 521 m_tokenizer.getString(m_attributes[m_attribName]); in advance()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderPerformanceMeasurer.cpp | 176 m_attributes = attributes; in init() 177 m_attributes.push_back(AttribSpec("a_position", in init() 196 m_attribBuffers.resize(m_attributes.size(), 0); in init() 199 for (int attribNdx = 0; attribNdx < (int)m_attributes.size(); attribNdx++) in init() 202 generateVertices(vertices, m_gridSizeX, m_gridSizeY, m_attributes[attribNdx]); in init() 211 for (int attribNdx = 0; attribNdx < (int)m_attributes.size(); attribNdx++) in init() 213 int location = gl.getAttribLocation(program, m_attributes[attribNdx].name.c_str()); in init()
|
D | glsShaderPerformanceCase.hpp | 78 std::vector<AttribSpec> m_attributes; member in deqp::gls::ShaderPerformanceCase
|
D | glsShaderPerformanceMeasurer.hpp | 123 std::vector<AttribSpec> m_attributes; member in deqp::gls::ShaderPerformanceMeasurer
|
D | glsShaderPerformanceCase.cpp | 149 m_measurer.init(m_program->getProgram(), m_attributes, initialCallCount); in init()
|
/third_party/vk-gl-cts/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 | 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()
|
/third_party/vk-gl-cts/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 | 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()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglChooseConfigTests.cpp | 121 m_attributes.push_back(std::make_pair((EGLenum)attributes[0], (EGLint)attributes[1])); in ChooseConfigCase() 129 , m_attributes (attributes) in ChooseConfigCase() 149 executeTest(m_attributes, m_checkOrder); in iterate() 236 vector<pair<EGLenum, EGLint> > m_attributes; member in deqp::egl::ChooseConfigCase
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 869 vector<Attribute> m_attributes; member in deqp::gles3::Functional::TransformFeedback::TransformFeedbackCase 951 …computeInputLayout(m_attributes, m_inputStride, m_progSpec.getVaryings(), m_progSpec.isPointSizeUs… in init() 954 …computeTransformFeedbackOutputs(m_transformFeedbackOutputs, m_attributes, m_progSpec.getVaryings()… in init() 1003 m_attributes.clear(); in deinit() 1094 genInputData(m_attributes, numInputs, m_inputStride, &inputData[0], rnd); in runTest() 1120 …for (vector<Attribute>::const_iterator attrib = m_attributes.begin(); attrib != m_attributes.end()… in runTest()
|