Searched defs:getNumIndices (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp67 static inline int getNumIndices (int gridSizeX, int gridSizeY) function in namespace:deqp::gls
261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DOperator.h268 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GEPOperator
H A DInstructions.h805 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GetElementPtrInst
1753 unsigned getNumIndices() const { function in class:llvm::ExtractValueInst
1875 unsigned getNumIndices() const { function in class:llvm::InsertValueInst
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp110 int getNumIndices (void);
188 int PrimitiveRestartCase::getNumIndices (void) function in class:deqp::gles3::Functional::PrimitiveRestartCase
253 DE_ASSERT(getNumIndices() == 0);
446 int numIndices = getNumIndices();
556 int numIndices = getNumIndices();
577 draw(0, getNumIndices());
602 int numIndices = getNumIndices();
H A Des3fVertexTextureTests.cpp245 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } function in class:deqp::gles3::Functional::__anon4571::PosTexCoordQuadGrid
783 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1118 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1458 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1802 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
/external/llvm/include/llvm/IR/
H A DOperator.h411 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GEPOperator
H A DInstructions.h1006 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GetElementPtrInst
2298 unsigned getNumIndices() const { function in class:llvm::ExtractValueInst
2425 unsigned getNumIndices() const { function in class:llvm::InsertValueInst
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp196 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } function in class:deqp::gles2::Functional::__anon4362::PosTexCoordQuadGrid
683 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1015 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp142 deUint32 getNumIndices (void) const { return getNumVertices(); } function in class:vkt::synchronization::__anon3963::VertexGrid
2279 pIndirectCommand->indexCount = m_vertices.getNumIndices();
2360 vk.cmdDrawIndexed(cmdBuffer, m_vertices.getNumIndices(), 1u, 0u, 0, 0u);

Completed in 1451 milliseconds