/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | composite.cpp | 30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local 44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | composite.cpp | 30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local 44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | composite.cpp | 30 uint32_t numIndices = static_cast<uint32_t>(extIndices.size()) - extOffset; in ExtInsMatch() local 44 uint32_t numIndices = std::min(extNumIndices, insNumIndices); in ExtInsConflict() local
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 102 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
|
/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 461 int numIndices = getNumIndices(); in init() local 571 int numIndices = getNumIndices(); in draw() local 617 int numIndices = getNumIndices(); in renderWithoutRestart() local
|
D | es3fFragmentOutputTests.cpp | 557 const int numIndices = numQuads*6; in iterate() local
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.cpp | 101 int numIndices = gridSizeX * gridSizeY * numIndicesPerQuad; in generateIndices() local 261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render() local
|
D | glsRandomShaderCase.cpp | 206 int numIndices = numQuads*6; in init() local
|
D | glsBufferTestUtil.cpp | 751 static void execVertexFetch (T* dst, const T* src, const deUint8* indices, int numIndices) in execVertexFetch()
|
/external/llvm-project/mlir/tools/mlir-reduce/ |
D | ReductionTreeUtils.cpp | 50 int numIndices) { in createTransformSpace()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.cpp | 1320 uint32_t numIndices, in DrawIndexedInstance() 1443 uint32_t numIndices, in SwrDrawIndexed() 1462 uint32_t numIndices, in SwrDrawIndexedInstanced()
|
D | context.h | 180 uint32_t numIndices; // DrawIndexed: Number of indices for draw. member
|
/external/llvm-project/mlir/lib/Dialect/Vector/ |
D | VectorUtils.cpp | 190 unsigned numIndices = indices.size(); in makePermutationMap() local
|
/external/skia/src/gpu/ops/ |
D | GrAAConvexTessellator.h | 52 int numIndices() const { return fIndices.count(); } in numIndices() function
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCommonEdgeTests.cpp | 264 …const int numIndices = gridWidth*gridHeight * (caseDef.primitiveType == TESSPRIMITIVETYPE_TRIANG… in test() local
|
/external/skqp/src/gpu/ops/ |
D | GrAAConvexTessellator.h | 52 int numIndices() const { return fIndices.count(); } in numIndices() function
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.h | 290 uint32_t numIndices = 0; in LineLoopRestartIndexCountHelper() local
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 373 IndexBuffer::IndexBuffer (const RenderContext& context, IndexType indexType, int numIndices, const … in IndexBuffer()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 562 static void execVertexFetch (T* dst, const T* src, const deUint8* indices, int numIndices) in execVertexFetch()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 371 …const deUint32 numIndices = m_drawTessellatedSphere ? deUint32(sizeof(sphereIndices)/sizeof(… in iterate() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 96 … (const glw::Functions& gl, deUint32 program, const char* varPrefix, int numIndices, const int* in… in uploadUniformIndices()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 2541 uint32_t numIndices; in drawArrays() local 2565 uint32_t numIndices; in drawArraysInstanced() local 2589 uint32_t numIndices; in drawArraysInstancedBaseInstance() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 136 MovePtr<Buffer> createUniformIndexBuffer (Context& context, int numIndices, const int* indices) in createUniformIndexBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1781 deUint32 numIndices, in render()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 1896 deUint32 numIndices = static_cast<deUint32>(indices.size()); in iterate() local
|