Home
last modified time | relevance | path

Searched refs:Element (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsCopyTests.cpp32 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
33 ASSERT_NE(Element(0), element); in TEST_P()
68 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
69 ASSERT_NE(Element(0), element); in TEST_P()
105 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
106 ASSERT_NE(Element(0), element); in TEST_P()
142 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
143 ASSERT_NE(Element(0), element); in TEST_P()
182 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
183 ASSERT_NE(Element(0), element); in TEST_P()
[all …]
DVtsMiscellaneousTests.cpp36 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
37 EXPECT_NE(Element(0), element); in TEST_P()
48 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
49 ASSERT_NE(Element(0), element); in TEST_P()
76 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
77 ASSERT_NE(Element(0), element); in TEST_P()
100 EXPECT_EQ(element, (Element)typeMetadata[5]); in TEST_P()
112 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
113 ASSERT_NE(Element(0), element); in TEST_P()
150 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 4); in TEST_P()
[all …]
DVtsScriptTests.cpp27 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P()
28 EXPECT_NE(Element(0), element); in TEST_P()
79 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P()
80 ASSERT_NE(Element(0), element); in TEST_P()
117 Element elementVE = context->elementCreate(DataType::SIGNED_32, DataKind::USER, false, 2); in TEST_P()
118 ASSERT_NE(Element(0), elementVE); in TEST_P()
201 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P()
202 ASSERT_NE(Element(0), element); in TEST_P()
247 Element element = context->elementCreate(DataType::SIGNED_32, DataKind::USER, false, 1); in TEST_P()
248 ASSERT_NE(Element(0), element); in TEST_P()
[all …]
DVtsHalRenderscriptV1_0TargetTest.h41 using ::android::hardware::renderscript::V1_0::Element;
/hardware/st/secure_element2/
DMETADATA3 "Android Secure Element HAL for Thales Embedded Secure Element."
/hardware/interfaces/secure_element/1.0/
DISecureElement.hal24 * Initializes the Secure Element. This may include updating the applet
39 * @return response containing the response. Empty vector if Secure Element
64 * Opens a logical channel with the Secure Element, selecting the applet
67 * @param aid AID to uniquely identify the applet on the Secure Element
79 * communicating with the Secure Element.
88 * Opens a basic channel with the Secure Element, selecting the applet
91 * @param aid AID to uniquely identify the applet on the Secure Element
103 * communicating with the Secure Element.
/hardware/interfaces/renderscript/1.0/default/
DContext.h84 …Return<void> elementGetNativeMetadata(Element element, elementGetNativeMetadata_cb _hidl_cb) overr…
85 …Return<void> elementGetSubElements(Element element, Size numSubElem, elementGetSubElements_cb _hid…
86 Return<Element> elementCreate(DataType dt, DataKind dk, bool norm, uint32_t size) override;
87 …Return<Element> elementComplexCreate(const hidl_vec<Element>& eins, const hidl_vec<hidl_string>& n…
89 …Return<Type> typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps…
129 …Return<void> scriptSetVarVE(Script vs, uint32_t slot, const hidl_vec<uint8_t>& data, Element ve, c…
131 Return<Script> scriptIntrinsicCreate(ScriptIntrinsicID id, Element elem) override;
DContext.cpp363 Return<void> Context::elementGetNativeMetadata(Element element, elementGetNativeMetadata_cb _hidl_c… in elementGetNativeMetadata()
372 Return<void> Context::elementGetSubElements(Element element, Size numSubElem, elementGetSubElements… in elementGetSubElements()
379 …hidl_vec<Element> ids = rs_to_hidl<Element>(_ids, [](uintptr_t val) { return stat… in elementGetSubElements()
386 Return<Element> Context::elementCreate(DataType dt, DataKind dk, bool norm, uint32_t size) { in elementCreate()
392 return rs_to_hidl<Element>(_element); in elementCreate()
395 Return<Element> Context::elementComplexCreate(const hidl_vec<Element>& eins, const hidl_vec<hidl_st… in elementComplexCreate()
396 …std::vector<RsElement> _eins = hidl_to_rs<RsElement>(eins, [](Element val) { retu… in elementComplexCreate()
401 return rs_to_hidl<Element>(_element); in elementComplexCreate()
413 Return<Type> Context::typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool… in typeCreate()
747 …:scriptSetVarVE(Script vs, uint32_t slot, const hidl_vec<uint8_t>& data, Element ve, const hidl_ve… in scriptSetVarVE()
[all …]
/hardware/interfaces/renderscript/1.0/
DIContext.hal210 * The size of the region is: count * Element's size.
223 * Copies a value into a single sub-Element of this Allocation.
233 * @param compIdx Component number to identify which sub-Element is updated
246 * The size of the region is: w * h * Element's size.
271 * The size of the region is: w * h * d * Element's size.
329 * The size of the region is: count * Element's size.
346 * Returns the value of a single sub-Element of this Allocation.
358 * @param compIdx Component number to identify which sub-Element is updated
371 * The size of the region is: w * h * Element's size.
400 * The size of the region is: w * h * d * Element's size.
[all …]
Dtypes.hal41 typedef OpaqueHandle Element;
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantStaNetwork.hal58 * SAE Hash-to-Element mode.
62 * Hash-to-Element is disabled, only Hunting & Pecking is allowed.
66 * Both Hash-to-Element and Hunting & Pecking are allowed.
70 * Only Hash-to-Element is allowed.
175 * Set SAE H2E (Hash-to-Element) mode.
/hardware/interfaces/secure_element/1.2/
DISecureElement.hal25 * Reset the Secure Element.
/hardware/interfaces/secure_element/1.1/
DISecureElementHalCallback.hal24 * Element.
DISecureElement.hal24 * Initializes the Secure Element. This may include updating the applet
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t205 * Element of the dimensions vector.
215 * Element of the dimensions vector.
317 * Element of the dimensions vector.
Dtypes.hal1885 * Element-wise division of two tensors.
2140 * Element-wise subtraction of two tensors.
5165 * Element of the dimensions vector.
5175 * Element of the dimensions vector.
5277 * Element of the dimensions vector.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dauto-render.mjs161 // Element node
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/
Dvulkantypes.py16 from xml.etree.ElementTree import Element
685 def makeVulkanTypeFromXMLTag(typeInfo, parentName: str, tag: Element) -> VulkanType: argument
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal60 * Element-wise division of two tensors.
291 * Element-wise subtraction of two tensors.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_descriptor_buffer.adoc78 * Element size
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dinterfaces.adoc137 as an code:OpTypeArray with an code:Element code:Type equivalent to the
148 an code:Element code:Type equivalent to the code:OpType* declaration of
153 fragment shader as an code:OpTypeArray with an code:Element code:Type
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc2178 equivalence of the parent Sync Element
2181 equivalence of the parent Sync Element
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dglossary.adoc552 Element::
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4Element(e,t,void 0,n);this.addNode(r),this.tagStack.push(r)},e.prototype.ontext=function(e){var t=…
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal1933 * Element-wise division of two tensors.
2206 * Element-wise subtraction of two tensors.

12