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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/scripts/
gen_llvm_types.py 77 def gen_llvm_type(type, name, postfix_name, is_pointer, is_pointer_pointer, is_array, is_array_array, array_count, array_count1, is_llvm_struct, is_llvm_enum, is_llvm_pfn, output_file):
123 llvm_type = 'ArrayType::get(ArrayType::get(%s, %s), %s)' % (llvm_type, array_count1, array_count)
125 llvm_type = 'ArrayType::get(%s, %s)' % (llvm_type, array_count)
237 array_count = '0'
241 array_count = is_array_array.group(1)
252 array_count = is_array.group(1)
307 output_lines += gen_llvm_type(type, name, postfix_name, is_pointer, is_pointer_pointer, is_array, is_array_array, array_count, array_count1, is_llvm_struct, is_llvm_enum, is_llvm_pfn, output_file)
  /external/skia/tools/lua/
glyph-counts.lua 54 function array_count(array) function
66 local key = array_count(t.glyphs)
glyph-usage.lua 88 function array_count(array) function
125 local count = array_count(v)
  /external/skqp/tools/lua/
glyph-counts.lua 54 function array_count(array) function
66 local key = array_count(t.glyphs)
glyph-usage.lua 88 function array_count(array) function
125 local count = array_count(v)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 405 int array_count = 0; local
499 array_count++;
504 array_count++;
509 array_count++;
515 array_count++;
521 array_count++;
524 vp->inputs[VERT_ATTRIB_FOG] = 15; array_count++;
526 array_count++;
534 array_count++;
551 array_count++
    [all...]
  /art/test/988-method-trace/
gen_srcs.py 157 array_count = kls_name.count("[")
159 return non_array + ("[]" * array_count)
  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 462 for (i = 0; i < hdr_info->array_count; i++)
467 for (j = i + 1; j < hdr_info->array_count; j++)
470 hdr_info->array_count--;
471 hdr_info->u.compact.entries[hdr_info->array_count] = NULL;
483 if (hdr_info->array_count == hdr_info->u.compact.allocated_entries)
505 hdr_info->u.compact.entries[hdr_info->array_count++] = sec;
1108 || hdr_info->array_count == 0)
1113 qsort (hdr_info->u.compact.entries, hdr_info->array_count,
1116 for (i = 0; i < hdr_info->array_count - 1; i++)
    [all...]
elf-bfd.h 429 unsigned int array_count;
428 unsigned int array_count; member in struct:eh_frame_hdr_info
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 145 unsigned array_count; local
178 array_count = 5;
183 array_count++;
189 array_count++;
205 array_count += texture_units + vertex_program_attribs;
206 arrays->num_arrays = array_count;
207 arrays->arrays = calloc(array_count, sizeof(struct array_state));
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_variables.cpp 558 const unsigned array_count = type->is_array() ? type->length : 1; local
561 uni->allocate_state_slots(array_count * statevar->num_elements);
563 for (unsigned a = 0; a < array_count; a++) {
    [all...]
  /art/runtime/
transaction.cc 58 size_t array_count = array_logs_.size(); local
68 << ", array_count=" << array_count
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 918 array_count(arrayobject *self, PyObject *v) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 918 array_count(arrayobject *self, PyObject *v) function
    [all...]
  /external/python/cpython2/Modules/
arraymodule.c 928 array_count(arrayobject *self, PyObject *v) function
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
vk_helper.py     [all...]
  /external/mesa3d/scripts/
get_reviewer.pl 1169 my $array_count = shift(@address_list);
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
upb.h 806 size_t array_count; /* Array part number of elements. */ member in struct:__anon32155
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]
upb.h 1043 size_t array_count; \/* Array part number of elements. *\/ member in struct:__anon32212
    [all...]

Completed in 455 milliseconds