Home
last modified time | relevance | path

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

12

/external/angle/third_party/spirv-tools/src/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
/external/deqp-deps/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
/external/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
/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp476 int numIndices = getNumIndices(); in init() local
610 int numIndices = getNumIndices(); in draw() local
656 int numIndices = getNumIndices(); in renderWithoutRestart() local
Des3fFragmentOutputTests.cpp533 const int numIndices = numQuads * 6; in iterate() local
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp102 int numIndices = gridSizeX * gridSizeY * numIndicesPerQuad; in generateIndices() local
269 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render() local
DglsRandomShaderCase.cpp207 int numIndices = numQuads * 6; in init() local
DglsBufferTestUtil.cpp809 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch()
/external/pytorch/aten/src/ATen/native/cuda/
DEmbeddingBag.cu64 index_t *offset2bag, int64_t numIndices, int64_t numBags, in EmbeddingBag_updateOutputKernel_max()
114 index_t *offset2bag, int64_t numIndices, int64_t numBags, in EmbeddingBag_updateOutputKernel_sum_mean()
363 int64_t numIndices = indices.size(0); in _embedding_bag_cuda() local
DIndexing.cu1321 uint64_t numIndices = index.numel(); in index_select_out_cuda_impl() local
/external/lzma/CPP/7zip/UI/Far/
DPluginRead.cpp33 UInt32 numIndices, in ExtractFiles()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp267 const int numIndices = in test() local
/external/skia/src/gpu/ganesh/geometry/
DGrAAConvexTessellator.h50 int numIndices() const { return fIndices.size(); } in numIndices() function
/external/deqp/external/openglcts/modules/gl/
Dgl3cPrimitiveRestart.cpp467 const int numIndices = getIndicesLength(indices); in testDrawElements() local
/external/angle/src/libANGLE/renderer/
Drenderer_utils.h360 uint32_t numIndices = 0; in LineLoopRestartIndexCountHelper() local
/external/deqp/framework/opengl/
DgluDrawUtil.cpp402 IndexBuffer::IndexBuffer(const RenderContext &context, IndexType indexType, int numIndices, const v… in IndexBuffer()
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp585 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp439 …const uint32_t numIndices = m_drawTessellatedSphere ? uint32_t(sizeof(sphereIndices) / sizeof(sphe… in iterate() local
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp96 …adUniformIndices(const glw::Functions &gl, uint32_t program, const char *varPrefix, int numIndices, in uploadUniformIndices()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp4099 uint32_t numIndices; in drawArrays() local
4123 uint32_t numIndices; in drawArraysInstanced() local
4147 uint32_t numIndices; in drawArraysInstancedBaseInstance() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp137 MovePtr<Buffer> createUniformIndexBuffer(Context &context, int numIndices, const int *indices) in createUniformIndexBuffer()
/external/pytorch/aten/src/ATen/native/
DEmbeddingBag.cpp1073 int64_t numIndices = indices.numel(); in embedding_bag_cpu_max_out() local
DTensorAdvancedIndexing.cpp284 int64_t numIndices = index.numel(); in TORCH_PRECOMPUTE_META_FUNC() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1854 void ShaderRenderCaseInstance::render(uint32_t numVertices, uint32_t numIndices, const uint16_t *in… in render()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc2834 int numIndices = static_cast<int>(indexShapedType.getRank()); in matchAndRewrite() local

12