Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp180 size_t numVertices = in GetVertexCountForRange() local
295 size_t numVertices = GetVertexCountForRange(srcLength, srcFormatSize, srcStride); in CalculateOffsetAndVertexCountForDirtyRange() local
634 uint32_t srcOffset, dstOffset, numVertices; in convertVertexBufferGPU() local
705 uint32_t srcOffset, dstOffset, numVertices; in convertVertexBufferCPU() local
949 size_t numVertices = GetVertexCount(bufferVk, binding, srcFormatSize); in syncDirtyAttrib() local
1301 size_t numVertices = GetVertexCount(bufferVk, binding, srcAttributeSize); in updateStreamedAttribs() local
1319 size_t numVertices = instanceCount; in updateStreamedAttribs() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp243 … uint32_t numVertexValues, uint32_t numInstanceValues, uint32_t numVertices, in VertexAccessTest()
371 … uint32_t numVertexValues, uint32_t numInstanceValues, uint32_t numVertices, in DrawAccessTest()
487 uint32_t numVertices, uint32_t numInstances, in VertexAccessInstance()
1111 uint32_t numVertices, uint32_t numInstances) in DrawAccessInstance()
1143 … uint32_t numInstanceValues, uint32_t numVertices, in DrawIndexedAccessInstance()
1184 uint32_t numVertices; in createDrawTests() member
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrThreadSafeCache.h133 int numVertices() const { return fNumVertices; } in numVertices() function
158 VertexData(const void* vertices, int numVertices, size_t vertexSize) in VertexData()
164 VertexData(sk_sp<GrGpuBuffer> gpuBuffer, int numVertices, size_t vertexSize) in VertexData()
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A DS2Polyline.java39 private final int numVertices; field in S2Polyline
88 public int numVertices() { in numVertices() method in S2Polyline
H A DS2Loop.java72 private final int numVertices; field in S2Loop
183 public int numVertices() { in numVertices() method in S2Loop
H A DS2Polygon.java65 private int numVertices; field in S2Polygon
468 public S2LoopSequenceIndex(int[] numVertices) { in S2LoopSequenceIndex()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp335 int numVertices = row * numCols + col + 1; in init() local
368 int numVertices = stripNdx + 1; in init() local
442 int numVertices = rowNdx + 1; in init() local
H A Des3fShaderPrecisionTests.cpp345 const int numVertices = 4; in iterate() local
560 const int numVertices = 4; in iterate() local
755 const int numVertices = 4; in iterate() local
H A Des3fSyncTests.cpp113 int numVertices = 3 * numPrimitives; in generateVertices() local
H A Des3fShaderBuiltinVarTests.cpp767 const int numVertices = MAX_VERTICES; in init() local
951 void VertexIDCase::renderReference(const tcu::PixelBufferAccess &dst, const int numVertices, in renderReference()
H A Des3fRasterizerDiscardTests.cpp127 int numVertices; in generateVertices() local
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp59 VaryingStorage::VaryingStorage(const VariableType &type, int numVertices) : m_value(type.getScalarS… in VaryingStorage()
86 VaryingStore::VaryingStore(int numVertices) : m_numVertices(numVertices) in VaryingStore()
224 int numVertices = gridVtxWidth * gridVtxHeight; in execute() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp79 static void computeVertexLayout(const vector<rsg::ShaderInput *> &attributes, int numVertices, in computeVertexLayout()
145 VertexDataStorage::VertexDataStorage(const vector<rsg::ShaderInput *> &attributes, int numVertices) in VertexDataStorage()
568 const int numVertices = 4; in iterate() local
H A DglsShaderPerformanceMeasurer.cpp314 int64_t numVertices = (int64_t)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids; in iterate() local
334 int64_t numVertices = (int64_t)getNumVertices(m_gridSizeX, m_gridSizeY) * numQuadGrids; in logMeasurementInfo() local
H A DglsRandomShaderCase.cpp78 VertexArray::VertexArray(const rsg::ShaderInput *input, int numVertices) in VertexArray()
156 int numVertices = (m_gridWidth + 1) * (m_gridHeight + 1); in init() local
H A DglsLongStressCase.cpp1181 const int numVertices, Random &rnd) in generateRandomAttribData()
1220 … const VarSpec &attrSpec, const int numVertices, Random &rnd) in generateRandomPositionAttribData()
1256 … const vector<VarSpec> &attrSpecs, const string &posAttrName, const int numVertices, in generateAttribs()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCommonEdgeTests.cpp133 const int numVertices = (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3 : 4); in initPrograms() local
266 const int numVertices = (gridWidth + 1) * (gridHeight + 1); in test() local
/aosp_15_r20/cts/tests/openglperf2/jni/graphics/
H A DMesh.cpp17 const int numVertices) in Mesh()
H A DGLUtils.cpp99 int numVertices = readInt(buffer + index); in loadMesh() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp407 const uint32_t numVertices = 6; in iterate() local
745 const uint32_t numVertices = 6; in iterate() local
1527 const uint32_t numVertices = 6u; in iterate() local
2232 const uint32_t numVertices = 6u; in iterate() local
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrPrimitivePacket.cpp31 GeometryEmitter::GeometryEmitter(VertexPacketAllocator &vpalloc, size_t numVertices) in GeometryEmitter()
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp317 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
595 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp313 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
587 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sSyncTests.cpp100 int numVertices = 3 * numPrimitives; in generateVertices() local
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DDrawTester.hpp154 uint32_t numVertices = 0; member

12345678