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

  /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 823 const int vecSize = glu::getDataTypeScalarSize(baseType);
824 const glu::DataType boolType = vecSize > 1 ? glu::getDataTypeBoolVec(vecSize) : glu::TYPE_BOOL;
906 const int vecSize = glu::getDataTypeScalarSize(baseType);
907 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/base/rs/java/android/renderscript/
Element.java 860 int vecSize = 1;
861 long id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
862 return new Element(id, rs, dt, dk, norm, vecSize);
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.h 153 uint32_t vecSize;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 764 int vecSize = 1;
765 int id = rs.nElementCreate(dt.mID, dk.mID, norm, vecSize);
766 return new Element(id, rs, dt, dk, norm, vecSize);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 690 int16_t vecSize;
693 vecSize = UB_LPC_ORDER;
710 memcpy(&poly[1], ptrIO, sizeof(double) * vecSize);
711 WebRtcIsac_Poly2Rc(poly, vecSize, rc);
712 WebRtcIsac_Rc2Lar(rc, ptrIO, vecSize);
713 ptrIO += vecSize;
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 99 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
100 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
136 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
137 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
174 const int vecSize = glu::getDataTypeScalarSize(output->varType.getBasicType());
175 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
216 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/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 690 WebRtc_Word16 vecSize;
693 vecSize = UB_LPC_ORDER;
710 memcpy(&poly[1], ptrIO, sizeof(double) * vecSize);
711 WebRtcIsac_Poly2Rc(poly, vecSize, rc);
712 WebRtcIsac_Rc2Lar(rc, ptrIO, vecSize);
713 ptrIO += vecSize;
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/darwin/renderscript/lib/
renderscript-v8.jar 

Completed in 1445 milliseconds