Home
last modified time | relevance | path

Searched refs:numIndices (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.cpp102 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices() local
103 size_t numBytes = (numIndices / verticesPerPrimitive) * verticesPerPrimitive * bytesPerIndex; in copyIndices()
109 inPtr += (numIndices + 1) * bytesPerIndex; in copyIndices()
116 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices() local
117 GLsizei numTriangles = (numIndices - 2); in copyIndices()
125 inPtr += (numIndices + 1) * bytesPerIndex; in copyIndices()
131 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices() local
132 GLsizei numTriangles = (numIndices - 2); in copyIndices()
151 inPtr += (numIndices + 1) * bytesPerIndex; in copyIndices()
157 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcomposite.cpp30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local
31 if (numIndices != insInst->NumInOperands() - 2) return false; in ExtInsMatch()
32 for (uint32_t i = 0; i < numIndices; ++i) in ExtInsMatch()
44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
45 for (uint32_t i = 0; i < numIndices; ++i) in ExtInsConflict()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcomposite.cpp30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local
31 if (numIndices != insInst->NumInOperands() - 2) return false; in ExtInsMatch()
32 for (uint32_t i = 0; i < numIndices; ++i) in ExtInsMatch()
44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
45 for (uint32_t i = 0; i < numIndices; ++i) in ExtInsConflict()
/third_party/spirv-tools/source/opt/
Dcomposite.cpp30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local
31 if (numIndices != insInst->NumInOperands() - 2) return false; in ExtInsMatch()
32 for (uint32_t i = 0; i < numIndices; ++i) in ExtInsMatch()
44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
45 for (uint32_t i = 0; i < numIndices; ++i) in ExtInsConflict()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp461 int numIndices = getNumIndices(); in init() local
463 DE_ASSERT(numIndices > 0); in init()
465 …DE_ASSERT(m_endWithRestart || getIndex(numIndices-1) != restartIndex); // We don't want restarts… in init()
468 for (int i = 1; i < numIndices; i++) in init()
571 int numIndices = getNumIndices(); in draw() local
572 for (int i = 0; i < numIndices; i++) in draw()
617 int numIndices = getNumIndices(); in renderWithoutRestart() local
619 DE_ASSERT(numIndices >= 0); in renderWithoutRestart()
623 …for (int indexArrayNdx = 0; indexArrayNdx <= numIndices; indexArrayNdx++) // \note Goes one "too f… in renderWithoutRestart()
625 …if (indexArrayNdx >= numIndices || getIndex(indexArrayNdx) == restartIndex) // \note Handle end of… in renderWithoutRestart()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h324 uint32_t numIndices = 0; in LineLoopRestartIndexCountHelper() local
333 numIndices++; in LineLoopRestartIndexCountHelper()
339 numIndices += 2; in LineLoopRestartIndexCountHelper()
346 numIndices++; in LineLoopRestartIndexCountHelper()
348 return numIndices; in LineLoopRestartIndexCountHelper()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h289 uint32_t numIndices = 0; in LineLoopRestartIndexCountHelper() local
298 numIndices++; in LineLoopRestartIndexCountHelper()
304 numIndices += 2; in LineLoopRestartIndexCountHelper()
311 numIndices++; in LineLoopRestartIndexCountHelper()
313 return numIndices; in LineLoopRestartIndexCountHelper()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderPerformanceMeasurer.cpp101 int numIndices = gridSizeX * gridSizeY * numIndicesPerQuad; in generateIndices() local
102 dst.resize(numIndices); in generateIndices()
263 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render() local
268 gl.drawElements(GL_TRIANGLES, numIndices, GL_UNSIGNED_SHORT, DE_NULL); in render()
DglsRandomShaderCase.cpp206 int numIndices = numQuads*6; in init() local
207 m_indices.resize(numIndices); in init()
DglsBufferTestUtil.cpp751 static void execVertexFetch (T* dst, const T* src, const deUint8* indices, int numIndices) in execVertexFetch() argument
753 for (int i = 0; i < numIndices; ++i) in execVertexFetch()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp266 …const int numIndices = gridWidth*gridHeight * (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANG… in test() local
272 gridIndices.reserve(numIndices); in test()
328 DE_ASSERT(static_cast<int>(gridIndices.size()) == numIndices); in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp266 …const int numIndices = gridWidth*gridHeight * (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANG… in test() local
272 gridIndices.reserve(numIndices); in test()
328 DE_ASSERT(static_cast<int>(gridIndices.size()) == numIndices); in test()
/third_party/skia/src/gpu/
DBufferWriter.h239 IndexWriter makeAdvance(int numIndices) const {
240 return {SkTAddOffset<void>(fPtr, numIndices * sizeof(uint16_t))};
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp128 …IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const void* indi…
373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const … in IndexBuffer() argument
380 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, numIndices*getIndexSize(indexType), indices, usage); in IndexBuffer()
/third_party/flutter/skia/src/gpu/ops/
DGrAALinearizingConvexPathRenderer.cpp94 for (int i = 0; i < tess.numIndices(); ++i) { in extract_verts()
277 int currentIndices = tess.numIndices(); in onPrepareDraws()
DGrAAConvexTessellator.h52 int numIndices() const { return fIndices.count(); } in numIndices() function
/third_party/skia/src/gpu/ops/
DAALinearizingConvexPathRenderer.cpp59 for (int i = 0; i < tess.numIndices(); ++i) { in extract_verts()
249 int currentIndices = tess.numIndices(); in onPrepareDraws()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DBufferMtl.mm413 const size_t numIndices = idxBuffer->size() / sizeof(T);
415 for (size_t i = 0; i < numIndices; ++i)
425 } while (i < numIndices && bufferData[i] == restartMarker);
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBufferTestUtil.cpp562 static void execVertexFetch (T* dst, const T* src, const deUint8* indices, int numIndices) in execVertexFetch() argument
564 for (int i = 0; i < numIndices; ++i) in execVertexFetch()
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.h52 int numIndices() const { return fIndices.count(); } in numIndices() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1829 deUint32 numIndices, in render() argument
2222 if (numIndices != 0) in render()
2224 const VkDeviceSize indexBufferSize = numIndices * sizeof(deUint16); in render()
2332 if (numIndices != 0) in render()
2335 vk.cmdDrawIndexed(*cmdBuffer, numIndices, 1, 0, 0, 0); in render()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.cpp1829 deUint32 numIndices, in render() argument
2222 if (numIndices != 0) in render()
2224 const VkDeviceSize indexBufferSize = numIndices * sizeof(deUint16); in render()
2332 if (numIndices != 0) in render()
2335 vk.cmdDrawIndexed(*cmdBuffer, numIndices, 1, 0, 0, 0); in render()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp425 …const deUint32 numIndices = m_drawTessellatedSphere ? deUint32(sizeof(sphereIndices)/sizeof(… in iterate() local
1458 vk.cmdDrawIndexed(*cmdBuffer, numIndices, 1u, 0, 0, 0); in iterate()
1464 vk.cmdDrawIndexed(*cmdBuffer, numIndices, 1u, 0, 0, 0); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/
DvktDeviceGroupRendering.cpp425 …const deUint32 numIndices = m_drawTessellatedSphere ? deUint32(sizeof(sphereIndices)/sizeof(… in iterate() local
1458 vk.cmdDrawIndexed(*cmdBuffer, numIndices, 1u, 0, 0, 0); in iterate()
1464 vk.cmdDrawIndexed(*cmdBuffer, numIndices, 1u, 0, 0, 0); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp2665 uint32_t numIndices; in drawArrays() local
2667 nullptr, &numIndices)); in drawArrays()
2668 vk::LineLoopHelper::Draw(numIndices, 0, mRenderPassCommandBuffer); in drawArrays()
2689 uint32_t numIndices; in drawArraysInstanced() local
2691 gl::DrawElementsType::InvalidEnum, nullptr, &numIndices)); in drawArraysInstanced()
2692 mRenderPassCommandBuffer->drawIndexedInstanced(numIndices, instances); in drawArraysInstanced()
2713 uint32_t numIndices; in drawArraysInstancedBaseInstance() local
2715 gl::DrawElementsType::InvalidEnum, nullptr, &numIndices)); in drawArraysInstancedBaseInstance()
2716 mRenderPassCommandBuffer->drawIndexedInstancedBaseVertexBaseInstance(numIndices, instances, in drawArraysInstancedBaseInstance()

12