/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessVertexAccessTests.cpp | 72 const deUint32 m_numVertices; member in vkt::robustness::VertexAccessTest 153 const deUint32 m_numVertices; member in vkt::robustness::VertexAccessInstance 244 , m_numVertices (numVertices) in VertexAccessTest() 293 attributeUse << "\toutData[(gl_InstanceIndex * " << numScalarsPerVertex * m_numVertices in initPrograms() 332 "\t" << outType << " outData[" << (m_numVertices * numValues) * m_numInstances << "];\n" in initPrograms() 378 m_numVertices, in createInstance() 431 m_numVertices, in createInstance() 452 , m_numVertices (numVertices) in VertexAccessInstance() 638 …m_outBufferSize = getBufferSizeInBytes(m_numVertices * m_numInstances * numChannels * 3, VK_FORMAT… in VertexAccessInstance() 711 drawConfig.vertexCount = m_numVertices; in VertexAccessInstance() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 163 return m_numVertices; in getNumVertices() 218 int m_numVertices; member in deqp::QuadGrid 236 , m_numVertices((gridSize + 1) * (gridSize + 1)) in QuadGrid() 245 m_positions.resize(m_numVertices); in QuadGrid() 246 m_coords.resize(m_numVertices); in QuadGrid() 247 m_unitCoords.resize(m_numVertices); in QuadGrid() 248 m_attribOne.resize(m_numVertices); in QuadGrid() 249 m_screenPos.resize(m_numVertices); in QuadGrid() 253 m_userAttribs[i].resize(m_numVertices); in QuadGrid()
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 141 int getNumVertices (void) const { return m_numVertices; } in getNumVertices() 162 int m_numVertices; member in deqp::gls::QuadGrid 179 , m_numVertices ((gridSize + 1) * (gridSize + 1)) in QuadGrid() 188 m_positions.resize(m_numVertices); in QuadGrid() 189 m_coords.resize(m_numVertices); in QuadGrid() 190 m_unitCoords.resize(m_numVertices); in QuadGrid() 191 m_attribOne.resize(m_numVertices); in QuadGrid() 192 m_screenPos.resize(m_numVertices); in QuadGrid() 196 m_userAttribs[i].resize(m_numVertices); in QuadGrid()
|
/external/deqp/framework/randomshaders/ |
D | rsgProgramExecutor.cpp | 81 int m_numVertices; member in rsg::VaryingStore 86 : m_numVertices(numVertices) in VaryingStore() 103 storage = new VaryingStorage(type, m_numVertices); in getStorage()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawAhbTests.cpp | 65 : m_numVertices(numVertices), m_numLayers(numLayers) {} in DrawParams() 67 deUint32 m_numVertices; member 256 de::Random rnd (SEED ^ m_data.m_numLayers ^ m_data.m_numVertices); in generateDrawData() 258 for (deUint32 i = 0; i < m_data.m_numVertices; i++) in generateDrawData()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1371 , m_numVertices (0) in TestBase() 1546 vk.cmdDraw(*cmdBuffer, m_numVertices, 1u, 0u, 0u); in drawSinglePass() 1599 m_numVertices = static_cast<deUint32>(vertices.size()); in createVertexBuffer() 1612 deUint32 m_numVertices; member in vkt::pipeline::__anon0919ed2e0111::VerifySamples::TestBase 1916 , m_numVertices (0) in DrawTest() 2000 m_numVertices = static_cast<deUint32>(vertices.size()); in iterate() 2214 …vk.cmdDraw(currentCmdBuffer, m_numVertices, /*instance count*/ 1u, /*first vertex*/ 0u, /*first in… in drawPatternChangeReference() 2606 …vk.cmdDraw(cmdBuffer, m_numVertices, /*instance count*/ 1u, /*first vertex*/ 0u, /*first instance*… in recordFirstPassContents() 2608 …vk.cmdDraw(cmdBuffer, m_numVertices, /*instance count*/ NUM_PASSES, /*first vertex*/ 0u, /*first i… in recordFirstPassContents() 2630 …vk.cmdDraw(cmdBuffer, m_numVertices, /*instance count*/ 1u, /*first vertex*/ 0u, /*first instance*… in recordSecondPassContents() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 168 int getNumVertices (void) const { return m_numVertices; } in getNumVertices() 190 const int m_numVertices; member in vkt::sr::QuadGrid 213 , m_numVertices ((gridSize + 1) * (gridSize + 1)) in QuadGrid() 222 m_screenPos.resize(m_numVertices); in QuadGrid() 223 m_positions.resize(m_numVertices); in QuadGrid() 224 m_coords.resize(m_numVertices); in QuadGrid() 225 m_unitCoords.resize(m_numVertices); in QuadGrid() 226 m_attribOne.resize(m_numVertices); in QuadGrid() 230 m_userAttribs[attrNdx].resize(m_numVertices); in QuadGrid()
|
/external/deqp/modules/gles3/performance/ |
D | es3pDepthTests.cpp | 110 const int m_numVertices; member in deqp::gles3::Performance::__anon9d9b24b40111::RenderData 117 , m_numVertices (int(object.geometry.size())/4) in RenderData() 706 gl.drawArrays(GL_TRIANGLES, 0, data.m_numVertices); in render() 717 gl.drawArraysInstanced(GL_TRIANGLES, 0, data.m_numVertices, instances); in render()
|
D | es3pBufferDataUploadTests.cpp | 5418 int m_numVertices; member in deqp::gles3::Performance::__anon67db42180111::UploadWaitDrawCase 5448 , m_numVertices (-1) in UploadWaitDrawCase() 5499 m_numVertices = getLayeredGridNumVertices(scene); in init() 5522 gl.drawElements(GL_TRIANGLES, m_numVertices, GL_UNSIGNED_INT, DE_NULL); in init() 5532 gl.drawArrays(GL_TRIANGLES, 0, m_numVertices); in init() 5557 gl.drawArrays(GL_TRIANGLES, 0, m_numVertices); in init() 5559 gl.drawElements(GL_TRIANGLES, m_numVertices, GL_UNSIGNED_INT, DE_NULL); in init() 5614 << "Upload size is " << getHumanReadableByteSize(m_numVertices * vertexUploadDataSize) << ".\n" in init() 5820 gl.drawArrays(GL_TRIANGLES, 0, m_numVertices); in drawFromBuffer() 5822 gl.drawElements(GL_TRIANGLES, m_numVertices, GL_UNSIGNED_INT, DE_NULL); in drawFromBuffer()
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 4655 int m_numVertices; member in deqp::gles31::Functional::__anon2babdd300111::ViewportCallOrderCase 4661 , m_numVertices (-1) in ViewportCallOrderCase() 4752 gl.drawArrays(GL_PATCHES, 0, m_numVertices); in iterate() 4818 m_numVertices = (int)data.size(); in genVbo()
|