Home
last modified time | relevance | path

Searched defs:basicType (Results 1 – 20 of 20) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderSharedVarTests.cpp92 static std::string getBasicCaseDescription (DataType basicType, Precision precision, const tcu::UVe… in getBasicCaseDescription()
101 SharedBasicVarCase::SharedBasicVarCase (Context& context, const char* name, DataType basicType, Pre… in SharedBasicVarCase()
368 for (int basicType = TYPE_FLOAT; basicType <= TYPE_BOOL_VEC4; basicType++) in init() local
Des31fSSBOLayoutCase.cpp377 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
418 glu::DataType basicType = type.getBasicType(); in computeStd430BaseAlignment() local
482 const glu::DataType basicType = type.getBasicType(); in computeReferenceLayout() local
841 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
979 void generateImmMatrixSrc (std::ostream& src, glu::DataType basicType, int matrixStride, bool isRow… in generateImmMatrixSrc()
1007 void generateImmScalarVectorSrc (std::ostream& src, glu::DataType basicType, const void* valuePtr) in generateImmScalarVectorSrc()
1156 const glu::DataType basicType = curType.getBasicType(); in generateCompareSrc() local
1240 const glu::DataType basicType = curType.getBasicType(); in generateWriteSrc() local
Des31fProgramInterfaceDefinitionUtil.cpp818 static bool containsSubType (const glu::VarType& complexType, glu::DataType basicType) in containsSubType()
Des31fSeparateShaderTests.cpp204 const DataType basicType = input.varType.getBasicType(); in printInputColor() local
Des31fShaderIntegerFunctionTests.cpp81 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() local
Des31fProgramUniformTests.cpp239 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local
Des31fShaderCommonFunctionTests.cpp367 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() local
Des31fProgramInterfaceQueryTests.cpp557 …const glu::DataType basicType = static_cast<const ResourceDefinition::Variable*>(resource… in generateProgramDefinitionFromResource() local
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DType.java247 private final int basicType; field in Type
429 private Type(String descriptor, int basicType, int newAt) { in Type()
459 private Type(String descriptor, int basicType) { in Type()
/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp294 DataType basicType = curType.getBasicType(); in findNext() local
349 DataType basicType = curType->getBasicType(); in isValidTypePath() local
396 DataType basicType = curType->getBasicType(); in getVarType() local
DgluVarType.cpp42 VarType::VarType (DataType basicType, Precision precision) in VarType()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp496 const glu::DataType basicType = symbol.varType.getBasicType(); in execute() local
686 const glu::DataType basicType = outputType.getBasicType(); in getRenderbufferFormatForOutput() local
741 const glu::DataType basicType = symbol.varType.getBasicType(); in execute() local
963 const glu::DataType basicType = symbol.varType.getBasicType(); in computeVarLayout() local
1014 const glu::DataType basicType = varType.getBasicType(); in copyToBuffer() local
1041 const glu::DataType basicType = varType.getBasicType(); in copyFromBuffer() local
DglsUniformBlockCase.cpp128 VarType::VarType (glu::DataType basicType, deUint32 flags) in VarType()
420 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
474 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local
719 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
DglsUniformBlockCase.hpp109 glu::DataType basicType; member
/external/mesa3d/src/mesa/main/
Duniform_query.cpp385 log_uniform(const void *values, enum glsl_base_type basicType, in log_uniform()
583 enum glsl_base_type basicType; in _mesa_uniform() local
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java525 int basicType = ref.getBasicType(); in dopFor() local
538 int basicType = ref.getBasicType(); in dopFor() local
551 int basicType = ref.getBasicType(); in dopFor() local
564 int basicType = ref.getBasicType(); in dopFor() local
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp175 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local
225 …const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s… in generateRandomType() local
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp235 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local
285 …const glu::DataType basicType = (glu::DataType)s_testDataTypes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(s… in generateRandomType() local
Des3fFragmentOutputTests.cpp1055 …glu::DataType basicType = rnd.choose<glu::DataType>(&outputTypes[0], &outputTypes[0] + DE_LENGTH_… in createRandomCase() local
Des3fShaderCommonFunctionTests.cpp294 const glu::DataType basicType = varValue.type.getBasicType(); in operator <<() local