Home
last modified time | relevance | path

Searched refs:m_boundArray (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp432 …vector<float> m_boundArray; // Will contain per-vertex loop bounds if using non-stable attribute i… member in deqp::gles3::Performance::LoopCase
598 m_boundArray.resize(numVertices * numComponents); in init()
601 for (int i = 0; i < (int)m_boundArray.size(); i++) in init()
604m_boundArray[i] = (i / numComponents) % 2 == 0 ? unstableBoundLow : unstableBoundHigh; in init()
606 m_boundArray[i] = 0.0f; in init()
646 …DE_ASSERT((int)m_boundArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1)… in setupProgram()
650 …gl.bufferData(GL_ARRAY_BUFFER, (GLsizeiptr)(m_boundArray.size() * sizeof(float)), &m_boundArray[0], in setupProgram()
674 m_boundArray.clear(); in deinit()
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp428 …vector<float> m_boundArray; // Will contain per-vertex loop bounds if using non-stable attribute i… member in deqp::gles2::Performance::LoopCase
590 m_boundArray.resize(numVertices * numComponents); in init()
593 for (int i = 0; i < (int)m_boundArray.size(); i++) in init()
596m_boundArray[i] = (i / numComponents) % 2 == 0 ? unstableBoundLow : unstableBoundHigh; in init()
598 m_boundArray[i] = 0.0f; in init()
638 …DE_ASSERT((int)m_boundArray.size() == numComponents * (getGridWidth() + 1) * (getGridHeight() + 1)… in setupProgram()
642 …gl.bufferData(GL_ARRAY_BUFFER, (GLsizeiptr)(m_boundArray.size() * sizeof(float)), &m_boundArray[0], in setupProgram()
666 m_boundArray.clear(); in deinit()