HomeSort by relevance Sort by last modified time
    Searched refs:index_count (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
sparse_index_array.cc 32 CHECK_LT(index_count(), max_indices_);
45 int64 SparseIndexArray::index_count() const { function in class:xla::SparseIndexArray
86 int64 num_indices = index_count();
sparse_index_array.h 71 int64 index_count() const;
128 int64 num_elements = index_count();
literal_util.h     [all...]
literal_util.cc     [all...]
  /toolchain/binutils/binutils-2.27/include/mach-o/
unwind.h 166 unsigned char index_count[4]; member in struct:mach_o_unwind_info_header
173 count given by index_count
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 121 uint32_t index_count() const { return static_cast<uint32_t>(faces_.size()) * 3; } function in class:__anon43410::Mesh
123 VkDeviceSize index_buffer_size() const { return sizeof(uint32_t) * index_count(); }
314 const int index_count = sizeof(teapot_indices) / sizeof(teapot_indices[0]); local
315 assert(position_count % 3 == 0 && index_count % 3 == 0);
332 for (int i = 0; i < index_count; i += 3) {
398 draw.indexCount = mesh.index_count();
406 first_index += mesh.index_count();
  /toolchain/binutils/binutils-2.27/binutils/
od-macho.c 1936 unsigned int index_count; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTransformFeedbackTests.cpp 382 glw::GLint index_count = 0; local
384 gl.getIntegerv(GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS, &index_count);
388 if (index_count == 0)
395 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 0, 16);
409 m_glBindBufferOffsetEXT(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 0);
422 gl.bindBufferBase(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0);
436 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 0, 0);
450 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 3, 4);
463 m_glBindBufferOffsetEXT(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 3);
477 gl.bindBufferRange(GL_TRANSFORM_FEEDBACK_BUFFER, index_count, m_buffer_0, 0, 3)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h     [all...]
d3dx9mesh.h     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 7034 uint32_t index_count = 0; local
    [all...]

Completed in 501 milliseconds