Home
last modified time | relevance | path

Searched defs:elements (Results 326 - 350 of 499) sorted by relevance

1...<<11121314151617181920

/third_party/python/Lib/collections/
H A D__init__.py624 def elements(self): global() member in Counter
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp802 deUint32 elements; member
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp552 deUint32 elements; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp353 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp66 deUint32 elements; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp824 deUint32 elements; member
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp570 deUint32 elements; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp353 BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding) in makeStridedBuffer() argument
/third_party/skia/src/gpu/v1/
H A DClipStack.cpp307 render_sw_mask(GrRecordingContext* context, const SkIRect& bounds, const skgpu::v1::ClipStack::Element** elements, int count) render_sw_mask() argument
371 render_stencil_mask(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, uint32_t genID, const SkIRect& bounds, const skgpu::v1::ClipStack::Element** elements, int count, GrAppliedClip* out) render_stencil_mask() argument
840 removeElements(RawElement::Stack* elements) removeElements() argument
846 restoreElements(RawElement::Stack* elements) restoreElements() argument
895 addElement(RawElement&& toAdd, RawElement::Stack* elements) addElement() argument
928 this->replaceWithElement(std::move(toAdd), elements); addElement() local
941 this->replaceWithElement(std::move(toAdd), elements); addElement() local
992 appendElement(RawElement&& toAdd, RawElement::Stack* elements) appendElement() argument
1085 replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements) replaceWithElement() argument
1593 GetSWMaskFP(GrRecordingContext* context, Mask::Stack* masks, const SaveRecord& current, const SkIRect& bounds, const Element** elements, int count, std::unique_ptr<GrFragmentProcessor> clipFP) GetSWMaskFP() argument
[all...]
/third_party/skia/tests/
H A DGrClipStackTest.cpp154 ElementsBuilder(TestCaseBuilder* builder, std::vector<ClipStack::Element>* elements) in ElementsBuilder() argument
1769 auto elements = cs.begin(); DEF_TEST() local
[all...]
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp784 void visit(const std::vector<std::unique_ptr<ProgramElement>>& elements, in visit() argument
1076 void Inliner::buildCandidateList(const std::vector<std::unique_ptr<ProgramElement>>& elements, in buildCandidateList() argument
1139 bool Inliner::analyze(const std::vector<std::unique_ptr<ProgramElement>>& elements, in analyze() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp66 deUint32 elements; member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c1157 unsigned int elements = 0; in tls_connection_verify_peer() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c1157 unsigned int elements = 0; in tls_connection_verify_peer() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp579 JSTaggedValue elements = JSHandle<JSObject>(res)->GetElements(); in SerializeMultiSharedRegionTest() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp3666 JSHandle<TaggedArray> elements = JSSharedModule::CloneEnvForSModule(thread, module1, envRec); in HWTEST_F_L0() local
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp393 std::vector<ScalarValueItem> elements; in CreateValueItem() local
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp1826 void Disassembler::SerializeAnnotationElement(const std::vector<pandasm::AnnotationElement> &elements, in SerializeAnnotationElement() argument
1873 std::vector<pandasm::AnnotationElement> elements = ann.GetElements(); in SerializeMethodAnnotation() local
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp997 const auto &elements = anno->GetElements(); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp562 std::vector<ScalarValueItem> elements; in CreateValueItem() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp1083 const auto &elements = node->AsArrayPattern()->Elements(); in ValidateArrowParameterBindings() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_array.cpp105 auto elements = factory->NewTaggedArray(argc, JSTaggedValue::Undefined()); in ArrayConstructor() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2647 GateRef elements = GetElementsArray(*res); in GenerateCircuit() local
2653 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, *i, receiver); in GenerateCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp597 GateRef elements = GetElementsArray(*res); in DECLARE_ASM_HANDLER() local
603 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, *i, receiver); in DECLARE_ASM_HANDLER() local
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp1227 uint32_t elements = static_cast<uint32_t>(iteratedMap->NumberOfElements()); in GetTreeMapValue() local
1254 uint32_t elements = static_cast<uint32_t>(iteratedSet->NumberOfElements()); in GetTreeSetValue() local

Completed in 79 milliseconds

1...<<11121314151617181920