Home
last modified time | relevance | path

Searched defs:element_count (Results 1 - 21 of 21) sorted by relevance

/third_party/benchmark/test/
H A Dbenchmark_random_interleaving_gtest.cc106 std::map<std::string, int> element_count; in TEST_F() local
/third_party/node/deps/v8/src/builtins/
H A Dgrowable-fixed-array-gen.cc83 ResizeFixedArray( const TNode<IntPtrT> element_count, const TNode<IntPtrT> new_capacity) ResizeFixedArray() argument
H A Dbuiltins-array.cc844 int element_count = 0; in EstimateElementCount() local
/third_party/jerryscript/tests/unit-core/
H A Dtest-typedarray.cpp31 uint32_t element_count; /**< number of elements for the TypedArray */ member
88 test_typedarray_info(jerry_value_t typedarray, jerry_typedarray_type_t typedarray_type, jerry_length_t element_count, jerry_length_t bytes_per_element) test_typedarray_info() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_construct_composites.cpp261 auto element_count = vector_type_instruction.GetSingleWordInOperand(1); in FindComponentsToConstructVector() local
[all...]
H A Dfuzzer_util.cpp1171 MaybeGetVectorType(opt::IRContext* ir_context, uint32_t component_type_id, uint32_t element_count) MaybeGetVectorType() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_construct_composites.cpp261 auto element_count = vector_type_instruction.GetSingleWordInOperand(1); in FindComponentsToConstructVector() local
[all...]
H A Dfuzzer_util.cpp1171 MaybeGetVectorType(opt::IRContext* ir_context, uint32_t component_type_id, uint32_t element_count) MaybeGetVectorType() argument
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_construct_composites.cpp261 auto element_count = vector_type_instruction.GetSingleWordInOperand(1); in FindComponentsToConstructVector() local
[all...]
H A Dfuzzer_util.cpp1177 MaybeGetVectorType(opt::IRContext* ir_context, uint32_t component_type_id, uint32_t element_count) MaybeGetVectorType() argument
/third_party/alsa-lib/test/
H A Duser-ctl-element-set.c20 unsigned int element_count; member
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dbuffer.cc277 uint32_t element_count = value_count; in RecalculateMaxSizeInBytes() local
393 void Buffer::SetSizeInElements(uint32_t element_count) { in SetSizeInElements() argument
/third_party/spirv-tools/source/opt/
H A Dconstants.cpp399 const uint32_t element_count = type->AsVector()->element_count(); in GetNullCompositeConstant() local
406 const uint32_t element_count = type->AsMatrix()->element_count(); in GetNullCompositeConstant() local
419 const uint32_t element_count = type->AsArray()->length_info().words[0]; in GetNullCompositeConstant() local
[all...]
H A Dtypes.h278 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Vector
299 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Matrix
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.h272 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Vector
294 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Matrix
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.h272 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Vector
294 uint32_t element_count() const { return count_; } in element_count() function in spvtools::opt::analysis::Matrix
/third_party/alsa-lib/src/control/
H A Dcontrol.c488 __snd_ctl_add_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count) __snd_ctl_add_elem_set() argument
551 snd_ctl_add_integer_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count, long min, long max, long step) snd_ctl_add_integer_elem_set() argument
633 snd_ctl_add_integer64_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count, long long min, long long max, long long step) snd_ctl_add_integer64_elem_set() argument
711 snd_ctl_add_boolean_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count) snd_ctl_add_boolean_elem_set() argument
768 snd_ctl_add_enumerated_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count, unsigned int items, const char *const labels[]) snd_ctl_add_enumerated_elem_set() argument
848 snd_ctl_add_bytes_elem_set(snd_ctl_t *ctl, snd_ctl_elem_info_t *info, unsigned int element_count, unsigned int member_count) snd_ctl_add_bytes_elem_set() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc1078 uint32_t element_count = in DecodeElementSection() local
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h3526 TNode<IntPtrT> GetArrayAllocationSize(TNode<TIndex> element_count, in GetArrayAllocationSize() argument
3532 TNode<IntPtrT> GetFixedArrayAllocationSize(TNode<TIndex> element_count, in GetFixedArrayAllocationSize() argument
2147 CopyFixedArrayElements( ElementsKind from_kind, TNode<FixedArrayBase> from_array, ElementsKind to_kind, TNode<FixedArrayBase> to_array, TNode<TIndex> element_count, TNode<TIndex> capacity, WriteBarrierMode barrier_mode = UPDATE_WRITE_BARRIER) CopyFixedArrayElements() argument
3537 GetPropertyArrayAllocationSize(TNode<IntPtrT> element_count) GetPropertyArrayAllocationSize() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc1874 int element_count = elements()->length(); in FilterOneByte() local
2341 int element_count = elements()->length(); in TextEmitPass() local
2534 int element_count = elements()->length(); in MakeCaseIndependent() local
3500 int element_count = elements()->length(); in CalculateOffsets() local
/third_party/glfw/deps/
H A Dnuklear.h4741 unsigned int element_count; member

Completed in 94 milliseconds