/external/angle/third_party/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/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 476 int numIndices = getNumIndices(); in init() local 610 int numIndices = getNumIndices(); in draw() local 656 int numIndices = getNumIndices(); in renderWithoutRestart() local
|
D | es3fFragmentOutputTests.cpp | 533 const int numIndices = numQuads * 6; in iterate() local
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.cpp | 102 int numIndices = gridSizeX * gridSizeY * numIndicesPerQuad; in generateIndices() local 269 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render() local
|
D | glsRandomShaderCase.cpp | 207 int numIndices = numQuads * 6; in init() local
|
D | glsBufferTestUtil.cpp | 809 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch()
|
/external/pytorch/aten/src/ATen/native/cuda/ |
D | EmbeddingBag.cu | 64 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
|
D | Indexing.cu | 1321 uint64_t numIndices = index.numel(); in index_select_out_cuda_impl() local
|
/external/lzma/CPP/7zip/UI/Far/ |
D | PluginRead.cpp | 33 UInt32 numIndices, in ExtractFiles()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCommonEdgeTests.cpp | 267 const int numIndices = in test() local
|
/external/skia/src/gpu/ganesh/geometry/ |
D | GrAAConvexTessellator.h | 50 int numIndices() const { return fIndices.size(); } in numIndices() function
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cPrimitiveRestart.cpp | 467 const int numIndices = getIndicesLength(indices); in testDrawElements() local
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.h | 360 uint32_t numIndices = 0; in LineLoopRestartIndexCountHelper() local
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 402 IndexBuffer::IndexBuffer(const RenderContext &context, IndexType indexType, int numIndices, const v… in IndexBuffer()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 585 static void execVertexFetch(T *dst, const T *src, const uint8_t *indices, int numIndices) in execVertexFetch()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 439 …const uint32_t numIndices = m_drawTessellatedSphere ? uint32_t(sizeof(sphereIndices) / sizeof(sphe… in iterate() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 96 …adUniformIndices(const glw::Functions &gl, uint32_t program, const char *varPrefix, int numIndices, in uploadUniformIndices()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.cpp | 4099 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/ |
D | vktOpaqueTypeIndexingTests.cpp | 137 MovePtr<Buffer> createUniformIndexBuffer(Context &context, int numIndices, const int *indices) in createUniformIndexBuffer()
|
/external/pytorch/aten/src/ATen/native/ |
D | EmbeddingBag.cpp | 1073 int64_t numIndices = indices.numel(); in embedding_bag_cpu_max_out() local
|
D | TensorAdvancedIndexing.cpp | 284 int64_t numIndices = index.numel(); in TORCH_PRECOMPUTE_META_FUNC() local
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1854 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/ |
D | legalize_to_linalg.cc | 2834 int numIndices = static_cast<int>(indexShapedType.getRank()); in matchAndRewrite() local
|