Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
Dtype_visibility.cpp107 namespace type0 { namespace
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp391 …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/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp345 …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/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c531 SVGA3dShaderRegType type0, type1; in submit_op2() local
535 type0 = SVGA3dShaderGetRegType( src0.base.value ); in submit_op2()
538 if (type0 == SVGA3DREG_CONST && in submit_op2()
543 if (type0 == SVGA3DREG_INPUT && in submit_op2()
584 SVGA3dShaderRegType type0, type1, type2; in submit_op3() local
588 type0 = SVGA3dShaderGetRegType( src0.base.value ); in submit_op3()
593 if (type0 == SVGA3DREG_CONST && in submit_op3()
603 if (type0 == SVGA3DREG_INPUT && in submit_op3()
657 SVGA3dShaderRegType type0, type1, type2, type3; in submit_op4() local
661 type0 = SVGA3dShaderGetRegType( src0.base.value ); in submit_op4()
[all …]
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp411 …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/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp534 uint32_t type0 = info.type[0]; in IsUniformFormat() local
538 if (bpc0 != info.bpc[c] || type0 != info.type[c]) in IsUniformFormat()