Home
last modified time | relevance | path

Searched defs:numVertices (Results 1 - 25 of 70) sorted by relevance

123

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrPrimitivePacket.cpp31 GeometryEmitter::GeometryEmitter (VertexPacketAllocator& vpalloc, size_t numVertices) in GeometryEmitter() argument
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSyncTests.cpp99 int numVertices = 3*numPrimitives; in generateVertices() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A 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
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.h110 int numVertices() const { return fNumVertices; } in numVertices() function in GrThreadSafeCache::VertexData
135 VertexData(const void* vertices, int numVertices, size_t vertexSize) in VertexData() argument
141 VertexData(sk_sp<GrGpuBuffer> gpuBuffer, int numVertices, size_t vertexSize) in VertexData() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.hpp151 uint32_t numVertices = 0; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fSyncTests.cpp111 int numVertices = 3*numPrimitives; in generateVertices() local
H A Des3fRasterizerDiscardTests.cpp129 int numVertices; in generateVertices() local
[all...]
H A 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
H A 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
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A 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
H A DvktTessellationMiscDrawTests.cpp343 const int numVertices = (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3 : 4); in initCommonPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp289 const deUint32 numVertices = 6; in iterate() local
H A DvktPipelineDynamicVertexAttributeTests.cpp425 const deUint32 numVertices = 6; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp91 StateObjects::StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive) in StateObjects() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsFragOpInteractionCase.cpp79 static void computeVertexLayout (const vector<rsg::ShaderInput*>& attributes, int numVertices, vector<glu::VertexArrayBinding>* layout, int* stride) in computeVertexLayout() argument
124 VertexDataStorage::VertexDataStorage (const vector<rsg::ShaderInput*>& attributes, int numVertices) in VertexDataStorage() argument
H A DglsRandomShaderCase.cpp78 VertexArray::VertexArray (const rsg::ShaderInput* input, int numVertices) in VertexArray() argument
155 int numVertices = (m_gridWidth+1)*(m_gridHeight+1); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleResolveRenderAreaTests.cpp283 const deUint32 numVertices = 6; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolConcurrentTests.cpp91 StateObjects::StateObjects (const vk::DeviceInterface&vk, vkt::Context &context, const int numVertices, vk::VkPrimitiveTopology primitive) in StateObjects() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp409 const deUint32 numVertices = 6; in iterate() local
709 const deUint32 numVertices = 6; in iterate() local
[all...]
H A DvktFragmentOperationsTransientAttachmentTests.cpp404 const deUint32 numVertices = 6; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp409 const deUint32 numVertices = 6; in iterate() local
709 const deUint32 numVertices = 6; in iterate() local
[all...]
H A DvktFragmentOperationsTransientAttachmentTests.cpp404 const deUint32 numVertices = 6; in iterate() local
/third_party/skia/src/gpu/ops/
H A DTriangulatingPathRenderer.cpp58 static sk_sp<SkData> create_data(int numVertices, bool isLinear, SkScalar tol) { in create_data() argument
/third_party/vk-gl-cts/modules/gles3/performance/
H A 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/framework/randomshaders/
H A DrsgProgramExecutor.cpp57 VaryingStorage::VaryingStorage (const VariableType& type, int numVertices) in VaryingStorage() argument
85 VaryingStore::VaryingStore (int numVertices) in VaryingStore() argument
215 int numVertices = gridVtxWidth*gridVtxHeight; in execute() local
[all...]

Completed in 26 milliseconds

123