/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() 289 attributeUse << "\toutData[(gl_InstanceIndex * " << numScalarsPerVertex * m_numVertices in initPrograms() 317 "\t" << outType << " outData[" << (m_numVertices * numValues) * m_numInstances << "];\n" in initPrograms() 363 m_numVertices, in createInstance() 416 m_numVertices, in createInstance() 437 , m_numVertices (numVertices) in VertexAccessInstance() 613 …m_outBufferSize = getBufferSizeInBytes(m_numVertices * m_numInstances * numChannels * 3, VK_FORMAT… in VertexAccessInstance() 686 drawConfig.vertexCount = m_numVertices; in VertexAccessInstance() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 151 return m_numVertices; in getNumVertices() 206 int m_numVertices; member in deqp::QuadGrid 224 , m_numVertices((gridSize + 1) * (gridSize + 1)) in QuadGrid() 233 m_positions.resize(m_numVertices); in QuadGrid() 234 m_coords.resize(m_numVertices); in QuadGrid() 235 m_unitCoords.resize(m_numVertices); in QuadGrid() 236 m_attribOne.resize(m_numVertices); in QuadGrid() 237 m_screenPos.resize(m_numVertices); in QuadGrid() 241 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/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1453 , m_numVertices (0) in TestBase() 1642 vk.cmdDraw(*cmdBuffer, m_numVertices, 1u, 0u, 0u); in drawSinglePass() 1705 m_numVertices = static_cast<deUint32>(vertices.size()); in createVertexBuffer() 1718 deUint32 m_numVertices; member in vkt::pipeline::__anon3a411fb70111::VerifySamples::TestBase 2001 , m_numVertices (0) in DrawTest() 2101 m_numVertices = static_cast<deUint32>(vertices.size()); in iterate() 2315 …vk.cmdDraw(currentCmdBuffer, m_numVertices, /*instance count*/ 1u, /*first vertex*/ 0u, /*first in… in drawPatternChangeReference() 2726 …vk.cmdDraw(cmdBuffer, m_numVertices, /*instance count*/ 1u, /*first vertex*/ 0u, /*first instance*… in recordFirstPassContents() 2728 …vk.cmdDraw(cmdBuffer, m_numVertices, /*instance count*/ NUM_PASSES, /*first vertex*/ 0u, /*first i… in recordFirstPassContents() 2750 …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 | 152 int getNumVertices (void) const { return m_numVertices; } in getNumVertices() 174 const int m_numVertices; member in vkt::sr::QuadGrid 197 , m_numVertices ((gridSize + 1) * (gridSize + 1)) in QuadGrid() 206 m_screenPos.resize(m_numVertices); in QuadGrid() 207 m_positions.resize(m_numVertices); in QuadGrid() 208 m_coords.resize(m_numVertices); in QuadGrid() 209 m_unitCoords.resize(m_numVertices); in QuadGrid() 210 m_attribOne.resize(m_numVertices); in QuadGrid() 214 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::__anon3060813d0111::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::__anon3d4c17010111::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::__anon8c432bb90111::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()
|