HomeSort by relevance Sort by last modified time
    Searched defs:vecSize (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleObjectPool.cpp 32 VehiclePropertyType type, size_t vecSize) {
33 return isDisposable(type, vecSize)
34 ? obtainDisposable(type, vecSize)
35 : obtainRecylable(type, vecSize);
45 size_t vecSize = getVehicleRawValueVectorSize(src.value, type);;
46 auto dest = obtain(type, vecSize);
90 VehiclePropertyType type, size_t vecSize) {
93 | static_cast<int32_t>(vecSize);
99 auto newPool(std::make_unique<InternalPool>(type, vecSize));
VehicleHalManager.cpp 231 auto vecSize = cv.values.size();
233 if (vecSize < kMaxHidlVecOfVehiclPropValuePoolSize) {
234 vec.setToExternal(&mHidlVecOfVehiclePropValuePool[0], vecSize);
236 vec.resize(vecSize);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_single_source_alloc.java 68 for (int vecSize = 1; vecSize <= 4; vecSize++) {
71 s.invoke_CreateAndTestAlloc(dataType.Value(), vecSize);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_single_source_alloc.java 70 for (int vecSize = 1; vecSize <= 4; vecSize++) {
73 s.invoke_CreateAndTestAlloc(dataType.Value(), vecSize);
  /system/tools/hidl/
CompoundType.cpp 674 size_t vecAlign, vecSize;
675 VectorType::getAlignmentAndSizeStatic(&vecAlign, &vecSize);
694 out << vecSize << " /* sizeof hidl_vec<T> */);\n\n";
763 out << "android.os.HwBlob _hidl_blob = new android.os.HwBlob(" << vecSize
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSResizeTest.java 35 boolean useByte, int vecSize, byte[] inB, byte[] outB,
37 private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY) {
44 Element e = makeElement(dt, vecSize);
47 int arrSize = w * h * (vecSize == 3 ? 4 : vecSize);
78 int outArrSize = outW * outH * (vecSize == 3 ? 4 : vecSize);
82 useByte, vecSize, byteAlloc, nativeByteAlloc, floatAlloc, nativeFloatAlloc);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 295 for (int vecSize = 1; vecSize <= 4; vecSize++)
305 group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));
    [all...]
vktShaderCommonFunctionTests.cpp 427 for (int vecSize = 1; vecSize <= 4; vecSize++)
434 group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));
    [all...]
vktShaderExecutor.cpp 146 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
147 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
184 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
185 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
217 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType());
218 const glu::DataType uintBasicType = vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT;
226 const int vecSize = glu::getDataTypeScalarSize(output.varType.getBasicType())
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 792 const int vecSize = glu::getDataTypeScalarSize(baseType);
793 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
873 const int vecSize = glu::getDataTypeScalarSize(baseType);
874 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
952 const int vecSize = glu::getDataTypeScalarSize(baseType);
953 const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT)
954 : (vecSize > 1 ? glu::getDataTypeUintVec(vecSize) : glu::TYPE_UINT)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 870 const int vecSize = glu::getDataTypeScalarSize(baseType);
871 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
953 const int vecSize = glu::getDataTypeScalarSize(baseType);
954 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
    [all...]
es31fShaderIntegerFunctionTests.cpp 918 const int vecSize = glu::getDataTypeScalarSize(baseType);
919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize);
    [all...]
es31fSSBOLayoutCase.cpp 382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
384 const int vecAlign = deAlign32(getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)), vec4Alignment);
423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
425 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize));
633 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
637 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize);
741 const int vecSize = scalarSize / numVecs;
760 for (int compNdx = 0; compNdx < vecSize; compNdx++)
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 179 uint32_t vecSize; // number of elements; one if not a vector
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 775 int vecSize = 1;
776 long id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
777 return new Element(id, rs, dt, dk, norm, vecSize);
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.cpp 396 int vecSize =
399 return getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize));
461 int vecSize =
465 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize));
511 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType) :
515 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize));
609 int vecSize = scalarSize / numVecs;
623 for (int compNdx = 0; compNdx < vecSize; compNdx++)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 375 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
378 return getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize));
438 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
442 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize));
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
492 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize));
581 int vecSize = scalarSize / numVecs;
595 for (int compNdx = 0; compNdx < vecSize; compNdx++)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 626 const int vecSize = getDataTypeScalarSize(vecType);
627 const int alignment = ((isMatrix || vecSize == 3) ? 4 : vecSize)*int(sizeof(deUint32));
631 layout.size += alignment*(numVecs-1) + vecSize*int(sizeof(deUint32));
648 const int vecSize = getDataTypeScalarSize(vecType);
649 const int alignment = (vecSize == 3 ? 4 : vecSize)*int(sizeof(deUint32));
653 layout.size += alignment*(numVecs-1) + vecSize*int(sizeof(deUint32));
1021 const int vecSize = isDataTypeMatrix(basicType
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 119 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
120 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
157 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
158 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
198 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
199 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
237 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType())
    [all...]
glsUniformBlockCase.cpp 425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
428 return getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize));
488 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
492 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize));
538 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
542 int stride = getDataTypeArrayStride(glu::getDataTypeFloatVec(vecSize));
630 int vecSize = scalarSize / numVecs;
644 for (int compNdx = 0; compNdx < vecSize; compNdx++)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 685 int16_t vecSize;
688 vecSize = UB_LPC_ORDER;
705 memcpy(&poly[1], ptrIO, sizeof(double) * vecSize);
706 WebRtcIsac_Poly2Rc(poly, vecSize, rc);
707 WebRtcIsac_Rc2Lar(rc, ptrIO, vecSize);
708 ptrIO += vecSize;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslGrammar.cpp 855 TIntermTyped* vecSize;
856 if (! acceptLiteral(vecSize))
859 const int vecSizeI = vecSize->getAsConstantUnion()->getConstArray()[0].getIConst();
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 294 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
296 const int vecAlign = deAlign32(getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize)), vec4Alignment);
335 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
337 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize));
372 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
374 const int vecAlign = getDataTypeByteAlignment(glu::getDataTypeFloatVec(vecSize));
597 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(elemBasicType)
601 const glu::DataType vecType = glu::getDataTypeFloatVec(vecSize);
712 const int vecSize = scalarSize / numVecs;
731 for (int compNdx = 0; compNdx < vecSize; compNdx++
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 816 milliseconds

1 2