Searched defs:vectorSize (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/
H A DrsElement.h45 uint32_t vectorSize; member in struct:android::renderscript::Element::Hal::State
H A DrsMesh.cpp217 uint32_t vectorSize = 0; local
228 vectorSize = bufferElem->getField(ct)->getComponent().getVectorSize();
254 for (uint32_t v = 0; v < vectorSize; v ++) {
/frameworks/rs/api/
H A DGenerateStubsWhiteList.cpp96 list<string> expandTypedefs(const string type, unsigned int apiLevel, int intSize, string& vectorSize) { argument
118 istringstream vectorSizeBuf(vectorSize);
127 vectorSize = newVectorSize;
196 static bool mangleType(string vectorSize, list<string>* tokens, vector<string>* previousManglings, argument
209 } else if (vectorSize != "1" && vectorSize != "") {
211 delta = "Dv" + vectorSize + "_";
212 vectorSize.clear(); // Reset to mark the size as consumed.
259 if (!mangleType(vectorSize, tokens, previousManglings, &rest, &compressedRest)) {
306 string vectorSize local
[all...]
H A DGenerateTestFiles.cpp29 static void convertToRsType(const string& name, string* dataType, char* vectorSize) { argument
35 *vectorSize = lastChar;
37 *vectorSize = '1';
109 char vectorSize,
113 char vectorSize,
312 char vectorSize; local
313 convertToRsType(param.rsType, &dataType, &vectorSize);
319 writeJavaRandomCompatibleFloatAllocation(dataType, seed, vectorSize,
323 writeJavaRandomCompatibleIntegerAllocation(dataType, seed, vectorSize,
329 << vectorSize << ", " << see
341 writeJavaRandomCompatibleFloatAllocation( const string& dataType, const string& seed, char vectorSize, const NumericalType& compatibleType, const NumericalType& generatedType) const argument
373 writeJavaRandomCompatibleIntegerAllocation( const string& dataType, const string& seed, char vectorSize, const NumericalType& compatibleType, const NumericalType& generatedType) const argument
395 char vectorSize; local
406 string vectorSize = "1"; local
[all...]
H A DSpecification.cpp118 void getVectorSizeAndBaseType(const string& type, string& vectorSize, string& baseType) { argument
119 vectorSize = "1";
134 vectorSize = lastChar;
/frameworks/rs/driver/runtime/
H A Drs_structs.h213 uint32_t vectorSize; member in struct:Element::__anon1662::__anon1663

Completed in 90 milliseconds