Searched refs:type0 (Results 1 - 7 of 7) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java179 * @param type0 {@code non-null;} the first element
183 public static StdTypeList make(Type type0, Type type1) { argument
185 result.set(0, type0);
193 * @param type0 {@code non-null;} the first element
198 public static StdTypeList make(Type type0, Type type1, Type type2) { argument
200 result.set(0, type0);
209 * @param type0 {@code non-null;} the first element
215 public static StdTypeList make(Type type0, Type type1, Type type2, argument
218 result.set(0, type0);
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp107 namespace type0 { namespace
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp391 static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") argument
394 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
398 structType->addMember("m0", glu::VarType(type0, prec0));
402 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3));
412 static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") argument
414 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix);
419 static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type1, const char* const nameSuffix = "") argument
422 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
428 subSubStructType->addMember("mss0", glu::VarType(type0, prec0));
432 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c355 SVGA3dShaderRegType type0, type1; local
359 type0 = SVGA3dShaderGetRegType( src0.base.value );
362 if (type0 == SVGA3DREG_CONST &&
367 if (type0 == SVGA3DREG_INPUT &&
404 SVGA3dShaderRegType type0, type1, type2; local
408 type0 = SVGA3dShaderGetRegType( src0.base.value );
413 if (type0 == SVGA3DREG_CONST &&
423 if (type0 == SVGA3DREG_INPUT &&
475 SVGA3dShaderRegType type0, type1, type2, type3; local
479 type0
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp345 static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "")
348 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
352 structType->addMember("m0", glu::VarType(type0, prec0));
356 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3));
366 static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") argument
368 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix);
373 static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type1, const char* const nameSuffix = "") argument
376 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
382 subSubStructType->addMember("mss0", glu::VarType(type0, prec0));
386 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp411 static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "")
414 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
418 structType->addMember("m0", glu::VarType(type0, prec0));
422 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3));
432 static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, const bool containsArrays, const char* const nameSuffix = "") argument
434 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix);
439 static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type1, const char* const nameSuffix = "") argument
442 const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
448 subSubStructType->addMember("mss0", glu::VarType(type0, prec0));
452 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec
[all...]
/external/opencv3/modules/core/src/
H A Dmatrix.cpp2285 int type0 = CV_MAT_TYPE(flags);
2286 CV_Assert( mtype == type0 || (CV_MAT_CN(mtype) == 1 && ((1 << type0) & fixedDepthMask) != 0) );
2313 int type0 = CV_MAT_TYPE(flags);
2314 CV_Assert( mtype == type0 || (CV_MAT_CN(mtype) == CV_MAT_CN(type0) && ((1 << type0) & fixedDepthMask) != 0) );
2316 int esz = CV_ELEM_SIZE(type0);

Completed in 546 milliseconds