Home
last modified time | relevance | path

Searched defs:numIndices (Results 1 – 25 of 27) sorted by relevance

12

/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
44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
/third_party/spirv-tools/source/opt/
Dcomposite.cpp30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local
44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
/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
44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.cpp102 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices() local
116 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices() local
131 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices() local
157 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices() local
178 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp461 int numIndices = getNumIndices(); in init() local
571 int numIndices = getNumIndices(); in draw() local
617 int numIndices = getNumIndices(); in renderWithoutRestart() local
Des3fFragmentOutputTests.cpp557 const int numIndices = numQuads*6; in iterate() local
/third_party/vk-gl-cts/modules/glshared/
DglsShaderPerformanceMeasurer.cpp101 int numIndices = gridSizeX * gridSizeY * numIndicesPerQuad; in generateIndices() local
263 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render() local
DglsRandomShaderCase.cpp206 int numIndices = numQuads*6; in init() local
DglsBufferTestUtil.cpp751 static void execVertexFetch (T* dst, const T* src, const deUint8* indices, int numIndices) in execVertexFetch()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h324 uint32_t numIndices = 0; in LineLoopRestartIndexCountHelper() local
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1320 uint32_t numIndices, in DrawIndexedInstance()
1443 uint32_t numIndices, in SwrDrawIndexed()
1462 uint32_t numIndices, in SwrDrawIndexedInstanced()
Dcontext.h180 uint32_t numIndices; // DrawIndexed: Number of indices for draw. member
/third_party/skia/src/gpu/geometry/
DGrAAConvexTessellator.h52 int numIndices() const { return fIndices.count(); } in numIndices() function
/third_party/flutter/skia/src/gpu/ops/
DGrAAConvexTessellator.h52 int numIndices() const { return fIndices.count(); } in numIndices() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp264 …const int numIndices = gridWidth*gridHeight * (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANG… in test() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h289 uint32_t numIndices = 0; in LineLoopRestartIndexCountHelper() local
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const … in IndexBuffer()
/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp371 …const deUint32 numIndices = m_drawTessellatedSphere ? deUint32(sizeof(sphereIndices)/sizeof(… in iterate() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp96 … (const glw::Functions& gl, deUint32 program, const char* varPrefix, int numIndices, const int* in… in uploadUniformIndices()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp2665 uint32_t numIndices; in drawArrays() local
2689 uint32_t numIndices; in drawArraysInstanced() local
2713 uint32_t numIndices; in drawArraysInstancedBaseInstance() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp136 MovePtr<Buffer> createUniformIndexBuffer (Context& context, int numIndices, const int* indices) in createUniformIndexBuffer()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp1322 uint32_t numIndices; in drawArrays() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1803 deUint32 numIndices, in render()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp2422 deUint32 numIndices = static_cast<deUint32>(indices.size()); in iterate() local

12