Searched defs:vectorSize (Results 1 - 4 of 4) 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/driver/runtime/
H A Drs_structs.h198 uint32_t vectorSize; member in struct:Element::__anon1506::__anon1507
/frameworks/rs/api/
H A Dgen_runtime.cpp332 const string& seed, char vectorSize,
336 const string& seed, char vectorSize,
361 void convertToRsType(const string& name, string* dataType, char* vectorSize) const;
1463 char vectorSize; local
1464 convertToRsType(param.rsType, &dataType, &vectorSize);
1470 writeJavaRandomCompatibleFloatAllocation(file, dataType, seed, vectorSize,
1474 writeJavaRandomCompatibleIntegerAllocation(file, dataType, seed, vectorSize,
1483 << vectorSize << ", " << seed << ", " << param.minValue << ", " << param.maxValue
1487 file << "createRandomAllocation(mRS, Element.DataType." << dataType << ", " << vectorSize
1496 const string& seed, char vectorSize,
1495 writeJavaRandomCompatibleFloatAllocation(ofstream& file, const string& dataType, const string& seed, char vectorSize, const Type& compatibleType, const Type& generatedType) const argument
1528 writeJavaRandomCompatibleIntegerAllocation(ofstream& file, const string& dataType, const string& seed, char vectorSize, const Type& compatibleType, const Type& generatedType) const argument
1551 char vectorSize; local
1580 string vectorSize = "1"; local
[all...]

Completed in 72 milliseconds