HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_INT (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/deqp/modules/gles31/functional/
es31fUniformBlockTests.cpp 104 block.addUniform(Uniform("u", VarType(glu::TYPE_INT, PRECISION_MEDIUM)));
140 glu::TYPE_INT,
es31fShaderIntegerFunctionTests.cpp 96 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
733 m_spec.inputs.push_back(Symbol("offset", glu::VarType(glu::TYPE_INT, precision)));
734 m_spec.inputs.push_back(Symbol("bits", glu::VarType(glu::TYPE_INT, precision)));
797 m_spec.inputs.push_back(Symbol("offset", glu::VarType(glu::TYPE_INT, precision)));
798 m_spec.inputs.push_back(Symbol("bits", glu::VarType(glu::TYPE_INT, precision)));
919 const glu::DataType intType = vecSize == 1 ? glu::TYPE_INT : glu::getDataTypeIntVec(vecSize);
    [all...]
es31fOpaqueTypeIndexingTests.cpp 213 case glu::TYPE_INT: return tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::SIGNED_INT8);
379 spec->inputs.push_back(Symbol(varName, VarType(TYPE_INT, PRECISION_HIGHP)));
741 spec->inputs.push_back(Symbol(varName, VarType(TYPE_INT, PRECISION_HIGHP)));
935 spec->inputs.push_back(Symbol(varName, VarType(TYPE_INT, PRECISION_HIGHP)));
    [all...]
es31fShaderAtomicOpTests.cpp 422 const bool isSigned = m_type == TYPE_INT;
496 const bool isSigned = m_type == TYPE_INT;
504 const bool isSigned = m_type == TYPE_INT;
    [all...]
es31fProgramUniformTests.cpp 94 glu::TYPE_INT,
480 static const glu::DataType types0[] = { glu::TYPE_FLOAT, glu::TYPE_INT, glu::TYPE_BOOL_VEC4 };
545 result.type = glu::TYPE_INT;
679 case glu::TYPE_INT: result.val.samplerV.fillColor.intV[i] = rnd.getInt(-10, 10); break;
745 case glu::TYPE_INT:
    [all...]
es31fShaderCommonFunctionTests.cpp 336 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 100 type = glu::TYPE_INT;
108 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize);
glsRandomShaderCase.cpp 327 case rsg::VariableType::TYPE_INT:
354 case rsg::VariableType::TYPE_INT: scalarType = "int"; vecType = "ivec"; break;
376 case rsg::VariableType::TYPE_INT: message << value.component(elementNdx).asInt(); break;
glsShaderExecUtil.cpp 100 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
137 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
175 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
217 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
309 const glu::DataType intBasicType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
370 const glu::DataType intBaseType = vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT;
677 case glu::TYPE_INT: channelType = tcu::TextureFormat::SIGNED_INT32; break;
    [all...]
glsRandomUniformBlockCase.cpp 201 typeCandidates.push_back(glu::TYPE_INT);
glsRandomShaderProgram.cpp 52 varType.isIntOrVec() ? glu::TYPE_INT :
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 96 static final int TYPE_INT = 'I' | 4 << 8;
120 return TYPE_INT;
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
SettingsDialog.java 150 case Setting.TYPE_INT:
171 case Setting.TYPE_INT:
  /external/e2fsprogs/intl/
vasnprintf.c 287 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
309 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
569 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
575 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
662 case TYPE_INT:
  /external/bison/lib/
printf-parse.c 260 REGISTER_ARG (dp->width_arg_index, TYPE_INT);
318 REGISTER_ARG (dp->precision_arg_index, TYPE_INT);
465 type = TYPE_INT;
vasnprintf.c     [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.hpp 136 ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarType(VariableType::TYPE_INT)); }
  /external/elfutils/0.153/backends/
linux-core-note.c 41 #define TYPE_INT ELF_T_SWORD
  /hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h 83 #define TYPE_INT 0
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 37 NUMBER(R.string.number, TYPE_INT, CATEGORY_MAIN),
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 186 if (src.getSampleModel().getDataType() != DataBuffer.TYPE_INT ||
187 dstIn.getSampleModel().getDataType() != DataBuffer.TYPE_INT ||
188 dstOut.getSampleModel().getDataType() != DataBuffer.TYPE_INT) {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 436 bool isIntVal = de::inRange<int>(spec.inputs[i].type, TYPE_INT, TYPE_INT_VEC4);
476 bool isInt = de::inRange<int>(inType, TYPE_INT, TYPE_INT_VEC4);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 90 glu::TYPE_INT,
500 static const glu::DataType types0[] = { glu::TYPE_FLOAT, glu::TYPE_INT, glu::TYPE_BOOL_VEC4 };
594 result.type = glu::TYPE_INT;
728 case glu::TYPE_INT: result.val.samplerV.fillColor.intV[i] = rnd.getInt(-10, 10); break;
780 case glu::TYPE_INT: result.val.samplerV.fillColor.intV[i] = -2 + i; break;
846 case glu::TYPE_INT:
    [all...]
es3fShaderCommonFunctionTests.cpp 309 case glu::TYPE_INT: str << ((const deInt32*)varValue.value)[compNdx]; break;
953 const glu::DataType intType = outIsSigned ? (vecSize > 1 ? glu::getDataTypeIntVec(vecSize) : glu::TYPE_INT)
    [all...]
es3fFragmentOutputTests.cpp 904 glu::TYPE_INT,
    [all...]

Completed in 895 milliseconds

12 3 4