Home
last modified time | relevance | path

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

1234

/third_party/skia/src/gpu/
DGrThreadSafeCache.h110 int numVertices() const { return fNumVertices; } in numVertices() function
135 VertexData(const void* vertices, int numVertices, size_t vertexSize) in VertexData()
141 VertexData(sk_sp<GrGpuBuffer> gpuBuffer, int numVertices, size_t vertexSize) in VertexData()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrPrimitivePacket.cpp31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices) in GeometryEmitter()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sSyncTests.cpp99 int numVertices = 3*numPrimitives; in generateVertices() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp119 size_t numVertices = 1; in GetVertexCount() local
385 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferGPU() local
434 size_t numVertices = GetVertexCount(srcBuffer, binding, srcFormatSize); in convertVertexBufferCPU() local
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp151 uint32_t numVertices = 0; member
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp305 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
581 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp309 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
589 int numVertices = (getGridWidth() + 1) * (getGridHeight() + 1); in init() local
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleResolveRenderAreaTests.cpp283 const deUint32 numVertices = 6; in iterate() local

1234