Searched defs:vectorSize (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/rs/script_api/ |
H A D | GenerateTestFiles.cpp | 29 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 D | GenerateRSFunctionsList.cpp | 96 …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 D | Specification.cpp | 118 void getVectorSizeAndBaseType(const string& type, string& vectorSize, string& baseType) { in getVectorSizeAndBaseType()
|
/aosp12/system/core/libutils/ |
H A D | Vector_fuzz.cpp | 27 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 D | VehicleObjectPool.h | 206 InternalPool(VehiclePropertyType type, size_t vectorSize) in InternalPool()
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | Explode.java | 153 double vectorSize = Math.hypot(xVector, yVector); in calculateOut() local
|
/aosp12/frameworks/rs/ |
H A D | rsElement.h | 47 uint32_t vectorSize; member
|
H A D | rsMesh.cpp | 217 uint32_t vectorSize = 0; in computeBBox() local
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_structs.h | 213 uint32_t vectorSize; member
|