Home
last modified time | relevance | path

Searched defs:vectorSize (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/rs/script_api/
H A DGenerateTestFiles.cpp29 static void convertToRsType(const string& name, string* dataType, char* vectorSize) { in convertToRsType()
319 char vectorSize; in writeJavaInputAllocationDefinition() local
349 const string& dataType, const string& seed, char vectorSize, in writeJavaRandomCompatibleFloatAllocation()
381 const string& dataType, const string& seed, char vectorSize, in writeJavaRandomCompatibleIntegerAllocation()
402 char vectorSize; in writeJavaOutputAllocationDefinition() local
413 string vectorSize = "1"; in writeJavaVerifyScalarMethod() local
H A DGenerateRSFunctionsList.cpp96 …string> expandTypedefs(const string type, unsigned int apiLevel, int intSize, string& vectorSize) { in expandTypedefs()
197 static bool mangleType(string vectorSize, list<string>* tokens, vector<string>* previousManglings, in mangleType()
307 string vectorSize = p->mVectorSize; in writeParameters() local
H A DSpecification.cpp118 void getVectorSizeAndBaseType(const string& type, string& vectorSize, string& baseType) { in getVectorSizeAndBaseType()
/aosp12/system/core/libutils/
H A DVector_fuzz.cpp27 size_t vectorSize = dataProvider.ConsumeIntegralInRange<size_t>(0, MAX_VEC_SIZE); in runVectorFuzz() local
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleObjectPool.h206 InternalPool(VehiclePropertyType type, size_t vectorSize) in InternalPool()
/aosp12/frameworks/base/core/java/android/transition/
H A DExplode.java153 double vectorSize = Math.hypot(xVector, yVector); in calculateOut() local
/aosp12/frameworks/rs/
H A DrsElement.h47 uint32_t vectorSize; member
H A DrsMesh.cpp217 uint32_t vectorSize = 0; in computeBBox() local
/aosp12/frameworks/rs/driver/runtime/
H A Drs_structs.h213 uint32_t vectorSize; member