HomeSort by relevance Sort by last modified time
    Searched refs:basicType (Results 1 - 25 of 32) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 262 private final int basicType;
491 * @param basicType basic type corresponding to this type; one of the
495 private Type(String descriptor, int basicType, int newAt) {
500 if ((basicType < 0) || (basicType >= BT_COUNT)) {
501 throw new IllegalArgumentException("bad basicType");
509 this.basicType = basicType;
522 * @param basicType basic type corresponding to this type; one of the
525 private Type(String descriptor, int basicType) {
    [all...]
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 246 private final int basicType;
424 * @param basicType basic type corresponding to this type; one of the
428 private Type(String descriptor, int basicType, int newAt) {
433 if ((basicType < 0) || (basicType >= BT_COUNT)) {
434 throw new IllegalArgumentException("bad basicType");
442 this.basicType = basicType;
455 * @param basicType basic type corresponding to this type; one of the
458 private Type(String descriptor, int basicType) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 247 private final int basicType;
425 * @param basicType basic type corresponding to this type; one of the
429 private Type(String descriptor, int basicType, int newAt) {
434 if ((basicType < 0) || (basicType >= BT_COUNT)) {
435 throw new IllegalArgumentException("bad basicType");
443 this.basicType = basicType;
456 * @param basicType basic type corresponding to this type; one of the
459 private Type(String descriptor, int basicType) {
    [all...]
  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 294 DataType basicType = curType.getBasicType();
296 if (isDataTypeMatrix(basicType))
298 else if (isDataTypeVector(basicType))
349 DataType basicType = curType->getBasicType();
353 if (!isDataTypeMatrix(basicType))
356 basicType = getDataTypeFloatVec(getDataTypeMatrixNumRows(basicType));
362 if (!isDataTypeVector(basicType))
365 basicType = getDataTypeScalarType(basicType);
    [all...]
gluVarType.cpp 41 VarType::VarType (DataType basicType, Precision precision)
44 m_data.basic.type = basicType;
gluVarType.hpp 53 VarType (DataType basicType, Precision precision); //!< Basic type constructor.
  /dalvik/tools/hprof-conv/
HprofConv.c 308 static int computeBasicLen(HprofBasicType basicType)
313 assert(basicType >= 0);
314 if (basicType >= maxSize)
316 return sizes[basicType];
340 HprofBasicType basicType;
343 basicType = buf[2];
344 basicLen = computeBasicLen(basicType);
346 DBUG("ERROR: invalid basicType %d\n", basicType);
361 HprofBasicType basicType;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
uniform_query.cpp 385 log_uniform(const void *values, enum glsl_base_type basicType,
405 switch (basicType) {
583 enum glsl_base_type basicType;
598 basicType = GLSL_TYPE_FLOAT;
602 basicType = GLSL_TYPE_FLOAT;
606 basicType = GLSL_TYPE_FLOAT;
610 basicType = GLSL_TYPE_FLOAT;
614 basicType = GLSL_TYPE_UINT;
618 basicType = GLSL_TYPE_UINT;
622 basicType = GLSL_TYPE_UINT
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 385 log_uniform(const void *values, enum glsl_base_type basicType,
405 switch (basicType) {
583 enum glsl_base_type basicType;
598 basicType = GLSL_TYPE_FLOAT;
602 basicType = GLSL_TYPE_FLOAT;
606 basicType = GLSL_TYPE_FLOAT;
610 basicType = GLSL_TYPE_FLOAT;
614 basicType = GLSL_TYPE_UINT;
618 basicType = GLSL_TYPE_UINT;
622 basicType = GLSL_TYPE_UINT
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 73 SharedBasicVarCase (Context& context, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize);
91 static std::string getBasicCaseDescription (DataType basicType, Precision precision, const tcu::UVec3& workGroupSize)
96 str << getDataTypeName(basicType) << ", work group size = " << workGroupSize;
100 SharedBasicVarCase::SharedBasicVarCase (Context& context, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize)
101 : TestCase (context, name, getBasicCaseDescription(basicType, precision, workGroupSize).c_str())
102 , m_basicType (basicType)
367 for (int basicType = TYPE_FLOAT; basicType <= TYPE_BOOL_VEC4; basicType++)
369 if (glu::isDataTypeBoolOrBVec(DataType(basicType)))
    [all...]
es31fSSBOLayoutCase.cpp 377 glu::DataType basicType = type.getBasicType();
379 if (glu::isDataTypeMatrix(basicType))
382 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
383 : glu::getDataTypeMatrixNumRows(basicType);
389 return getDataTypeByteAlignment(basicType);
418 glu::DataType basicType = type.getBasicType();
420 if (glu::isDataTypeMatrix(basicType))
423 const int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
424 : glu::getDataTypeMatrixNumRows(basicType);
430 return getDataTypeByteAlignment(basicType);
    [all...]
es31fSeparateShaderTests.cpp 155 const DataType basicType = input.varType.getBasicType();
158 switch (getDataTypeScalarType(basicType))
166 DataType floatType = getDataTypeFloatScalars(basicType);
175 if (isDataTypeScalarOrVector(basicType))
177 switch (getDataTypeScalarSize(basicType))
195 else if (isDataTypeMatrix(basicType))
197 int rows = getDataTypeMatrixNumRows(basicType);
198 int columns = getDataTypeMatrixNumColumns(basicType);
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 516 static bool containsSubType (const glu::VarType& complexType, glu::DataType basicType)
520 return complexType.getBasicType() == basicType;
524 return containsSubType(complexType.getElementType(), basicType);
529 if (containsSubType(complexType.getStructPtr()->getMember(ndx).getType(), basicType))
    [all...]
es31fShaderIntegerFunctionTests.cpp 81 const glu::DataType basicType = varValue.type.getBasicType();
82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
83 const int numComponents = glu::getDataTypeScalarSize(basicType);
86 str << glu::getDataTypeName(basicType) << "(";
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 480 const glu::DataType basicType = symbol.varType.getBasicType();
481 const int vecSize = glu::getDataTypeScalarSize(basicType);
483 if (glu::isDataTypeFloatOrVec(basicType))
485 else if (glu::isDataTypeIntOrIVec(basicType))
487 else if (glu::isDataTypeUintOrUVec(basicType))
489 else if (glu::isDataTypeMatrix(basicType))
491 int numRows = glu::getDataTypeMatrixNumRows(basicType);
492 int numCols = glu::getDataTypeMatrixNumColumns(basicType);
670 const glu::DataType basicType = outputType.getBasicType();
671 const int numComps = glu::getDataTypeNumComponents(basicType);
    [all...]
glsUniformBlockCase.hpp 76 VarType (glu::DataType basicType, deUint32 flags);
86 glu::DataType getBasicType (void) const { return m_data.basicType; }
109 glu::DataType basicType;
glsUniformBlockCase.cpp 128 VarType::VarType (glu::DataType basicType, deUint32 flags)
132 m_data.basicType = basicType;
420 glu::DataType basicType = type.getBasicType();
422 if (glu::isDataTypeMatrix(basicType))
425 int vecSize = isRowMajor ? glu::getDataTypeMatrixNumColumns(basicType)
426 : glu::getDataTypeMatrixNumRows(basicType);
431 return getDataTypeByteAlignment(basicType);
474 glu::DataType basicType = type.getBasicType();
478 entry.type = basicType;
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 353 int basicType = ref.getBasicType();
354 switch (basicType) {
366 int basicType = ref.getBasicType();
367 switch (basicType) {
379 int basicType = ref.getBasicType();
380 switch (basicType) {
392 int basicType = ref.getBasicType();
393 switch (basicType) {
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 524 int basicType = ref.getBasicType();
525 switch (basicType) {
537 int basicType = ref.getBasicType();
538 switch (basicType) {
550 int basicType = ref.getBasicType();
551 switch (basicType) {
563 int basicType = ref.getBasicType();
564 switch (basicType) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 525 int basicType = ref.getBasicType();
526 switch (basicType) {
538 int basicType = ref.getBasicType();
539 switch (basicType) {
551 int basicType = ref.getBasicType();
552 switch (basicType) {
564 int basicType = ref.getBasicType();
565 switch (basicType) {
  /external/chromium_org/third_party/angle/src/compiler/translator/
Intermediate.cpp 1109 TBasicType basicType = left->getBasicType();
1118 setType(TType(basicType, higherPrecision, EvqTemporary, right->getCols(), 1));
1123 setType(TType(basicType, higherPrecision, EvqTemporary, right->getCols(), right->getRows()));
1131 setType(TType(basicType, higherPrecision, EvqTemporary, left->getRows(), 1));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 175 const glu::DataType basicType = type.getBasicType();
176 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end())
177 dst.push_back(basicType);
225 const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testDataTypes)-1)];
226 const glu::Precision precision = glu::isDataTypeBoolOrBVec(basicType) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
227 return isArray ? glu::VarType(glu::VarType(basicType, precision), rnd.getInt(1, 5)) : glu::VarType(basicType, precision);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 235 const glu::DataType basicType = type.getBasicType();
236 if (glu::isDataTypeSampler(basicType) && std::find(dst.begin(), dst.end(), basicType) == dst.end())
237 dst.push_back(basicType);
285 const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s_testDataTypes)-1)];
286 const glu::Precision precision = glu::isDataTypeBoolOrBVec(basicType) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
287 return isArray ? glu::VarType(glu::VarType(basicType, precision), rnd.getInt(1, 5)) : glu::VarType(basicType, precision);
    [all...]
es3fFragmentOutputTests.cpp     [all...]
es3fShaderCommonFunctionTests.cpp 294 const glu::DataType basicType = varValue.type.getBasicType();
295 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType);
296 const int numComponents = glu::getDataTypeScalarSize(basicType);
299 str << glu::getDataTypeName(basicType) << "(";
    [all...]

Completed in 2467 milliseconds

1 2