Home
last modified time | relevance | path

Searched defs:element_count (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_equation_instructions.cpp132 const auto element_count = vector->element_count(); in Apply() local
170 const auto element_count = vector->element_count(); in Apply() local
Dfuzzer_pass_construct_composites.cpp261 auto element_count = vector_type_instruction.GetSingleWordInOperand(1); in FindComponentsToConstructVector() local
Dfuzzer_util.cpp1173 uint32_t element_count) { in MaybeGetVectorType()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_equation_instructions.cpp136 const auto element_count = vector->element_count(); in Apply() local
174 const auto element_count = vector->element_count(); in Apply() local
Dfuzzer_pass_construct_composites.cpp261 auto element_count = vector_type_instruction.GetSingleWordInOperand(1); in FindComponentsToConstructVector() local
Dfuzzer_util.cpp1179 uint32_t element_count) { in MaybeGetVectorType()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_equation_instructions.cpp132 const auto element_count = vector->element_count(); in Apply() local
170 const auto element_count = vector->element_count(); in Apply() local
Dfuzzer_pass_construct_composites.cpp261 auto element_count = vector_type_instruction.GetSingleWordInOperand(1); in FindComponentsToConstructVector() local
Dfuzzer_util.cpp1173 uint32_t element_count) { in MaybeGetVectorType()
/third_party/node/deps/v8/src/builtins/
Dgrowable-fixed-array-gen.cc84 const TNode<IntPtrT> element_count, const TNode<IntPtrT> new_capacity) { in ResizeFixedArray()
Dbuiltins-array.cc844 int element_count = 0; in EstimateElementCount() local
/third_party/vk-gl-cts/external/amber/src/src/
Dbuffer.cc277 uint32_t element_count = value_count; in RecalculateMaxSizeInBytes() local
393 void Buffer::SetSizeInElements(uint32_t element_count) { in SetSizeInElements()
/third_party/spirv-tools/source/opt/
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
Dtypes.h278 uint32_t element_count() const { return count_; } in element_count() function
299 uint32_t element_count() const { return count_; } in element_count() function
/third_party/jerryscript/tests/unit-core/
Dtest-typedarray.cpp31 uint32_t element_count; /**< number of elements for the TypedArray */ member
90 jerry_length_t element_count, /**< expected element count */ in test_typedarray_info()
/third_party/benchmark/test/
Dbenchmark_random_interleaving_gtest.cc106 std::map<std::string, int> element_count; in TEST_F() local
/third_party/alsa-lib/src/control/
Dcontrol.c489 unsigned int element_count, in __snd_ctl_add_elem_set()
552 unsigned int element_count, in snd_ctl_add_integer_elem_set()
634 unsigned int element_count, in snd_ctl_add_integer64_elem_set()
712 unsigned int element_count, in snd_ctl_add_boolean_elem_set()
769 unsigned int element_count, in snd_ctl_add_enumerated_elem_set()
849 unsigned int element_count, in snd_ctl_add_bytes_elem_set()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtypes.h272 uint32_t element_count() const { return count_; } in element_count() function
294 uint32_t element_count() const { return count_; } in element_count() function
Dfolding_rules.cpp1509 uint32_t element_count = in GetExtractOperandsForElementOfCompositeConstruct() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.h272 uint32_t element_count() const { return count_; } in element_count() function
294 uint32_t element_count() const { return count_; } in element_count() function
Dfolding_rules.cpp1509 uint32_t element_count = in GetExtractOperandsForElementOfCompositeConstruct() local
/third_party/alsa-lib/test/
Duser-ctl-element-set.c20 unsigned int element_count; member
/third_party/node/deps/v8/src/regexp/
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/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3526 TNode<IntPtrT> GetArrayAllocationSize(TNode<TIndex> element_count, in GetArrayAllocationSize()
3532 TNode<IntPtrT> GetFixedArrayAllocationSize(TNode<TIndex> element_count, in GetFixedArrayAllocationSize()
3537 TNode<IntPtrT> GetPropertyArrayAllocationSize(TNode<IntPtrT> element_count) { in GetPropertyArrayAllocationSize()
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1078 uint32_t element_count = in DecodeElementSection() local

12