/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
D | StdTypeList.java | 183 public static StdTypeList make(Type type0, Type type1) { in make() argument 185 result.set(0, type0); in make() 198 public static StdTypeList make(Type type0, Type type1, Type type2) { in make() argument 200 result.set(0, type0); in make() 215 public static StdTypeList make(Type type0, Type type1, Type type2, in make() argument 218 result.set(0, type0); in make()
|
/external/clang/test/CodeGenCXX/ |
D | type_visibility.cpp | 107 namespace type0 { namespace
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 391 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct() argument 394 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct() 398 structType->addMember("m0", glu::VarType(type0, prec0)); in basicStruct() 402 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3)); in basicStruct() 412 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray() argument 414 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray() 419 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs() argument 422 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs() 428 subSubStructType->addMember("mss0", glu::VarType(type0, prec0)); in nestedArraysStructs() 432 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec0), 2)); in nestedArraysStructs() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 355 SVGA3dShaderRegType type0, type1; in submit_op2() local 359 type0 = SVGA3dShaderGetRegType( src0.base.value ); in submit_op2() 362 if (type0 == SVGA3DREG_CONST && in submit_op2() 367 if (type0 == SVGA3DREG_INPUT && in submit_op2() 404 SVGA3dShaderRegType type0, type1, type2; in submit_op3() local 408 type0 = SVGA3dShaderGetRegType( src0.base.value ); in submit_op3() 413 if (type0 == SVGA3DREG_CONST && in submit_op3() 423 if (type0 == SVGA3DREG_INPUT && in submit_op3() 475 SVGA3dShaderRegType type0, type1, type2, type3; in submit_op4() local 479 type0 = SVGA3dShaderGetRegType( src0.base.value ); in submit_op4() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 345 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct() argument 348 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct() 352 structType->addMember("m0", glu::VarType(type0, prec0)); in basicStruct() 356 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3)); in basicStruct() 366 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray() argument 368 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray() 373 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs() argument 376 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs() 382 subSubStructType->addMember("mss0", glu::VarType(type0, prec0)); in nestedArraysStructs() 386 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec0), 2)); in nestedArraysStructs() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 411 …static UniformCollection* basicStruct (const glu::DataType type0, const glu::DataType type1, const… in basicStruct() argument 414 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct() 418 structType->addMember("m0", glu::VarType(type0, prec0)); in basicStruct() 422 structType->addMember("m2", glu::VarType(glu::VarType(type0, prec0), 3)); in basicStruct() 432 …static UniformCollection* structInArray (const glu::DataType type0, const glu::DataType type1, con… in structInArray() argument 434 UniformCollection* const res = basicStruct(type0, type1, containsArrays, nameSuffix); in structInArray() 439 …static UniformCollection* nestedArraysStructs (const glu::DataType type0, const glu::DataType type… in nestedArraysStructs() argument 442 …const glu::Precision prec0 = glu::isDataTypeBoolOrBVec(type0) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs() 448 subSubStructType->addMember("mss0", glu::VarType(type0, prec0)); in nestedArraysStructs() 452 subStructType->addMember("ms1", glu::VarType(glu::VarType(type0, prec0), 2)); in nestedArraysStructs() [all …]
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 2285 int type0 = CV_MAT_TYPE(flags); in create() local 2286 … CV_Assert( mtype == type0 || (CV_MAT_CN(mtype) == 1 && ((1 << type0) & fixedDepthMask) != 0) ); in create() 2313 int type0 = CV_MAT_TYPE(flags); in create() local 2314 …CV_Assert( mtype == type0 || (CV_MAT_CN(mtype) == CV_MAT_CN(type0) && ((1 << type0) & fixedDepthMa… in create() 2316 int esz = CV_ELEM_SIZE(type0); in create()
|