Home
last modified time | relevance | path

Searched defs:vecSize (Results 1 – 21 of 21) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleObjectPool.cpp32 VehiclePropertyType type, size_t vecSize) { in obtain()
45 size_t vecSize = getVehicleRawValueVectorSize(src.value, type);; in obtain() local
90 VehiclePropertyType type, size_t vecSize) { in obtainRecylable()
H A DVehicleUtils.cpp32 VehiclePropertyType type, size_t vecSize) { in createVehiclePropValue()
H A DVehicleHalManager.cpp469 auto vecSize = cv.values.size(); in onBatchHalEvent() local
/aosp12/frameworks/rs/
H A DrsComponent.cpp29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { in set()
H A DrsElement.cpp231 bool isNorm, uint32_t vecSize) { in createRef()
416 uint32_t vecSize) { in rsi_ElementCreate()
H A DrsElement.h120 uint32_t vecSize) { in create()
H A DrsScriptC_Lib.cpp335 bool norm, uint32_t vecSize) { in rsrElementCreate()
H A DrsHidlAdaptation.cpp513 uint32_t vecSize) in ElementCreate()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_single_source_alloc.java71 s.invoke_CreateAndTestAlloc(dataType.Value(), vecSize); in run() local
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_single_source_alloc.java73 s.invoke_CreateAndTestAlloc(dataType.Value(), vecSize); in run() local
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DGnssAntennaInfo.cpp69 uint32_t vecSize, numberOfRows, numberOfColumns; in convertGnssAntennaInfo() local
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DGnssAntennaInfo.cpp69 uint32_t vecSize, numberOfRows, numberOfColumns; in convertGnssAntennaInfo() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleObjectPool.h194 bool isDisposable(VehiclePropertyType type, size_t vecSize) const { in isDisposable()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicBLAS.cpp144 static void walk_tiled_gemm(Func blasFunc, T_param alpha, T_param beta, int vecSize, in walk_tiled_gemm()
/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_type.h179 uint32_t vecSize; // number of elements; one if not a vector member
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DElement.java780 int vecSize = 1; in createUser() local
H A DRenderScript.java358 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnElementCreate()
359 synchronized long nElementCreate(long type, int kind, boolean norm, int vecSize) { in nElementCreate()
1034 native long rsnIncElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnIncElementCreate()
1035 synchronized long nIncElementCreate(long type, int kind, boolean norm, int vecSize) { in nIncElementCreate()
/aosp12/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp240 uint32_t vecSize) { in CreateElement()
380 uint32_t vecSize) { in rsCreateElement()
411 uint32_t vecSize) { in rsCreateElement()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DElement.java1160 int vecSize = 1; in createUser() local
H A DRenderScript.java417 native long rsnElementCreate(long con, long type, int kind, boolean norm, int vecSize); in rsnElementCreate()
418 synchronized long nElementCreate(long type, int kind, boolean norm, int vecSize) { in nElementCreate()
/aosp12/system/tools/hidl/
H A DCompoundType.cpp1534 size_t vecAlign, vecSize; in emitJavaTypeDeclarations() local