Home
last modified time | relevance | path

Searched defs:numVertices (Results 1 – 25 of 57) sorted by relevance

123

/external/skia/src/gpu/ganesh/
DGrThreadSafeCache.h112 int numVertices() const { return fNumVertices; } in numVertices() function
137 VertexData(const void* vertices, int numVertices, size_t vertexSize) in VertexData()
143 VertexData(sk_sp<GrGpuBuffer> gpuBuffer, int numVertices, size_t vertexSize) in VertexData()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Polyline.java39 private final int numVertices; field in S2Polyline
88 public int numVertices() { in numVertices() method in S2Polyline
DS2Loop.java72 private final int numVertices; field in S2Loop
183 public int numVertices() { in numVertices() method in S2Loop
DS2Polygon.java65 private int numVertices; field in S2Polygon
468 public S2LoopSequenceIndex(int[] numVertices) { in S2LoopSequenceIndex()
/external/deqp/framework/referencerenderer/
DrrPrimitivePacket.cpp31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices) in GeometryEmitter()
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp144 size_t numVertices = 1; in GetVertexCount() local
444 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferGPU() local
489 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferCPU() local
733 size_t numVertices = GetVertexCount(bufferVk, binding, intendedFormat.pixelBytes); in syncDirtyAttrib() local
965 size_t numVertices = GetVertexCount(bufferVk, binding, srcAttributeSize); in updateStreamedAttribs() local
983 size_t numVertices = instanceCount; in updateStreamedAttribs() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp260 deUint32 numVertices, in VertexAccessTest()
392 deUint32 numVertices, in DrawAccessTest()
490 deUint32 numVertices, in VertexAccessInstance()
1099 deUint32 numVertices, in DrawAccessInstance()
1136 deUint32 numVertices, in DrawIndexedAccessInstance()
1182 deUint32 numVertices; in createDrawTests() member
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp57 VaryingStorage::VaryingStorage (const VariableType& type, int numVertices) in VaryingStorage()
85 VaryingStore::VaryingStore (int numVertices) in VaryingStore()
215 int numVertices = gridVtxWidth*gridVtxHeight; in execute() local
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp324 int numVertices = row*numCols + col + 1; in init() local
355 int numVertices = stripNdx + 1; in init() local
427 int numVertices = rowNdx + 1; in init() local
Des3fSyncTests.cpp111 int numVertices = 3*numPrimitives; in generateVertices() local
Des3fShaderPrecisionTests.cpp339 const int numVertices = 4; in iterate() local
553 const int numVertices = 4; in iterate() local
747 const int numVertices = 4; in iterate() local
Des3fRasterizerDiscardTests.cpp129 int numVertices; in generateVertices() local
Des3fShaderBuiltinVarTests.cpp772 const int numVertices = MAX_VERTICES; in init() local
953 void VertexIDCase::renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const… in renderReference()
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp308 deInt64 numVertices = (deInt64)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids; in iterate() local
328 deInt64 numVertices = (deInt64)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids; in logMeasurementInfo() local
DglsFragOpInteractionCase.cpp79 static void computeVertexLayout (const vector<rsg::ShaderInput*>& attributes, int numVertices, vect… in computeVertexLayout()
124 VertexDataStorage::VertexDataStorage (const vector<rsg::ShaderInput*>& attributes, int numVertices) in VertexDataStorage()
516 const int numVertices = 4; in iterate() local
DglsRandomShaderCase.cpp78 VertexArray::VertexArray (const rsg::ShaderInput* input, int numVertices) in VertexArray()
155 int numVertices = (m_gridWidth+1)*(m_gridHeight+1); in init() local
DglsLongStressCase.cpp991 …t8>& attrDataBuf, int& dataSizeBytesDst, const VarSpec& attrSpec, const int numVertices, Random& r… in generateRandomAttribData()
1027 …t8>& attrDataBuf, int& dataSizeBytesDst, const VarSpec& attrSpec, const int numVertices, Random& r… in generateRandomPositionAttribData()
1063 …zes, const vector<VarSpec>& attrSpecs, const string& posAttrName, const int numVertices, Random& r… in generateAttribs()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp129 const int numVertices = (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3 : 4); in initPrograms() local
265 const int numVertices = (gridWidth+1)*(gridHeight+1); in test() local
DvktTessellationMiscDrawTests.cpp343 const int numVertices = (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3 : 4); in initCommonPrograms() local
/external/deqp/modules/gles3/stress/
Des3sSyncTests.cpp99 int numVertices = 3*numPrimitives; in generateVertices() local
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp154 uint32_t numVertices = 0; member
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp309 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
589 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp305 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
581 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp409 const deUint32 numVertices = 6; in iterate() local
709 const deUint32 numVertices = 6; in iterate() local
1457 const deUint32 numVertices = 6u; in iterate() local
2136 const deUint32 numVertices = 6u; in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleResolveRenderAreaTests.cpp283 const deUint32 numVertices = 6; in iterate() local

123